Issue #13156: revert changeset f6feed6ec3f9, which was only relevant for native
authorCharles-François Natali <neologix@free.fr>
Wed, 12 Oct 2011 19:07:54 +0000 (21:07 +0200)
committerCharles-François Natali <neologix@free.fr>
Wed, 12 Oct 2011 19:07:54 +0000 (21:07 +0200)
commit1f3ff7bc3f7cfd4e823e49dc193ab7fecb767c43
tree938636c04083f9be5d9df818283975d90b574098
parent4394e0db24f38250d487adcbd8b85f314cb86829
Issue #13156: revert changeset f6feed6ec3f9, which was only relevant for native
TLS implementations, and fails with the ad-hoc TLS implementation when a thread
doesn't have an auto thread state (e.g. a thread created outside of Python
calling into a subinterpreter).
Include/pystate.h
Misc/NEWS
Modules/signalmodule.c
Python/pystate.c