]> granicus.if.org Git - python/commit
bpo-36710: Add runtime parameter in gcmodule.c (GH-12958)
authorVictor Stinner <vstinner@redhat.com>
Fri, 26 Apr 2019 00:32:01 +0000 (02:32 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Apr 2019 00:32:01 +0000 (02:32 +0200)
commit9db0324712f6982d89620b420f507a6aa5da152f
treecf45edb92c5dc5671d9d139c4fc339885d55a91a
parent10c8e6af910e3a26e59f913a3c1e4830ca71b1af
bpo-36710: Add runtime parameter in gcmodule.c (GH-12958)

Add 'state' or 'runtime' parameter to functions in gcmodule.c to
avoid to rely directly on the global variable _PyRuntime.
Include/internal/pycore_pylifecycle.h
Modules/gcmodule.c
Python/import.c