mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Got rid of Py_FatalError calls.
This commit is contained in:
parent
65c3ee0f66
commit
fa1e27d8d2
5 changed files with 6 additions and 12 deletions
|
@ -461,8 +461,5 @@ initPrinting()
|
|||
|
||||
/* XXXX Add constants here */
|
||||
|
||||
/* Check for errors */
|
||||
if (PyErr_Occurred())
|
||||
Py_FatalError("can't initialize module Printing");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue