prevent calling PyEval_InitThreads() when CPython is built without threads
authorStefan Behnel <stefan_ml@behnel.de>
Wed, 18 Jul 2012 21:00:36 +0000 (23:00 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Wed, 18 Jul 2012 21:00:36 +0000 (23:00 +0200)
commitc11f0badc82c4bbeddb08f33c684d1725721879a
tree465c48738e0d826ca684090a8377b7cb508da142
parentfb29416db428dd98d25719a9354e761273a2ae91
prevent calling PyEval_InitThreads() when CPython is built without threads
Cython/Utility/ModuleSetupCode.c