]> granicus.if.org Git - python/commit
bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)
authorVictor Stinner <vstinner@redhat.com>
Thu, 13 Jun 2019 00:16:41 +0000 (02:16 +0200)
committerGitHub <noreply@github.com>
Thu, 13 Jun 2019 00:16:41 +0000 (02:16 +0200)
commit37d66d7d4bc7dbac9809d69966a774ebb32563be
tree510316d9aafcba8dc519e9df877c3f20c7f005f9
parent2c9b498759f4fc74da82a0a96d059d666fa73f16
bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)

Add a new _PyCompilerFlags_INIT macro to initialize PyCompilerFlags
variables, rather than initializing cf_flags and cf_feature_version
explicitly in each variable.
Include/compile.h
Modules/main.c
Modules/parsermodule.c
Modules/symtablemodule.c
Python/ast.c
Python/bltinmodule.c
Python/compile.c
Python/pythonrun.c