mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +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
|
|
@ -103,7 +103,7 @@ variablestuff = """
|
|||
|
||||
o = QDGA_New();
|
||||
if (o == NULL || PyDict_SetItemString(d, "qd", o) != 0)
|
||||
Py_FatalError("can't initialize Qd.qd");
|
||||
return;
|
||||
}
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue