]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add a crasher to Lib/test for issue #26153. This crasher doesn't crash (#6518)
authorT. Wouters <thomas@python.org>
Thu, 31 May 2018 10:22:11 +0000 (12:22 +0200)
committerGitHub <noreply@github.com>
Thu, 31 May 2018 10:22:11 +0000 (12:22 +0200)
commit8b98d2a7397cade11393e951db60e4b9abbe1088
tree33a8e34317d11feca8f9b79e477dc638c7342cdd
parentdb1074244d2c12961799f6f9353ae191f59cc497
Add a crasher to Lib/test for issue #26153. This crasher doesn't crash (#6518)

Python 3.6, although I've seen the same crash in 3.6 (when involving
extension types and more complicated threading setups).
Lib/test/crashers/warnings_del_crasher.py [new file with mode: 0644]