]> granicus.if.org Git - python/commit
Revert rev 2.35. It was based on erroneous reasoning -- the current
authorTim Peters <tim.peters@gmail.com>
Sun, 10 Oct 2004 05:30:40 +0000 (05:30 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 10 Oct 2004 05:30:40 +0000 (05:30 +0000)
commit89c0ec9beba4e6b086e74345bc1ef15041bd5e7d
treed9e376f74269e7fbf3d3e6266f3678a8ac06e94c
parent8470558a04d23ed01d1168c05781c016cb892b22
Revert rev 2.35.  It was based on erroneous reasoning -- the current
thread's id can't get duplicated, because (of course!) the current thread
is still running.  The code should work either way, but reverting the
gratuitous change should make backporting easier, and gets the bad
reasoning out of 2.35's new comments.
Python/pystate.c