]> granicus.if.org Git - python/commit
find_key(): This routine wasn't thread-correct, and accounts for the
authorTim Peters <tim.peters@gmail.com>
Sun, 10 Oct 2004 01:58:44 +0000 (01:58 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 10 Oct 2004 01:58:44 +0000 (01:58 +0000)
commit263091e38835bb96d06928ea56e4db73c1d2b7c1
tree718d13932945cf9b630e643d61e4f27ff02cab39
parent5c14e6498a9ca90f482d9d70c6df92d508aa8ff9
find_key():  This routine wasn't thread-correct, and accounts for the
release-build failures noted in bug 1041645.

This is a critical bugfix.  I'm not going to backport it, though (no time).
Misc/NEWS
Python/thread.c