[Python-Dev] pystate.c changes for Python 2.4.2 (original) (raw)
Aahz aahz at pythoncraft.com
Fri Jan 13 05:36:49 CET 2006
- Previous message: [Python-Dev] pystate.c changes for Python 2.4.2
- Next message: [Python-Dev] pystate.c changes for Python 2.4.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Jan 12, 2006, Gabriel Becedillas wrote:
If I add this code at the end of PyThreadStateDelete: if (autoTLSkey && PyThreadgetkeyvalue(autoTLSkey) == tstate) PyThreaddeletekeyvalue(autoTLSkey); then everything works fine. Could you please confirm if this is a bug ?
Regardless of whether you get any other responses, please go ahead and file a SourceForge bug report so that we don't lose track of this.
Aahz (aahz at pythoncraft.com) <*> http://www.pythoncraft.com/
"19. A language that doesn't affect the way you think about programming, is not worth knowing." --Alan Perlis
- Previous message: [Python-Dev] pystate.c changes for Python 2.4.2
- Next message: [Python-Dev] pystate.c changes for Python 2.4.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]