• Victor Stinner's avatar
    Remove CALL_PROFILE special build · 048afd98
    Victor Stinner yazdı
    Issue #28799:
    
    * Remove the PyEval_GetCallStats() function.
    * Deprecate the untested and undocumented sys.callstats() function.
    * Remove the CALL_PROFILE special build
    
    Use the sys.setprofile() function, cProfile or profile module to profile
    function calls.
    048afd98
sysmodule.c 70.3 KB