]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
dummy_threading when run with -O would raise a KeyError in Thread.__delete()
authorBrett Cannon <bcannon@gmail.com>
Wed, 21 Jul 2004 02:55:54 +0000 (02:55 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 21 Jul 2004 02:55:54 +0000 (02:55 +0000)
commit9d2ad5f44c7785bc460510f9ca9c4963cf3cfdf5
treeb77f091018e9b06f7dcd2e5b36b795fb949fe95c
parent309279e17efd072cc7a60c7e7b17b545b6b79c9d
dummy_threading when run with -O would raise a KeyError in Thread.__delete()
when called by atexit thanks to dummy_thread always returning -1 for
dummy_thread.get_ident().  Since exception was not an issue, it is now caught
and tossed.

Closes bug #993394.
Lib/threading.py
Misc/NEWS