• Kirill Smelkov's avatar
    golang: tests: Use panic when testing "blocks forever" · fa667412
    Kirill Smelkov authored
    Channels implementation will soon be moved to C and will become
    independent from Python runtime. This way while pygolang will still be
    providing panic, hooking in and raising arbitrary Python-level exception
    will become problematic. -> Rework "blocks forever" tests to rely on
    just panic to prepare for that.
    fa667412
golang_test.py 20 KB