Kumar Aditya
Kumar Aditya
@nedbat I have a WIP branch [^1] which uses `pythoncapi_compat` but it does not support alpha versions but as the beta is already out so supporting alpha versions is less...
@jkloth Is this still an issue? Can you try the current main branch ?
Closing because of no response.
> Would you mind opening an issue[1](https://github.com/python/cpython/pull/32092#user-content-fn-1-7d9e1473f9f9970e831f8df181d89538)? Created issue https://github.com/python/cpython/issues/96002
> I'll land this in a couple of days. Kumar, do you think Eric is interested in reviewing this? I guess he is busy with other PRs and PEPs, so...
Please create a separate issue for the `PidfdChildWatcher` issue to avoid confusion (done https://github.com/python/cpython/issues/95899) Will take a look on this now.
> Either in the "Coroutines" heading or in the "Creating tasks" heading, inserting an explicit clarification of when the task starts running. This is an implementation detail, when task starts...
The simplest solution is to just let the loop call the exception handler with `call_soon` rather than calling it manually.
No, I propose to call exception handler with `call_soon` rather than (b) which is about rescheduling the raised error with `call_soon`.
FWIW I don't think this should be deferred blocker. cc @pablogsal