gh-119180: Add evaluate functions for type params and type aliases#122212
gh-119180: Add evaluate functions for type params and type aliases#122212JelleZijlstra merged 4 commits intopython:mainfrom
Conversation
902af47 to
39b4a57
Compare
Objects/genericaliasobject.c
Outdated
|
|
||
| static int | ||
| ga_repr_items_list(PyUnicodeWriter *writer, PyObject *p) | ||
| ga_repr_items_list(_PyUnicodeWriter *writer, PyObject *p) |
There was a problem hiding this comment.
It looks like this change from PyUnicodeWriter * to _PyUnicodeWriter * in this signature causes a lot of compiler warnings below.
There was a problem hiding this comment.
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. |
|
Going to merge this if the refleak buildbots are happy |
|
I submitted #122362 |
Implements the following section of PEP 749: https://peps.python.org/pep-0749/#deferred-evaluation-of-pep-695-and-696-objects