]> granicus.if.org Git - python/commit
pystate.h: fix _PyThreadState_UncheckedGet()
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 24 Mar 2016 23:54:18 +0000 (00:54 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 24 Mar 2016 23:54:18 +0000 (00:54 +0100)
commit4b8b86c6d57f630763ace512bfc302fb0c2b55f8
tree617b143d7f1378796008378d941e046352852b05
parent27461683a9491efe58331a695c856fbb28bd4cba
pystate.h: fix _PyThreadState_UncheckedGet()

Declare the function even if thread support is disabled.
Include/pystate.h