Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
gh-119180: Add evaluate functions for type params and type aliases#122212
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Objects/genericaliasobject.c Outdated
| staticint | ||
| 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 fromPyUnicodeWriter * 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.
bedevere-bot commentedJul 27, 2024
🤖 New build scheduled with the buildbot fleet by@JelleZijlstra for commit742400f 🤖 If you want to schedule another build, you need to add the🔨 test-with-refleak-buildbots label again. |
JelleZijlstra commentedJul 27, 2024
Going to merge this if the refleak buildbots are happy |
sobolevn commentedJul 27, 2024
I submitted#122362 |
Uh oh!
There was an error while loading.Please reload this page.
Implements the following section of PEP 749:https://peps.python.org/pep-0749/#deferred-evaluation-of-pep-695-and-696-objects