PyQt6 uses PySequence_Fast() which was removed from the limited C API 3.14 #130947
Labels
3.14
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
topic-C-API
type-bug
An unexpected behavior, bug, or error
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: