]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
add debug calls to self._note for the Semaphore class. This closes bug
authorSkip Montanaro <skip@pobox.com>
Sun, 19 Aug 2001 04:25:24 +0000 (04:25 +0000)
committerSkip Montanaro <skip@pobox.com>
Sun, 19 Aug 2001 04:25:24 +0000 (04:25 +0000)
commitb446fc7f2749c2335fc301d60e8f011d447875d3
treedabdcb7b2f726773f8ad1157d73649fe6cc6293d
parentdbec7d2c166650aa30dc35f373fc337fab35aa28
add debug calls to self._note for the Semaphore class.  This closes bug
443614.  I will submit a new feature request and patch to threading.py and
libthreading.tex to address the bounded semaphore issue.
Lib/threading.py