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 vstinner
Recipients gregory.p.smith, kristjan.jonsson, meador.inge, pitrou, trent, vstinner
Date 2013-06-15.00:35:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371256550.04.0.261318322348.issue16742@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch for the final API of #3329. Update also the documentation. PyOS_ReadlineFunctionPointer must now use PyMem_RawMalloc() or PyMem_RawRealloc(), instead of PyMem_Malloc() or PyMem_Realloc().
History
Date User Action Args
2013-06-15 00:35:50vstinnersetrecipients: + vstinner, gregory.p.smith, pitrou, kristjan.jonsson, trent, meador.inge
2013-06-15 00:35:50vstinnersetmessageid: <1371256550.04.0.261318322348.issue16742@psf.upfronthosting.co.za>
2013-06-15 00:35:50vstinnerlinkissue16742 messages
2013-06-15 00:35:49vstinnercreate