]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix bug:
authorMichael W. Hudson <mwh@python.net>
Fri, 30 Sep 2005 08:17:40 +0000 (08:17 +0000)
committerMichael W. Hudson <mwh@python.net>
Fri, 30 Sep 2005 08:17:40 +0000 (08:17 +0000)
commit963dbdd74a921da6ab61c482fea57b5de07a2a9b
treeabd871580af5f7d1ae629ab1883ff04283a896e8
parentbc3710f83d52e6cdd91b779a06fdb777b62f322d
Fix bug:

1307978 ] Unsatisfied symbols: _PyGILState_NoteThreadState (code)

(note that this only happens in a threads-disabled build).

Will forward port momentarily.
Python/pystate.c