]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44156: Make cached string constants in compile.c subinterpreter compatible (GH...
authorKen Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Tue, 25 May 2021 13:55:34 +0000 (21:55 +0800)
committerGitHub <noreply@github.com>
Tue, 25 May 2021 13:55:34 +0000 (15:55 +0200)
commit29669245d4ad760f43853a7a0434143090135331
tree974ca644ad1a469b9e7b4df386768e8bac607749
parentd16856960e33bc5f64fc5b842f132058becafa37
bpo-44156: Make cached string constants in compile.c subinterpreter compatible (GH-26161)
Misc/NEWS.d/next/Core and Builtins/2021-05-17-20-44-45.bpo-44156.8KSp9l.rst [new file with mode: 0644]
Python/compile.c