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
|
@ -964,8 +964,5 @@ initNav()
|
|||
my_previewProcUPP = NewNavPreviewProc(my_previewProc);
|
||||
my_filterProcUPP = NewNavObjectFilterProc(my_filterProc);
|
||||
|
||||
/* Check for errors */
|
||||
if (PyErr_Occurred())
|
||||
Py_FatalError("can't initialize module Nav");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue