[pypy-issue] Issue #2310: PyPy3: Kill WindowsError (pypy/pypy)

Philip Jenvey issues-reply at bitbucket.org
Sat May 28 00:49:37 EDT 2016


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




More information about the pypy-issue mailing list