This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, neologix, serhiy.storchaka
Date 2013-06-30.15:01:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372604470.25.0.249522670782.issue18328@psf.upfronthosting.co.za>
In-reply-to
Content
I think it's unsafe. The address of a pointer should not be used once the pointer has been freed.

How about we reverse the order? At first we remove the key from TLS and then free the tstate.
History
Date User Action Args
2013-06-30 15:01:10christian.heimessetrecipients: + christian.heimes, neologix, serhiy.storchaka
2013-06-30 15:01:10christian.heimessetmessageid: <1372604470.25.0.249522670782.issue18328@psf.upfronthosting.co.za>
2013-06-30 15:01:10christian.heimeslinkissue18328 messages
2013-06-30 15:01:10christian.heimescreate