New issue 2310: PyPy3: Kill WindowsError
https://bitbucket.org/pypy/pypy/issues/2310/pypy3-kill-windowserror

Philip Jenvey:

Python 3.3 killed WindowsError (by making it an alias of OSError).

That's the easy part, the work of this bug is making the changes to OSError 
that make it handle WindowsError's winerror attribute

This is a big blocker for Windows support as can be seen by the buildbots 
currently failing in all the unittest teardown methods


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to