-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-94512: Fix forced arg format in AC-processed overlapped #94516
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
Conversation
|
False alarm, underlying pointer processing already does this. |
This reverts commit af8f603.
Did this cause some GitHub warnings? E.g. at the end of https://github.com/python/cpython/pull/95253/files there are some warnings like
|
@gvanrossum A two-step fix is ready:
|
Can we quick fix it by making AC generate casts for |
@zooba I agree with a quick fix here and now. Here it is: |
Please note that this PR redefines a local hierarchy of converters by inserting a universal pointer converter as a common root.