Skip to content
Merged
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
Remove debug options
  • Loading branch information
vstinner committed Jan 19, 2025
commit acc066e390aaaf3a2165d1f96043017696b66d39
6 changes: 0 additions & 6 deletions pythoncapi_compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -2028,9 +2028,6 @@ PyConfig_Get(const char *name)
PYTHONCAPI_COMPAT_SPEC(warnoptions, WSTR_LIST, "warnoptions"),
PYTHONCAPI_COMPAT_SPEC(write_bytecode, BOOL, _Py_NULL),
PYTHONCAPI_COMPAT_SPEC(xoptions, WSTR_LIST, "_xoptions"),
#ifdef Py_STATS
PYTHONCAPI_COMPAT_SPEC(_pystats, BOOL, _Py_NULL),
#endif
PYTHONCAPI_COMPAT_SPEC(buffered_stdio, BOOL, _Py_NULL),
PYTHONCAPI_COMPAT_SPEC(check_hash_pycs_mode, WSTR, _Py_NULL),
#if 0x030B0000 <= PY_VERSION_HEX
Expand Down Expand Up @@ -2072,9 +2069,6 @@ PyConfig_Get(const char *name)
PYTHONCAPI_COMPAT_SPEC(run_command, WSTR_OPT, _Py_NULL),
PYTHONCAPI_COMPAT_SPEC(run_filename, WSTR_OPT, _Py_NULL),
PYTHONCAPI_COMPAT_SPEC(run_module, WSTR_OPT, _Py_NULL),
#ifdef Py_DEBUG
PYTHONCAPI_COMPAT_SPEC(run_presite, WSTR_OPT, _Py_NULL),
#endif
#if 0x030B0000 <= PY_VERSION_HEX
PYTHONCAPI_COMPAT_SPEC(safe_path, BOOL, _Py_NULL),
#endif
Expand Down
Loading