зеркало из https://github.com/microsoft/xlang.git
Send unraisable Python exceptions to the proper handler (#695)
Co-authored-by: Ben Kuhn <bjk4929@yahoo.com>
This commit is contained in:
Родитель
5d8b8d280c
Коммит
5665408e8b
|
@ -2083,7 +2083,7 @@ return [delegate = std::move(_delegate)](%)
|
|||
|
||||
if (!return_value)
|
||||
{
|
||||
// TODO: propagate Python error
|
||||
PyErr_WriteUnraisable(delegate.callable());
|
||||
throw winrt::hresult_invalid_argument();
|
||||
}
|
||||
)");
|
||||
|
|
Загрузка…
Ссылка в новой задаче