]> granicus.if.org Git - python/commit
bpo-36710: Add runtime variable in pystate.c (GH-12956)
authorVictor Stinner <vstinner@redhat.com>
Thu, 25 Apr 2019 23:53:18 +0000 (01:53 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Apr 2019 23:53:18 +0000 (01:53 +0200)
commit10c8e6af910e3a26e59f913a3c1e4830ca71b1af
tree9857c6a9fa0bcde639c9b31071a608f3a550b0b6
parent5422e3cfb7ffc50b147b4662d6f596cd61533754
bpo-36710: Add runtime variable in pystate.c (GH-12956)

Add 'gilstate', 'runtime' or 'xidregistry' parameter to many
functions on pystate.c to avoid lying on _PyRuntime global.
Python/pystate.c