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
# from 3.7 test_asyncgen.pydefmake_arange(n):
# This syntax is legal starting with Python 3.7return (i*2asyncforiinn)
asyncdefrun(m):
return [iasyncforiinm]
When compiled to bytecode and decompiled with unpyc7.py I get:
Consider this Python source:
When compiled to bytecode and decompiled with unpyc7.py I get:
The text was updated successfully, but these errors were encountered: