There was an error while loading. Please reload this page.
1 parent 6450b1d commit b36b87bCopy full SHA for b36b87b
1 file changed
Modules/binascii.c
@@ -2120,11 +2120,6 @@ binascii_exec(PyObject *module)
2120
return -1;
2121
}
2122
2123
- state->reverse_table_cache = PyDict_New();
2124
- if (state->reverse_table_cache == NULL) {
2125
- return -1;
2126
- }
2127
-
2128
return 0;
2129
2130
0 commit comments