summaryrefslogtreecommitdiff
path: root/lang/python/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/patches/patch-af')
-rw-r--r--lang/python/patches/patch-af17
1 files changed, 0 insertions, 17 deletions
diff --git a/lang/python/patches/patch-af b/lang/python/patches/patch-af
deleted file mode 100644
index 3e9f9673398..00000000000
--- a/lang/python/patches/patch-af
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: Modules/zlibmodule.c
-===================================================================
-RCS file: /projects/cvsroot/python/dist/src/Modules/zlibmodule.c,v
-retrieving revision 2.12
-diff -c -r2.12 zlibmodule.c
-*** zlibmodule.c 1997/12/18 05:21:29 2.12
---- zlibmodule.c 1998/04/22 21:32:04
-***************
-*** 217,222 ****
---- 217,223 ----
- {
- case(Z_STREAM_END):
- break;
-+ case(Z_BUF_ERROR):
- case(Z_OK):
- /* need more memory */
- if (_PyString_Resize(&result_str, r_strlen << 1) == -1)