]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Enable the profiling of C functions (builtins and extensions)
authorNicholas Bastin <nick.bastin@gmail.com>
Wed, 24 Mar 2004 21:57:10 +0000 (21:57 +0000)
committerNicholas Bastin <nick.bastin@gmail.com>
Wed, 24 Mar 2004 21:57:10 +0000 (21:57 +0000)
commitc69ebe8d50529eae281275c841428eb9b375a442
treeb8150da59983ca89c192b45311eeee050a0b4a16
parenta1dde13389cf47ac626394796740925504e3e272
Enable the profiling of C functions (builtins and extensions)
Doc/api/init.tex
Doc/lib/libpdb.tex
Include/pystate.h
Lib/bdb.py
Lib/profile.py
Lib/test/output/test_profile
Lib/test/test_profilehooks.py
Misc/NEWS
Python/ceval.c
Python/sysmodule.c