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 serhiy.storchaka
Recipients Arfrever, belopolsky, larry, martin.panter, pitrou, serhiy.storchaka, skrah
Date 2014-12-20.10:48:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419072536.74.0.238044171958.issue22896@psf.upfronthosting.co.za>
In-reply-to
Content
Here is simplified patch. _PyBuffer_Converter() and "simple_buffer" converter are gone. Fixed few leaks found by Martin. Fixed potential crash in ctypes. Fixed minor bugs and cleaned up ctypes tests for from_buffer().
History
Date User Action Args
2014-12-20 10:48:56serhiy.storchakasetrecipients: + serhiy.storchaka, belopolsky, pitrou, larry, Arfrever, skrah, martin.panter
2014-12-20 10:48:56serhiy.storchakasetmessageid: <1419072536.74.0.238044171958.issue22896@psf.upfronthosting.co.za>
2014-12-20 10:48:56serhiy.storchakalinkissue22896 messages
2014-12-20 10:48:56serhiy.storchakacreate