]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36876: Moved Parser/listnode.c statics to interpreter state. (GH-16328)
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Thu, 7 Nov 2019 10:08:58 +0000 (10:08 +0000)
committerGitHub <noreply@github.com>
Thu, 7 Nov 2019 10:08:58 +0000 (10:08 +0000)
commit9def81aa52adc3cc89554156e40742cf17312825
tree13b87d65449de478cef1183faa37c8508e9b4f5e
parent7f460494d2309ace004a400bae8fc59134dc325c
bpo-36876: Moved Parser/listnode.c statics to interpreter state. (GH-16328)
Include/internal/pycore_pystate.h
Parser/listnode.c