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 amaury.forgeotdarc, gregory.p.smith, ocean-city, pitrou
Date 2008-09-06.21:19:11
SpamBayes Score 0.0035806207
Marked as misclassified No
Message-id <1220735952.5.0.0450241517056.issue3797@psf.upfronthosting.co.za>
In-reply-to
Content
- PyBytes_Resize takes a PyObject**, you should pass &rv. Didn't you get
a compiler warning?

- Here is an additional test for the winreg module, your patch is needed
for it to pass.
History
Date User Action Args
2008-09-06 21:19:12amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, gregory.p.smith, pitrou, ocean-city
2008-09-06 21:19:12amaury.forgeotdarcsetmessageid: <1220735952.5.0.0450241517056.issue3797@psf.upfronthosting.co.za>
2008-09-06 21:19:11amaury.forgeotdarclinkissue3797 messages
2008-09-06 21:19:11amaury.forgeotdarccreate