mirror of https://github.com/python/cpython.git
Correct *another* mistake (initmath() always fell through to fatal error).
Watch it, Barry! :-)
This commit is contained in:
parent
4c4cbf397b
commit
4a4880966b
|
@ -254,6 +254,7 @@ initmath()
|
|||
if (PyDict_SetItemString(d, "e", v) < 0)
|
||||
goto finally;
|
||||
Py_DECREF(v);
|
||||
return;
|
||||
|
||||
finally:
|
||||
Py_FatalError("can't initialize math module");
|
||||
|
|
Loading…
Reference in New Issue