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 pitrou
Recipients amaury.forgeotdarc, gregory.p.smith, ocean-city, pitrou
Date 2008-09-06.21:20:42
SpamBayes Score 0.005759449
Marked as misclassified No
Message-id <1220736042.94.0.934081224877.issue3797@psf.upfronthosting.co.za>
In-reply-to
Content
As for ossaudiodev:

-    PyByteArray_Resize(rv, count);
+    _PyBytes_Resize(rv, count);

I think this should be _PyBytes_Resize(&rv, count) instead.
History
Date User Action Args
2008-09-06 21:20:43pitrousetrecipients: + pitrou, gregory.p.smith, amaury.forgeotdarc, ocean-city
2008-09-06 21:20:42pitrousetmessageid: <1220736042.94.0.934081224877.issue3797@psf.upfronthosting.co.za>
2008-09-06 21:20:42pitroulinkissue3797 messages
2008-09-06 21:20:42pitroucreate