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 ned.deily, ronaldoussoren, serhiy.storchaka, vstinner, yselivanov
Date 2016-04-18.21:16:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwa3cuw8SrkFUEdvTX-NRdzgtftz1Eu3hFbEz3SS38jQ3g@mail.gmail.com>
In-reply-to <1461004554.65.0.108278995171.issue26797@psf.upfronthosting.co.za>
Content
Usually a "bug in the memory allocator" means a buffer overflow in your
code. Did you check your code using a debug build, PYTHONDEBUG=debug (if
CPython is compiled in release mode), or PYTHONMALLOC=malloc + valgrind?
(The env var requires CPython 3.6)
History
Date User Action Args
2016-04-18 21:16:35vstinnersetrecipients: + vstinner, ronaldoussoren, ned.deily, serhiy.storchaka, yselivanov
2016-04-18 21:16:35vstinnerlinkissue26797 messages
2016-04-18 21:16:35vstinnercreate