gh-119180: Add evaluate functions for type params and type aliases by JelleZijlstra · Pull Request #122212 · python/cpython
Conversation
|
|
||
| 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.
🤖 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.
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