mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +00:00
Removed now-unreferenced CHECK_IMPORT_CASE from Windows config.h.
NOTE: someone who understands Unix config should remove it from acconfig.h too.
This commit is contained in:
parent
9f1b9932b8
commit
8de0c1716b
1 changed files with 0 additions and 7 deletions
|
|
@ -341,13 +341,6 @@ typedef unsigned long uintptr_t;
|
||||||
#define SIZEOF_LONG 4
|
#define SIZEOF_LONG 4
|
||||||
#define SIZEOF_LONG_LONG 8
|
#define SIZEOF_LONG_LONG 8
|
||||||
|
|
||||||
/* EXPERIMENTAL FEATURE: When CHECK_IMPORT_CASE is defined, check case of
|
|
||||||
imported modules against case of file; this causes "import String" to fail
|
|
||||||
with a NameError exception when it finds "string.py". Normally, you set
|
|
||||||
the environment variable PYTHONCASEOK (to anything) to disable this
|
|
||||||
feature; to permanently disable it, #undef it here. This only works on
|
|
||||||
case-preserving filesystems; otherwise you definitely want it off. */
|
|
||||||
#define CHECK_IMPORT_CASE
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Fairly standard from here! */
|
/* Fairly standard from here! */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue