summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/pythonrun.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c
index 4dc2ddd..ff2142b 100644
--- a/Python/pythonrun.c
+++ b/Python/pythonrun.c
@@ -124,8 +124,6 @@ Py_Initialize(void)
/* Init Unicode implementation; relies on the codec registry */
_PyUnicode_Init();
- _PyCompareState_Key = PyString_InternFromString("cmp_state");
-
bimod = _PyBuiltin_Init();
if (bimod == NULL)
Py_FatalError("Py_Initialize: can't initialize __builtin__");