summaryrefslogtreecommitdiffstats
path: root/Python/ceval.c
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2004-03-08 22:18:57 (GMT)
committerBrett Cannon <bcannon@gmail.com>2004-03-08 22:18:57 (GMT)
commit4b6b7f151501eaee0af46220553c78607474e420 (patch)
tree17a2e9e158add1dd3f27266dea0737370544467f /Python/ceval.c
parent3fd500b4a5a49b2844f0c9cd64a663fd0f6eb2f1 (diff)
downloadcpython-4b6b7f151501eaee0af46220553c78607474e420.zip
cpython-4b6b7f151501eaee0af46220553c78607474e420.tar.gz
cpython-4b6b7f151501eaee0af46220553c78607474e420.tar.bz2
Remove calls to currentThread() in _Condition methods that were side-effect.
Side-effects were deemed unnecessary and were causing problems at shutdown time when threads were catching exceptions at start time and then triggering exceptions trying to call currentThread() after gc'ed. Masked the initial exception which was deemed bad. Fixes bug #754449 .
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions