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, benjamin.peterson, brett.cannon, christian.heimes, loewis, nnorwitz, pitrou
Date 2008-08-24.11:23:45
SpamBayes Score 0.011856044
Marked as misclassified No
Message-id <1219577023.5555.7.camel@fsol>
In-reply-to <1219569516.28.0.841348588026.issue3651@psf.upfronthosting.co.za>
Content
Le dimanche 24 août 2008 à 09:18 +0000, Amaury Forgeot d'Arc a écrit :
> If FillInfo() increfs the given object, every object should have a
> bf_releasebuffer that decrefs it.

There's no need for that, PyBuffer_Release() does the decref.
But PyBuffer_Release() must be used instead of calling bf_releasebuffer
directly.
History
Date User Action Args
2008-08-24 11:23:50pitrousetrecipients: + pitrou, loewis, nnorwitz, brett.cannon, amaury.forgeotdarc, christian.heimes, benjamin.peterson
2008-08-24 11:23:46pitroulinkissue3651 messages
2008-08-24 11:23:45pitroucreate