]> granicus.if.org Git - python/commit
Patch #1731049: make threading.py use a proper "raise" when checking internal state...
authorCollin Winter <collinw@gmail.com>
Wed, 6 Jun 2007 00:17:35 +0000 (00:17 +0000)
committerCollin Winter <collinw@gmail.com>
Wed, 6 Jun 2007 00:17:35 +0000 (00:17 +0000)
commit50b79ce8e6629eb995a0b2091efebe9a5d458273
tree7edb984160150dd3f8e7448b26d5dab78dd8ad86
parent956f0f71f9381130dd643e5b9d334a3902a42699
Patch #1731049: make threading.py use a proper "raise" when checking internal state, rather than assert statements (which get stripped out by -O).
Doc/lib/libthreading.tex
Lib/test/test_threading.py
Lib/threading.py