[Python-Dev] [Python-checkins] cpython (2.7): Issue #13156: revert changeset f6feed6ec3f9, which was only relevant for native

Victor Stinner victor.stinner at haypocalc.com
Wed Oct 12 21:19:09 CEST 2011


Le mercredi 12 octobre 2011 21:07:33, charles-francois.natali a écrit :
> changeset:   72897:ee4fe16d9b48
> branch:      2.7
> parent:      69635:f6feed6ec3f9
> user:        Charles-François Natali <neologix at free.fr>
> date:        Wed Oct 12 21:07:54 2011 +0200
> summary:
>   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).
> 
> --- a/Misc/NEWS
> +++ b/Misc/NEWS
> @@ -61,10 +61,6 @@
>  Library
>  -------
> 
> -- Issue #10517: After fork(), reinitialize the TLS used by the
> PyGILState_* -  APIs, to avoid a crash with the pthread implementation in
> RHEL 5.  Patch -  by Charles-François Natali.

You should restore this NEWS entry and add a new one to say that the patch has 
been reverted.

Victor


More information about the Python-Dev mailing list