]> granicus.if.org Git - python/commit
Followup to bug #1069160.
authorTim Peters <tim.peters@gmail.com>
Thu, 10 Aug 2006 22:45:34 +0000 (22:45 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 10 Aug 2006 22:45:34 +0000 (22:45 +0000)
commit4643c2fda1546d6d5b0b33a93ee84218da7ad78b
tree3b75481e12d7c671950abc4400de3960009662ce
parent789c09d2cd8da14166846f007d53a56585b0d6c3
Followup to bug #1069160.

PyThreadState_SetAsyncExc():  internal correctness changes wrt
refcount safety and deadlock avoidance.  Also added a basic test
case (relying on ctypes) and repaired the docs.
Doc/api/init.tex
Lib/test/test_threading.py
Misc/NEWS
Python/pystate.c