commit | bde081329bbf658be0267b067c61341e0a4a74b8 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Thu Jun 29 18:34:15 2006 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Thu Jun 29 18:34:15 2006 +0000 |
tree | 3d9345c64ff298b621271b960ed7a43d54e3ddb3 | |
parent | 877fdb01fed44e00863f09150b449aa838a3d3dc [diff] [blame] |
Protect the thread api calls in the _ctypes extension module within #ifdef WITH_THREADS/#endif blocks. Found by Sam Rushing.
diff --git a/Misc/NEWS b/Misc/NEWS index 8e83867..2b3a8df 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -19,6 +19,9 @@ Library ------- +- The '_ctypes' extension module now works when Python is configured + with the --without-threads option. + - Bug #1504333: Make sgmllib support angle brackets in quoted attribute values.