| commit | 1188935af9ff5b762c6b1eaacb1dffdf0208bb40 | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <victor.stinner@haypocalc.com> | Wed Apr 27 00:20:27 2011 +0200 |
| committer | Victor Stinner <victor.stinner@haypocalc.com> | Wed Apr 27 00:20:27 2011 +0200 |
| tree | 61b720b8a6c5d2df1801d29e39c953bbb5c2e226 | |
| parent | 90759a2a77d390eef843516fdcfe49f97a054edc [diff] |
Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0) ... instead of PyErr_Print() because we don't need to set sys attributes, the sys module is destroyed just after printing the error.