]> granicus.if.org Git - python/commit
Protect the thread api calls in the _ctypes extension module within
authorThomas Heller <theller@ctypes.org>
Thu, 29 Jun 2006 18:34:15 +0000 (18:34 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 29 Jun 2006 18:34:15 +0000 (18:34 +0000)
commitbde081329bbf658be0267b067c61341e0a4a74b8
tree3d9345c64ff298b621271b960ed7a43d54e3ddb3
parent877fdb01fed44e00863f09150b449aa838a3d3dc
Protect the thread api calls in the _ctypes extension module within
#ifdef WITH_THREADS/#endif blocks.  Found by Sam Rushing.
Misc/NEWS
Modules/_ctypes/_ctypes.c
Modules/_ctypes/callbacks.c
Modules/_ctypes/callproc.c