• Kevin Modzelewski's avatar
    Let c api code use the PyTuple macros · 9e4c7e10
    Kevin Modzelewski authored
    Our tuple format is now the same as CPython's, so we can just enable
    the fast macros again.
    
    Little bit of trickiness since they declare their storage array to
    have a size of 1; I'm not sure how important that is, but let's
    play it safe and match it.
    9e4c7e10
list.cpp 35.6 KB