Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1b993 commit 8de0c17Copy full SHA for 8de0c17
1 file changed
PC/config.h
@@ -341,13 +341,6 @@ typedef unsigned long uintptr_t;
341
#define SIZEOF_LONG 4
342
#define SIZEOF_LONG_LONG 8
343
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
351
#endif
352
353
/* Fairly standard from here! */
0 commit comments