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 amaury.forgeotdarc
Recipients alexandre.vassalotti, amaury.forgeotdarc, gregory.p.smith, pitrou, pythonhacker
Date 2008-09-04.11:29:04
SpamBayes Score 0.0006065315
Marked as misclassified No
Message-id <1220527746.5.0.273952244513.issue3492@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-09-04 11:29:06amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, gregory.p.smith, pitrou, alexandre.vassalotti, pythonhacker
2008-09-04 11:29:06amaury.forgeotdarcsetmessageid: <1220527746.5.0.273952244513.issue3492@psf.upfronthosting.co.za>
2008-09-04 11:29:05amaury.forgeotdarclinkissue3492 messages
2008-09-04 11:29:05amaury.forgeotdarccreate