• da-woods's avatar
    bufaccess ref-counting tests and extstarargs test (GH-3341) · 12e3fec5
    da-woods authored
    Disabled binding on the get_refcount function. It looks like
    binding generates slightly different refcounts to function arguments
    on Python 3.8 (possibly to do with vectorcall?). It isn't relevant
    to what's being tested so it's easier to turn it off.
    
    Passing a star-arg tuple and getting the same tuple out doesn't
    work with binding, so only tested that without
    12e3fec5
extstarargs.pyx 4.94 KB