Skip to content
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

Merged
merged 4 commits into from
Jul 27, 2024

Conversation

JelleZijlstra
Copy link
Member

@JelleZijlstra JelleZijlstra commented Jul 24, 2024


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

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.

Copy link
Member Author

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.

@JelleZijlstra JelleZijlstra added the 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section label Jul 27, 2024
@bedevere-bot
Copy link

🤖 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.

@bedevere-bot bedevere-bot removed the 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section label Jul 27, 2024
@JelleZijlstra
Copy link
Member Author

Going to merge this if the refleak buildbots are happy

@JelleZijlstra JelleZijlstra enabled auto-merge (squash) July 27, 2024 16:59
@JelleZijlstra JelleZijlstra disabled auto-merge July 27, 2024 16:59
@JelleZijlstra JelleZijlstra enabled auto-merge (squash) July 27, 2024 16:59
@JelleZijlstra JelleZijlstra merged commit ae19226 into python:main Jul 27, 2024
37 checks passed
@sobolevn
Copy link
Member

I submitted #122362

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants