Got rid of Py_FatalError calls.

This commit is contained in:
Jack Jansen 2000-09-08 10:21:44 +00:00
parent 65c3ee0f66
commit fa1e27d8d2
5 changed files with 6 additions and 12 deletions

View file

@ -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;
}
"""