Message414127
> PEP 587 introduced PyStatus to Python startup code which let the Py_Initialize() caller to decide how to handle errors ;-) For example, you can open a graphical popup rather than killing the process with SIGABRT (Py_FatalError() behavior) which might be more user friendly :-D Or just log the error.
That's up to pycore_interp_init() in pylifecycle.c now. Kumar called _PyStatus_ERR() there, so I think nothing more needs to be done. |
|
| Date |
User |
Action |
Args |
| 2022-02-26 23:45:31 | gvanrossum | set | recipients:
+ gvanrossum, vstinner, christian.heimes, corona10, miss-islington, sobolevn, kumaraditya |
| 2022-02-26 23:45:31 | gvanrossum | set | messageid: <[email protected]> |
| 2022-02-26 23:45:31 | gvanrossum | link | issue46430 messages |
| 2022-02-26 23:45:31 | gvanrossum | create | |
|