mirror of
https://github.com/python/cpython.git
synced 2025-07-12 05:45:15 +00:00
MAXPATHLEN is now preferred.
This commit is contained in:
parent
ce43f38ace
commit
a5b335e62f
1 changed files with 0 additions and 4 deletions
|
@ -34,10 +34,6 @@
|
|||
#include "windows.h"
|
||||
#endif
|
||||
|
||||
#ifdef __gnu_hurd__
|
||||
#define PATH_MAX MAXPATHLEN
|
||||
#endif
|
||||
|
||||
_Py_IDENTIFIER(builtins);
|
||||
_Py_IDENTIFIER(excepthook);
|
||||
_Py_IDENTIFIER(flush);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue