Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8de0c17

Browse files
committed
Removed now-unreferenced CHECK_IMPORT_CASE from Windows config.h.
NOTE: someone who understands Unix config should remove it from acconfig.h too.
1 parent 9f1b993 commit 8de0c17

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

PC/config.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -341,13 +341,6 @@ typedef unsigned long uintptr_t;
341341
#define SIZEOF_LONG 4
342342
#define SIZEOF_LONG_LONG 8
343343

344-
/* EXPERIMENTAL FEATURE: When CHECK_IMPORT_CASE is defined, check case of
345-
imported modules against case of file; this causes "import String" to fail
346-
with a NameError exception when it finds "string.py". Normally, you set
347-
the environment variable PYTHONCASEOK (to anything) to disable this
348-
feature; to permanently disable it, #undef it here. This only works on
349-
case-preserving filesystems; otherwise you definitely want it off. */
350-
#define CHECK_IMPORT_CASE
351344
#endif
352345

353346
/* Fairly standard from here! */

0 commit comments

Comments
 (0)