]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport bugfix:
authorMichael W. Hudson <mwh@python.net>
Fri, 23 Sep 2005 08:14:40 +0000 (08:14 +0000)
committerMichael W. Hudson <mwh@python.net>
Fri, 23 Sep 2005 08:14:40 +0000 (08:14 +0000)
commitb21d81e771d2d3daa9a2ce0a3a018fa517c7b658
tree1b5422189b47462c2bba12be7538a8975b0053f9
parent98d504a0e121b3731a4f10c58d9e594f60b78b94
Backport bugfix:

Fix bug:

1163563 ] Sub threads execute in restricted mode

basically by fixing bug 1010677 in a non-broken way.

Backport candidate.
Misc/NEWS
Modules/threadmodule.c
Python/pystate.c