mirror of
https://github.com/python/cpython.git
synced 2026-04-15 00:00:57 +00:00
gh-145980: Fix copy/paste mistake in binascii.c (#146230)
This commit is contained in:
parent
6450b1d142
commit
b36b87bcbb
1 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue