Ignore:
Timestamp:
08/19/07 00:32:47 (6 years ago)
Author:
Robert Bradshaw <robertwb@…>
Branch:
default
Message:

remove all (memory-leaking) uses of FAST_SEQ_UNSAFE

Now that we have fast list/tuple indexing, it is hardly any gain,
and it was an irrecoverable memory leak.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/ext/stdsage.pxi

    r4842 r5804  
    3232    void PY_SET_TP_NEW(object t1, object t2) 
    3333    bint HAS_DICTIONARY(object o) 
    34     PyObject** FAST_SEQ_UNSAFE(object o) 
    3534    bint PY_IS_NUMERIC(object o) 
    3635     
Note: See TracChangeset for help on using the changeset viewer.