◐ Shell
clean mode source ↗

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

* Replace _Py_strhex() with few lines of code.
* Replace _PyType_GetModuleState() with PyType_GetModuleState().
* Fix make check-c-globals

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.