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, benjamin.peterson, christian.heimes
Date 2008-08-22.22:55:20
SpamBayes Score 0.013265882
Marked as misclassified No
Message-id <1219445722.4.0.676543175537.issue3651@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch corrects the eval() and compile() reference leak.
The problem is in PyObject_AsReadBuffer.

Needs review: view->obj seems to own the reference, but object.h say the
opposite.
History
Date User Action Args
2008-08-22 22:55:22amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, christian.heimes, benjamin.peterson
2008-08-22 22:55:22amaury.forgeotdarcsetmessageid: <1219445722.4.0.676543175537.issue3651@psf.upfronthosting.co.za>
2008-08-22 22:55:21amaury.forgeotdarclinkissue3651 messages
2008-08-22 22:55:21amaury.forgeotdarccreate