Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: Two remarks: 1. Some functions in Modules/zipimport.c (get_data) will now receive PyBytes, but zipimporter_get_source handle them as PyByteArray. Does zipimport still work at all with this patch?
2. There are other places where PyString_FromString was (incorrectly IMO) replaced with PyByteArray_FromString: - Modules/_dbmmodule.c - Modules/mmapmodule.c - Modules/ossaudiodev.c - Modules/zipimport.c (as noted above) - PC/winreg.c - Python/marshal.c ---------- nosy: +amaury.forgeotdarc _______________________________________ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3492> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com