◐ Shell
clean mode source ↗

gh-119180: Add evaluate functions for type params and type aliases by JelleZijlstra · Pull Request #122212 · python/cpython

Conversation

carljm


static int
ga_repr_items_list(PyUnicodeWriter *writer, PyObject *p)
ga_repr_items_list(_PyUnicodeWriter *writer, PyObject *p)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like this change from PyUnicodeWriter * to _PyUnicodeWriter * in this signature causes a lot of compiler warnings below.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, there was a change to this API since I first wrote the code and I may not have merged properly.

@bedevere-bot

🤖 New build scheduled with the buildbot fleet by @JelleZijlstra for commit 742400f 🤖

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

@JelleZijlstra

Going to merge this if the refleak buildbots are happy

@sobolevn