gh-103583: Add ref. dependency between multibytecodec modules by erlend-aasland · Pull Request #103589 · python/cpython
For the record, PyMultibyteCodec_CAPSULE_NAME is not exposed through Python.h:
$ echo '#include "Python.h"' | gcc -E $(./python.exe ./python-config.py --includes) - | grep PyMultibyteCodec_CAPSULE_NAME
$Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, patch itself looks pretty straightforward :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters