Skip to content

Commit 1e204b1

Browse files
noamcohen97mpage
authored andcommitted
pythongh-95011: Migrate syslog module to Argument Clinic (pythonGH-95012)
1 parent 423a627 commit 1e204b1

File tree

4 files changed

+377
-72
lines changed

4 files changed

+377
-72
lines changed

Include/internal/pycore_global_strings.h

+3
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ struct _Py_global_strings {
350350
STRUCT_FOR_ID(exception)
351351
STRUCT_FOR_ID(exp)
352352
STRUCT_FOR_ID(extend)
353+
STRUCT_FOR_ID(facility)
353354
STRUCT_FOR_ID(factory)
354355
STRUCT_FOR_ID(family)
355356
STRUCT_FOR_ID(fanout)
@@ -392,6 +393,7 @@ struct _Py_global_strings {
392393
STRUCT_FOR_ID(hi)
393394
STRUCT_FOR_ID(hook)
394395
STRUCT_FOR_ID(id)
396+
STRUCT_FOR_ID(ident)
395397
STRUCT_FOR_ID(ignore)
396398
STRUCT_FOR_ID(imag)
397399
STRUCT_FOR_ID(importlib)
@@ -447,6 +449,7 @@ struct _Py_global_strings {
447449
STRUCT_FOR_ID(lo)
448450
STRUCT_FOR_ID(locale)
449451
STRUCT_FOR_ID(locals)
452+
STRUCT_FOR_ID(logoption)
450453
STRUCT_FOR_ID(loop)
451454
STRUCT_FOR_ID(mapping)
452455
STRUCT_FOR_ID(match)

Include/internal/pycore_runtime_init_generated.h

+21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/clinic/syslogmodule.c.h

+257
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)