pull/23107/head
Richard Belleville 5 years ago
parent c843c18801
commit f4d4200127
  1. 2
      src/python/grpcio/grpc/_cython/_cygrpc/fork_posix.pyx.pxi

@ -94,7 +94,7 @@ def fork_handlers_and_grpc_init():
_fork_state.fork_handler_registered = True
def contextvars_supported():
def _contextvars_supported():
try:
import contextvars
return True

Loading…
Cancel
Save