[issue3626] python3.0 interpreter on Cygwin ignores all arguments

Martin v. Löwis report at bugs.python.org
Sat Oct 18 00:31:57 CEST 2008


Martin v. Löwis <martin at v.loewis.de> added the comment:

IIUC, another error return value (besides -1) is PATH_MAX, meaning that
the buffer would overrun; correct me if I'm wrong. If I'm not, I propose
that they get handles similarly.

In addition, it might be safer to compare to (size_t)-1 (I keep
forgetting whether this is the default when comparing signed and
unsigned - some compilers warn about comparisong with mixed signs).

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


More information about the Python-bugs-list mailing list