mirror of
https://github.com/python/cpython.git
synced 2025-10-07 07:31:46 +00:00
Add debug offsets for free threaded builds (#123041)
This commit is contained in:
parent
b15b81ed4f
commit
d7a3df9150
4 changed files with 86 additions and 5 deletions
|
@ -104,7 +104,7 @@ _PyRuntimeState _PyRuntime
|
|||
#if defined(__linux__) && (defined(__GNUC__) || defined(__clang__))
|
||||
__attribute__ ((section (".PyRuntime")))
|
||||
#endif
|
||||
= _PyRuntimeState_INIT(_PyRuntime);
|
||||
= _PyRuntimeState_INIT(_PyRuntime, _Py_Debug_Cookie);
|
||||
_Py_COMP_DIAG_POP
|
||||
|
||||
static int runtime_initialized = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue