8000 GH-90699: Remove remaining `_Py_IDENTIFIER` stdlib usage by kumaraditya303 · Pull Request #99067 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-90699: Remove remaining _Py_IDENTIFIER stdlib usage #99067

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Nov 7, 2022
Prev Previous commit
Next Next commit
remove comment
  • Loading branch information
kumaraditya303 authored Nov 4, 2022
commit bd64bc71b1ed7d235ffd4a575af0d361ac31d332
2 changes: 1 addition & 1 deletion Modules/_ctypes/callproc.c
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
#define DONT_USE_SEH
#endif

#include "pycore_runtime_init.h" // _Py_ID()
#include "pycore_runtime_init.h"

#define CTYPES_CAPSULE_NAME_PYMEM "_ctypes pymem"

Expand Down
0