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
It would seem that in python 3.11, named tuples aren't behaving exactly the same way as before. I am getting the following error when attempting to pack a message:
This was a python regression which is fixed in 3.11.2: python/cpython#100098
I tested with this python interpreter and confirmed that it is working without issues.
It would seem that in python 3.11, named tuples aren't behaving exactly the same way as before. I am getting the following error when attempting to pack a message:
The text was updated successfully, but these errors were encountered: