]> granicus.if.org Git - python/commit
Issue #5330: C functions called with keyword arguments were not reported by
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 30 May 2009 21:27:00 +0000 (21:27 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 30 May 2009 21:27:00 +0000 (21:27 +0000)
commit46dbe27f7e7a053c9b44155664dc02aa12b0717e
treebd0ae24121dc36127136a4885b6b50f4778bef08
parent2152ca390b80f9443997039bbbc55e19e9a2c6d8
Issue #5330: C functions called with keyword arguments were not reported by
the various profiling modules (profile, cProfile). Patch by Hagen Fürstenau.
Lib/test/test_cprofile.py
Lib/test/test_profile.py
Misc/NEWS
Python/ceval.c