Skip to content

Commit c3779af

Browse files
committed
Remove do not merge code
1 parent 16a75d8 commit c3779af

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Python/sysmodule.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// DO NOT MERGE
2-
//#define TAG NULL
3-
41

52
/* System module */
63

@@ -3604,13 +3601,6 @@ make_impl_info(PyObject *version_info)
36043601
if (res < 0)
36053602
goto error;
36063603

3607-
// DO NOT MERGE
3608-
#ifdef MS_WINDOWS
3609-
if (GetEnvironmentVariableW(L"PYNOCACHETAG", NULL, 0)) {
3610-
_PySys_ImplCacheTag = NULL;
3611-
}
3612-
#endif
3613-
36143604
value = _PySys_ImplCacheTag
36153605
? PyUnicode_FromString(_PySys_ImplCacheTag)
36163606
: Py_NewRef(Py_None);

0 commit comments

Comments
 (0)