]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43551: Fix PyImport_Import() for subinterpreters (GH-24929)
authorjunyixie <xiejunyi.arch@bytedance.com>
Mon, 22 Mar 2021 09:47:10 +0000 (17:47 +0800)
committerGitHub <noreply@github.com>
Mon, 22 Mar 2021 09:47:10 +0000 (10:47 +0100)
commit88d9983b561cd59e5f186d98227de0c1a022b498
treea62667b35fe872cfe0c143b67bd2f72bffa75ac6
parent56f031ec5281723b7c617edfa5748f2ae6a4c347
bpo-43551: Fix PyImport_Import() for subinterpreters (GH-24929)

Avoid static variables.
Python/import.c