commit | 92f0113701c6404f9e1ec90e3260084fc6a2ef09 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Sun Oct 11 09:54:42 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Sun Oct 11 09:54:42 2015 +0200 |
tree | 2c23a0831d44990092a377c5b905ab96ca227981 | |
parent | 647dac9d6fc08b9fad14c10dabe7cc8ee48c8553 [diff] |
Close #24784: Fix compilation without thread support Add "#ifdef WITH_THREAD" around cals to: * PyGILState_Check() * _PyImport_AcquireLock() * _PyImport_ReleaseLock()