aboutsummaryrefslogtreecommitdiff
path: root/biology/py-biopython/files/patch-Bio::triemodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'biology/py-biopython/files/patch-Bio::triemodule.c')
-rw-r--r--biology/py-biopython/files/patch-Bio::triemodule.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/biology/py-biopython/files/patch-Bio::triemodule.c b/biology/py-biopython/files/patch-Bio::triemodule.c
deleted file mode 100644
index a1d9ab4ae36d..000000000000
--- a/biology/py-biopython/files/patch-Bio::triemodule.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- Bio/triemodule.c.orig Thu Dec 2 14:44:14 2004
-+++ Bio/triemodule.c Thu Dec 2 14:47:57 2004
-@@ -477,7 +477,11 @@
- int length;
- int success = 0;
-
-+#ifdef Py_MARSHAL_VERSION
-+ if(!(py_marshalled = PyMarshal_WriteObjectToString(py_value, Py_MARSHAL_VERSION)))
-+#else
- if(!(py_marshalled = PyMarshal_WriteObjectToString(py_value)))
-+#endif
- goto _write_value_to_handle_cleanup;
- if(PyString_AsStringAndSize(py_marshalled, &marshalled, &length) == -1)
- goto _write_value_to_handle_cleanup;