-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-119180: Add evaluate functions for type params and type aliases #122212
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.
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.
There was a problem hiding this comment.
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. |
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