[3.13] Add debug offsets for free threaded builds (GH-123041) (#123055)

* Add debug offsets for free threaded builds (GH-123041)
(cherry picked from commit d7a3df9150)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>

* Refresh ABI file

---------

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
This commit is contained in:
Miss Islington (bot) 2024-08-18 17:01:16 +02:00 committed by GitHub
parent b5bba3bb6c
commit 01ce10c690
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 20221 additions and 20323 deletions

View file

@ -103,7 +103,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;