Skip to content
  • fijal's avatar
    "eh". On pypy we need to be careful in which order we have pendingblocks. · cb9634421fa2
    fijal authored
    Otherwise we end up in a setup where we have blocks a, b and c where a and b
    are blocked because c needs to add an attribute, but c is never appended
    since popitem() would always return an a or b. I wonder if the same condition
    can be repeated on CPython, but I cannot. Unclear how would you write a test
    for it since it depends on dictionary order.
    cb9634421fa2