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 16a75d8 commit c3779afCopy full SHA for c3779af
1 file changed
Python/sysmodule.c
@@ -1,6 +1,3 @@
1
-// DO NOT MERGE
2
-//#define TAG NULL
3
-
4
5
/* System module */
6
@@ -3604,13 +3601,6 @@ make_impl_info(PyObject *version_info)
3604
3601
if (res < 0)
3605
3602
goto error;
3606
3603
3607
3608
-#ifdef MS_WINDOWS
3609
- if (GetEnvironmentVariableW(L"PYNOCACHETAG", NULL, 0)) {
3610
- _PySys_ImplCacheTag = NULL;
3611
- }
3612
-#endif
3613
3614
value = _PySys_ImplCacheTag
3615
? PyUnicode_FromString(_PySys_ImplCacheTag)
3616
: Py_NewRef(Py_None);
0 commit comments