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 skrah
Recipients josh.r, jtaylor, neologix, njs, pitrou, python-dev, skrah, vstinner
Date 2014-05-03.21:57:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399154238.42.0.602663329801.issue21233@psf.upfronthosting.co.za>
In-reply-to
Content
Another thing:

6) We need some kind of prominent documentation that existing
   programs need to be changed:

Python 3.5.0a0 (default:62438d1b11c7+, May  3 2014, 23:35:03) 
[GCC 4.8.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import failmalloc
>>> failmalloc.enable()
>>> bytes(1)
Segmentation fault (core dumped)
History
Date User Action Args
2014-05-03 21:57:18skrahsetrecipients: + skrah, pitrou, vstinner, njs, neologix, python-dev, jtaylor, josh.r
2014-05-03 21:57:18skrahsetmessageid: <1399154238.42.0.602663329801.issue21233@psf.upfronthosting.co.za>
2014-05-03 21:57:18skrahlinkissue21233 messages
2014-05-03 21:57:18skrahcreate