]> granicus.if.org Git - python/commit
Merged revisions 75570,75574,75624 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 27 Oct 2009 12:48:52 +0000 (12:48 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 27 Oct 2009 12:48:52 +0000 (12:48 +0000)
commit9aece75269872fa5cb942fb5ba642531de2d09fe
treeca8558eb2528580bd2eb07076be44a08a5ea54c9
parentf75774b5420e18264fcf0cd0a845f4f7377b74b7
Merged revisions 75570,75574,75624 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75570 | antoine.pitrou | 2009-10-20 23:29:37 +0200 (mar., 20 oct. 2009) | 6 lines

  Issue #1722344: threading._shutdown() is now called in Py_Finalize(), which
  fixes the problem of some exceptions being thrown at shutdown when the
  interpreter is killed. Patch by Adam Olsen.
........
  r75574 | antoine.pitrou | 2009-10-20 23:59:25 +0200 (mar., 20 oct. 2009) | 4 lines

  Test wouldn't work in debug mode.
  We probably need a function in test_support to handle this.
........
  r75624 | antoine.pitrou | 2009-10-23 14:01:13 +0200 (ven., 23 oct. 2009) | 3 lines

  Fix Windows buildbot failure
........
Lib/test/test_threading.py
Misc/ACKS
Misc/NEWS
Modules/main.c
Python/pythonrun.c