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 scoder
Recipients scoder
Date 2012-03-02.09:42:58
SpamBayes Score 0.00039971998
Marked as misclassified No
Message-id <1330681379.13.0.854959913583.issue14172@psf.upfronthosting.co.za>
In-reply-to
Content
Line 428 in Python/marshal.c calls pb->bf_releasebuffer() without dec-refing the view.obj field afterwards. I don't think this is really so truly performance critical that it can't accept the couple of nanoseconds that it takes to go through PyBuffer_Release() instead.
History
Date User Action Args
2012-03-02 09:42:59scodersetrecipients: + scoder
2012-03-02 09:42:59scodersetmessageid: <1330681379.13.0.854959913583.issue14172@psf.upfronthosting.co.za>
2012-03-02 09:42:58scoderlinkissue14172 messages
2012-03-02 09:42:58scodercreate