• Pascal Lamblin's avatar
    Use other impl. of OrderedSet to prevent mem. leak · 2bb62ab2
    Pascal Lamblin 提交于
    Previous implementation resulted in memory not being freed,
    as exhibited in particular on theano/sandbox/cuda/tests/test_memory.py.
    
    The version for older Python, as well as the new one, appear to work
    correctly on that test.
    2bb62ab2
ordered_set.py 8.6 KB