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
On Windows with Python >= 3.6.0, the console handling seems to have
changed and this seems to break our capturing the file descriptor to
suppress the compilation messages on the console. pytest has a fix
here: pytest-dev/pytest#2462 but we essentially
do not do any capturing on windows for these Python versions as this fix
doesn't seem to help us here. Hopefully this will be resolved in
Python itself at some point but for now this error was breaking any
compilation using compyle on Windows.
0 commit comments