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 rhettinger
Recipients pkt, python-dev, rhettinger, serhiy.storchaka
Date 2015-05-03.01:02:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430614937.26.0.544691926138.issue24100@psf.upfronthosting.co.za>
In-reply-to
Content
I should add that the crasher scripts share common features and could perhaps be built into a unified test tool.  Also, some care should be taken to make the tool mostly independent of non-guaranteed "del" behavior or CPython specific ref-counting logic to trigger a particular sequence of events.  For example, pypy gives a different result than CPython 3.5 for for the various poc_sift* scripts.  The reason is that the "__del__" method isn't reliably triggered in a gc-only environment.
History
Date User Action Args
2015-05-03 01:02:17rhettingersetrecipients: + rhettinger, python-dev, serhiy.storchaka, pkt
2015-05-03 01:02:17rhettingersetmessageid: <1430614937.26.0.544691926138.issue24100@psf.upfronthosting.co.za>
2015-05-03 01:02:17rhettingerlinkissue24100 messages
2015-05-03 01:02:16rhettingercreate