Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
mention config_get_sys_write_bytecode() around write_bytecode spec
  • Loading branch information
vstinner committed Dec 8, 2023
commit 51c67ff269d6e735cfcf261900ee62614216e729
1 change: 1 addition & 0 deletions Python/initconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ static const PyConfigSpec PYCONFIG_SPEC[] = {
SPEC(interactive, UINT, NULL),
SPEC(optimization_level, UINT, NULL),
SPEC(parser_debug, UINT, NULL),
// config_get_sys_write_bytecode() gets sys.dont_write_bytecode
SPEC(write_bytecode, UINT, NULL),
SPEC(verbose, UINT, NULL),
SPEC(quiet, UINT, NULL),
Expand Down