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
Issue with Python 3.12.4
This code is running a infinite loop when a tuple is unpacked because Tuple has no id. However the same code works perfectly on Python 3.10.1
Code in Python 3.12.4 :
The text was updated successfully, but these errors were encountered:
Issue with Python 3.12.4
This code is running a infinite loop when a tuple is unpacked because Tuple has no id. However the same code works perfectly on Python 3.10.1
Code in Python 3.12.4 :
The text was updated successfully, but these errors were encountered: