[issue23908] Check path arguments of os functions for null character

STINNER Victor report at bugs.python.org
Tue Apr 14 10:06:58 CEST 2015


STINNER Victor added the comment:

> I can't test the patch on UNIX, this branch of the code is executed only on Windows.

If you write a test which ensures that a path with a null character raises a TypeError, it should pass on UNIX on your PC. Then builbots will ensure that it also pass on Windows, no?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23908>
_______________________________________


More information about the Python-bugs-list mailing list