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 eric.smith, methane, pwp333, vstinner
Date 2016-11-16.07:15:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwbJ6W_OUn2+PEVquzYCY-gxA9nC4z1sOVX+=B1NHrXOwA@mail.gmail.com>
In-reply-to <CAMpsgwbWtCwr11-mRV0DsXsMbCfGZuew0ScbvzfRw04DrcwL8g@mail.gmail.com>
Content
By the way, you can try your application on Python 3.6 using
PYTHONMALLOC=debug env var.

Or retry your application on Python 2.7 recompiled using ./configure
--with-pydebug.

I would like to know if Python sees a buffer overflow.
History
Date User Action Args
2016-11-16 07:15:23vstinnersetrecipients: + vstinner, eric.smith, methane, pwp333
2016-11-16 07:15:23vstinnerlinkissue28673 messages
2016-11-16 07:15:23vstinnercreate