clj-python / libpython-clj

Python bindings for Clojure
Eclipse Public License 2.0
1.08k stars 68 forks source link

move (.get libpy-base/gil-thread-id) into (locking ...) #82

Closed fonghou closed 4 years ago

fonghou commented 4 years ago

because interleaving (.get ...) (== ...) (.set ...) may lead to race condition.