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 arigo, fdrake, pitrou, serhiy.storchaka, tim.peters
Date 2016-11-30.18:05:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480529109.64.0.404245326716.issue28427@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch showing the "atomic C function" approach.  It will avoid the aforementioned memory growth in the common case, in exchange for a small bit of additional C code.
History
Date User Action Args
2016-11-30 18:05:09pitrousetrecipients: + pitrou, tim.peters, fdrake, arigo, serhiy.storchaka
2016-11-30 18:05:09pitrousetmessageid: <1480529109.64.0.404245326716.issue28427@psf.upfronthosting.co.za>
2016-11-30 18:05:09pitroulinkissue28427 messages
2016-11-30 18:05:08pitroucreate