◐ Shell
clean mode source ↗

gh-103583: Add ref. dependency between multibytecodec modules by erlend-aasland · Pull Request #103589 · python/cpython

@erlend-aasland

@erlend-aasland

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
$

@bedevere-bot

🤖 New build scheduled with the buildbot fleet by @corona10 for commit e376c47 🤖

If you want to schedule another build, you need to add the 🔨 test-with-refleak-buildbots label again.

@corona10

@erlend-aasland

@erlend-aasland

Ref. leak bots passed all green. Pulling in main now.

@erlend-aasland

corona10

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 :)

carljm added a commit to carljm/cpython that referenced this pull request

Apr 20, 2023