Skip to content
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

gh-108216: Cleanup #include in internal header files #108228

Merged
merged 1 commit into from
Aug 21, 2023

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Aug 21, 2023

  • Add missing includes
  • Remove unused includes
  • Mention at least once included symbol
  • Sort includes
  • Update Tools/cases_generator/generate_cases.py used to generated pycore_opcode_metadata.h.
  • Update Parser/asdl_c.py used to generate pycore_ast.h.
  • Cleanup also includes in _testcapimodule.c and _testinternalcapi.c.

* Add missing includes
* Remove unused includes
* Mention at least once included symbol
* Sort includes
* Update Tools/cases_generator/generate_cases.py used to generated
  pycore_opcode_metadata.h.
* Update Parser/asdl_c.py used to generate pycore_ast.h.
* Cleanup also includes in _testcapimodule.c and _testinternalcapi.c.
@vstinner vstinner enabled auto-merge (squash) August 21, 2023 18:04
@vstinner vstinner merged commit 0dd3fc2 into python:main Aug 21, 2023
19 checks passed
@vstinner vstinner deleted the cleanup_pycore branch August 21, 2023 18:15
@vstinner
Copy link
Member Author

vstinner commented Aug 21, 2023

Oh, this PR was for the issue #108220

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants