• Kirill Smelkov's avatar
    golang: Don't verify ._recvq and ._sendq of nil channel · d98e42e3
    Kirill Smelkov authored
    Nil channel will soon be changed to be represented by underlying NULL C
    pointer and there won't be channel object for nil and correspondingly
    recv/send queues won't be there. -> Prepare for that and don't check for
    recvq/sendq on nil channel.
    d98e42e3
golang_test.py 19.9 KB