[issue38081] Different behavior of os.path.realpath('nul') in 3.7 and 3.8

Александр Семенов report at bugs.python.org
Tue Sep 10 03:29:46 EDT 2019


Александр Семенов <iamsav at gmail.com> added the comment:

It breaks setuptools.sandbox.DirectorySandbox.__init__() with default param 'exceptions' which includes os.devnull and calls os.path.realpath() on it.
So, many distributions crashes.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38081>
_______________________________________


More information about the Python-bugs-list mailing list