The intended purpose of this function is to restore an exception that has already been raised and saved with PyErr_Fetch. It should not be used to raise new exceptions nor should it be used to clear the current exception. The especially egregious example is `PyErr_Restore(exc_type, nullptr, nullptr);` as the null value may not be handled correctly. |
||
|---|---|---|
| .. | ||
| metalibs | ||
| src | ||
| PandaVersion.pp | ||