]> granicus.if.org Git - python/commit
Issue #9573: os.fork now works when triggered as a side effect of import (the wisdom...
authorNick Coghlan <ncoghlan@gmail.com>
Thu, 2 Dec 2010 04:11:46 +0000 (04:11 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Thu, 2 Dec 2010 04:11:46 +0000 (04:11 +0000)
commitb2ddf7979d228f2e61a4b9d174759ba39737930e
tree2df8dbbc25d0d3043b8c4843aa9dde91636373da
parentd2bb830edc7fc9e54b6ccd8c75a23ed8fee455e0
Issue #9573: os.fork now works when triggered as a side effect of import (the wisdom of actually relying on this remains questionable!)
Lib/test/test_fork1.py
Misc/NEWS
Python/import.c