Message72494
| 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:06 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, gregory.p.smith, pitrou, alexandre.vassalotti, pythonhacker |
| 2008-09-04 11:29:06 | amaury.forgeotdarc | set | messageid: <1220527746.5.0.273952244513.issue3492@psf.upfronthosting.co.za> |
| 2008-09-04 11:29:05 | amaury.forgeotdarc | link | issue3492 messages |
| 2008-09-04 11:29:05 | amaury.forgeotdarc | create | |