]> granicus.if.org Git - python/commit
Charles Waldman's patch to reinitialize the interpreter lock after a
authorGuido van Rossum <guido@python.org>
Sun, 27 Aug 2000 17:34:07 +0000 (17:34 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 27 Aug 2000 17:34:07 +0000 (17:34 +0000)
commitfee3a2dd8cf984b8261032086fe513bf7327b601
tree2a579f921c3203bc159adcfd554961755cb1dc5b
parentc79519569d20d90cc9ec6ff8584dfd959bd2e1f1
Charles Waldman's patch to reinitialize the interpreter lock after a
fork.  This solves the test_fork1 problem.  (ceval.c, signalmodule.c,
intrcheck.c)

SourceForge: [ Patch #101226 ] make threading fork-safe
Modules/signalmodule.c
Parser/intrcheck.c
Python/ceval.c