Skip to content

context: Fix deadlock when new context is created from already-canceled parent

Kirill Smelkov requested to merge kirr/pygolang:y/ctx-deadlock into master

See patch 2 for details and main fix.

@jerome, FYI I hit this deadlock while working on nxdtest <- test_result.isAlive cancellation.

Merge request reports