Raymond Hettinger added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24100>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to