• Victor Stinner's avatar
    Don't strip refcount in libregrtest/runtest_mp.py · 02319804
    Victor Stinner authored
    Python doesn't display the refcount anymore by default. It only displays it
    when -X showrefcount command line option is used, which is not the case here.
    regrtest can be run with -X showrefcount, the option is not inherited by child
    processes.
    02319804
runtest_mp.py 5.11 KB