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
At the current time the events.py and frame_protocol.py files cannot be mypyc compiled. The former is probably due to Generic dataclasses and the latter is probably related to mypyc/mypyc#721 - also note that iterating over NamedTuples fail but can be coded without the for.
Without the frame_protocol.py the benchmark doesn't change, so no point producing wheels as yet.
At the current time the events.py and frame_protocol.py files cannot be mypyc compiled. The former is probably due to Generic dataclasses and the latter is probably related to mypyc/mypyc#721 - also note that iterating over NamedTuples fail but can be coded without the for.
Without the frame_protocol.py the benchmark doesn't change, so no point producing wheels as yet.
See also psf/black@e7b9671
The text was updated successfully, but these errors were encountered: