]> granicus.if.org Git - python/commit
Make sure the _ctypes extension can be compiled when WITH_THREAD is
authorThomas Heller <theller@ctypes.org>
Wed, 19 Jul 2006 09:09:32 +0000 (09:09 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 19 Jul 2006 09:09:32 +0000 (09:09 +0000)
commit100a4e944b21e122bddbb1847cb0943c6b64ad12
treec542856cafad2a4f7ffb88239c883b88366d4b40
parent112aad3630975da8a949291faaab5c578442e9d2
Make sure the _ctypes extension can be compiled when WITH_THREAD is
not defined on Windows, even if that configuration is probably not
supported at all.
Modules/_ctypes/callbacks.c
Modules/_ctypes/callproc.c