commit | 839184f85cb2d2ad514fff9b431733d1c9607533 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Feb 19 15:51:36 2021 +0100 |
committer | GitHub <noreply@github.com> | Fri Feb 19 15:51:36 2021 +0100 |
tree | e9ac4073f57a74645203b447cefaca3e35a7dda8 | |
parent | bcb094b41f7fe4dd1686c50891d85632fcf0d481 [diff] |
bpo-43268: local_clear() uses _PyInterpreterState_GET() (GH-24583) Cleanup also the code.