commit | 88d9983b561cd59e5f186d98227de0c1a022b498 | [log] [tgz] |
---|---|---|
author | junyixie <xiejunyi.arch@bytedance.com> | Mon Mar 22 17:47:10 2021 +0800 |
committer | GitHub <noreply@github.com> | Mon Mar 22 10:47:10 2021 +0100 |
tree | a62667b35fe872cfe0c143b67bd2f72bffa75ac6 | |
parent | 56f031ec5281723b7c617edfa5748f2ae6a4c347 [diff] |
bpo-43551: Fix PyImport_Import() for subinterpreters (GH-24929) Avoid static variables.