commit | 0c13e1f96a9487e0efe63c3d3a05ff9738bd7dac | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Mon Apr 13 12:47:17 2020 +0200 |
committer | GitHub <noreply@github.com> | Mon Apr 13 12:47:17 2020 +0200 |
tree | 64aa99711d126cb0b94aff8c59ad40bb7ffba8d1 | |
parent | 1c4cbdf94dbb4a6ac1093d2fa7a75efa802b25bc [diff] |
bpo-40241: Add pycore_interp.h header (GH-19499) Move PyInterpreterState and related functions to a new internal pycore_interp.h header file.