mirror of
https://github.com/python/cpython.git
synced 2026-07-07 02:32:22 -04:00
gh-145980: Fix copy/paste mistake in binascii.c (#146230)
This commit is contained in:
@@ -2120,11 +2120,6 @@ binascii_exec(PyObject *module)
|
||||
return -1;
|
||||
}
|
||||
|
||||
state->reverse_table_cache = PyDict_New();
|
||||
if (state->reverse_table_cache == NULL) {
|
||||
return -1;
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user