mirror of https://github.com/grpc/grpc.git
[EventEngine] Disable EventEngine polling in gRPC Python (#33279)
This is a hack to get around an issue on Apple devices caused by the PosixEventEngine's `poll` poller not supporting fork. This PR disables the EventEngine poller entirely in Python builds. It will therefore prevent the release of the EventEngine generally, and prevent any testing of EventEngine integration with gRPC Python, until the `poll` poller is fixed.pull/33288/head
parent
10001d16a9
commit
3225a9f117
4 changed files with 9 additions and 1 deletions
Loading…
Reference in new issue