You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Deprecated since version 3.3, will be removed in version 3.10: Moved Collections Abstract Base Classes to the collections.abc module. For backwards compatibility, they continue to be visible in this module through Python 3.9.
So Callable is now part of collections.abc, so replacing collections.Callable with collections.abc.Callable should work. Don't have time to test now.
Describe the bug
A clear and concise description of what the bug is.
While trying to address the current Fedora packaging issue (https://bugzilla.redhat.com/show_bug.cgi?id=1973621) I identified the following problem:
With Python 3.10 the ctypes compilation fails:
To Reproduce
The issue happens on the Fedora build system (likely on others as well once Python 3.10 is more widely in use):
System description (please complete the following information):
It would be ideal to get this fixed before the G 7.8.6 release.
The text was updated successfully, but these errors were encountered: