Skip to content

Commit 15443e8

Browse files
committed
Remove '_warnings_context' global string.
1 parent 83419e4 commit 15443e8

File tree

5 files changed

+0
-8
lines changed

5 files changed

+0
-8
lines changed

Include/internal/pycore_global_objects_fini_generated.h

Lines changed: 0 additions & 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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ struct _Py_global_strings {
265265
STRUCT_FOR_ID(_type_)
266266
STRUCT_FOR_ID(_uninitialized_submodules)
267267
STRUCT_FOR_ID(_warn_unawaited_coroutine)
268-
STRUCT_FOR_ID(_warnings_context)
269268
STRUCT_FOR_ID(_xoptions)
270269
STRUCT_FOR_ID(abs_tol)
271270
STRUCT_FOR_ID(access)

Include/internal/pycore_runtime_init_generated.h

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

Tools/build/generate_global_objects.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
'defaultaction',
3030
'filters',
3131
'onceregistry',
32-
'_warnings_context',
3332

3433
# from WRAP_METHOD() in Objects/weakrefobject.c
3534
'__bytes__',

0 commit comments

Comments
 (0)