• Tim Peters's avatar
    Patch 1413181, by Gabriel Becedillas. · f4e6928c
    Tim Peters yazdı
    PyThreadState_Delete():  if the auto-GIL-state machinery knows about
    the thread state, forget it (since the thread state is being deleted,
    continuing to remember it can't help, but can hurt if another thread
    happens to get created with the same thread id).
    
    I'll backport to 2.4 next.
    f4e6928c
pystate.c 14.4 KB