]> granicus.if.org Git - python/commit
Fix #17197: profile/cProfile modules refactored so that code of run() and runctx...
authorGiampaolo Rodola' <g.rodola@gmail.com>
Mon, 25 Feb 2013 10:36:40 +0000 (11:36 +0100)
committerGiampaolo Rodola' <g.rodola@gmail.com>
Mon, 25 Feb 2013 10:36:40 +0000 (11:36 +0100)
commitfca677a26aff3bce34b1b9b7662dd3a95cd285ba
treebb1029606f2410b0ee54231ff506bf3844f5ee11
parentd7c59e101f99cc06f524f48063ce96403c7a6c30
Fix #17197: profile/cProfile modules refactored so that code of run() and runctx() utility functions is not duplicated in both modules.
Lib/cProfile.py
Lib/profile.py
Misc/NEWS