Skip to content

Commit f463436

Browse files
committed
Regen files
1 parent 5bdfec1 commit f463436

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

Include/internal/pycore_global_objects_fini_generated.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Include/internal/pycore_global_strings.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ struct _Py_global_strings {
286286
STRUCT_FOR_ID(alias)
287287
STRUCT_FOR_ID(align)
288288
STRUCT_FOR_ID(all)
289+
STRUCT_FOR_ID(all_threads)
289290
STRUCT_FOR_ID(allow_code)
290291
STRUCT_FOR_ID(any)
291292
STRUCT_FOR_ID(append)

Include/internal/pycore_runtime_init_generated.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Include/internal/pycore_unicodeobject_generated.h

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/_remote_debugging_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2421,7 +2421,7 @@ Example output:
24212421

24222422
static PyObject *
24232423
_remote_debugging_RemoteUnwinder_get_all_awaited_by_impl(RemoteUnwinderObject *self)
2424-
/*[clinic end generated code: output=6a49cd345e8aec53 input=6c898813ac0bee74]*/
2424+
/*[clinic end generated code: output=6a49cd345e8aec53 input=a452c652bb00701a]*/
24252425
{
24262426
if (!self->async_debug_offsets_available) {
24272427
PyErr_SetString(PyExc_RuntimeError, "AsyncioDebug section not available");

Programs/test_frozenmain.h

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)