-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
PyQt6 uses PySequence_Fast() which was removed from the limited C API 3.14 #130947
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
Comments
Fedora downstream issue: https://bugzilla.redhat.com/show_bug.cgi?id=2345504 |
Add again PySequence_Fast(), PySequence_Fast_GET_SIZE() and PySequence_Fast_GET_ITEM() to the limited C API Add an unit tests.
Can PyQt6 project can add an Also, +1 for adding back |
Which conflict? PyQt6 defines |
Add again PySequence_Fast() to the limited C API. Add unit tests.
Add again PySequence_Fast() to the limited C API. Add unit tests.
I added back PySequence_Fast() in the limited C API: 10cbd1f. |
…thon#130948) Add again PySequence_Fast() to the limited C API. Add unit tests.
…thon#130948) Add again PySequence_Fast() to the limited C API. Add unit tests.
Bug report
Bug description:
In the issue #91417 I removed PySequence_Fast(), commit 2ad069d:
Problem: PyQt6 uses the function! I propose to add back PySequence_Fast() to the limited C API.
PyQt6:
They reimplemented PySequence_Fast_GET_SIZE() and PySequence_Fast_GET_ITEM() macros which don't work with the limited C API:
CPython versions tested on:
3.14
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: