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.Dismiss alert
Despite my best efforts and limited Python knowledge, I have been unable to patch the code like the last time, the fact co_positions() is a function seems to cause issue.
The text was updated successfully, but these errors were encountered:
python-Automat fails to build with Python 3.11.0a4.
Python 3.11 introduces codeobject.co_positions() (https://docs.python.org/3.11/whatsnew/3.11.html / https://www.python.org/dev/peps/pep-0657/) and co_qualname (https://bugs.python.org/issue44530).
Despite my best efforts and limited Python knowledge, I have been unable to patch the code like the last time, the fact co_positions() is a function seems to cause issue.
The text was updated successfully, but these errors were encountered: