This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pythonhacker
Recipients alexandre.vassalotti, amaury.forgeotdarc, gregory.p.smith, pitrou, pythonhacker
Date 2008-09-05.05:56:35
SpamBayes Score 2.7263919e-05
Marked as misclassified No
Message-id <1220594197.29.0.534261472391.issue3492@psf.upfronthosting.co.za>
In-reply-to
Content
On Thu, Sep 4, 2008 at 4:59 PM, Amaury Forgeot d'Arc
<report@bugs.python.org> wrote:
>
> Amaury Forgeot d'Arc <amauryfa@gmail.com> 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

Hmmm...but AFAIK zlib changes only affect zipimport directly. I wonder
whether these other instances have bugs reported and are being tracked
for the release.
History
Date User Action Args
2008-09-05 05:56:37pythonhackersetrecipients: + pythonhacker, gregory.p.smith, amaury.forgeotdarc, pitrou, alexandre.vassalotti
2008-09-05 05:56:37pythonhackersetmessageid: <1220594197.29.0.534261472391.issue3492@psf.upfronthosting.co.za>
2008-09-05 05:56:36pythonhackerlinkissue3492 messages
2008-09-05 05:56:35pythonhackercreate