• Thomas Wouters's avatar
    Define MAXPATHLEN to be at least PATH_MAX, if that's defined. Python uses · 1ddba60e
    Thomas Wouters yazdı
    MAXPATHLEN-sized buffers for various output-buffers (like to realpath()),
    and that's correct on BSD platforms, but not Linux (which uses PATH_MAX, and
    does not define MAXPATHLEN.) Cursory googling suggests Linux is following a
    newer standard than BSD, but in cases like this, who knows. Using the
    greater of PATH_MAX and 1024 as a fallback for MAXPATHLEN seems to be the
    most portable solution.
    1ddba60e
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...