gh-85283: Build md5 extension with limited C API by vstinner · Pull Request #110967 · python/cpython · GitHub
Skip to content

gh-85283: Build md5 extension with limited C API - #110967

Merged
vstinner merged 1 commit into
python:mainfrom
vstinner:limited_md5
Oct 17, 2023
Merged

gh-85283: Build md5 extension with limited C API#110967
vstinner merged 1 commit into
python:mainfrom
vstinner:limited_md5

Conversation

@vstinner

@vstinner vstinner commented Oct 17, 2023

Copy link
Copy Markdown
Member
  • Replace _Py_strhex() with few lines of code.
  • Replace _PyType_GetModuleState() with PyType_GetModuleState().

📚 Documentation preview 📚: https://cpython-previews--110967.org.readthedocs.build/

@vstinner

Copy link
Copy Markdown
Member Author

* Replace _Py_strhex() with few lines of code.
* Replace _PyType_GetModuleState() with PyType_GetModuleState().
* Fix make check-c-globals
@vstinner
vstinner enabled auto-merge (squash) October 17, 2023 10:30
@vstinner

Copy link
Copy Markdown
Member Author

@vstinner
vstinner merged commit 4dba0a6 into python:main Oct 17, 2023
@vstinner
vstinner deleted the limited_md5 branch October 17, 2023 10:57
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
* Replace _Py_strhex() with few lines of code.
* Replace _PyType_GetModuleState() with PyType_GetModuleState().
* Fix make check-c-globals.
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
* Replace _Py_strhex() with few lines of code.
* Replace _PyType_GetModuleState() with PyType_GetModuleState().
* Fix make check-c-globals.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant