]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43268: local_clear() uses _PyInterpreterState_GET() (GH-24583)
authorVictor Stinner <vstinner@python.org>
Fri, 19 Feb 2021 14:51:36 +0000 (15:51 +0100)
committerGitHub <noreply@github.com>
Fri, 19 Feb 2021 14:51:36 +0000 (15:51 +0100)
commit839184f85cb2d2ad514fff9b431733d1c9607533
treee9ac4073f57a74645203b447cefaca3e35a7dda8
parentbcb094b41f7fe4dd1686c50891d85632fcf0d481
bpo-43268: local_clear() uses _PyInterpreterState_GET() (GH-24583)

Cleanup also the code.
Modules/_threadmodule.c