Skip to content

Commit 7e2d94f

Browse files
committed
More tests
1 parent 0cc0b5a commit 7e2d94f

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

Include/internal/pycore_global_objects_fini_generated.h

Lines changed: 1 addition & 1 deletion
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,6 @@ struct _Py_global_strings {
387387
STRUCT_FOR_ID(coro)
388388
STRUCT_FOR_ID(count)
389389
STRUCT_FOR_ID(covariant)
390-
STRUCT_FOR_ID(cpu_time)
391390
STRUCT_FOR_ID(ctx)
392391
STRUCT_FOR_ID(cwd)
393392
STRUCT_FOR_ID(d_parameter_type)
@@ -753,6 +752,7 @@ struct _Py_global_strings {
753752
STRUCT_FOR_ID(size)
754753
STRUCT_FOR_ID(sizehint)
755754
STRUCT_FOR_ID(skip_file_prefixes)
755+
STRUCT_FOR_ID(skip_non_matching_threads)
756756
STRUCT_FOR_ID(sleep)
757757
STRUCT_FOR_ID(sock)
758758
STRUCT_FOR_ID(sort)

Include/internal/pycore_runtime_init_generated.h

Lines changed: 1 addition & 1 deletion
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 & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)