• Christine Spang's avatar
    Fix peek() in LifoQueue. · a87472c6
    Christine Spang authored
    peek() should return the same element that get() returns, which
    is not currently the case.
    
    Add regression test for queue peek().
    a87472c6
test_queue.py 12.3 KB