Issue #5330: C functions called with keyword arguments were not reported by
commit0acbdc82aa6aea353ce9642a10fc2b035708e6db
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 30 May 2009 21:27:00 +0000 (30 21:27 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 30 May 2009 21:27:00 +0000 (30 21:27 +0000)
tree586b3bf2986ad6b73bc4453d1271c9196a5d5ec9
parent880fb4200aeb3340839d9320e60fd51fa7e3592c
Issue #5330: C functions called with keyword arguments were not reported by
the various profiling modules (profile, cProfile). Patch by Hagen Fürstenau.

git-svn-id: http://svn.python.org/projects/python/trunk@73064 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_cprofile.py
Lib/test/test_profile.py
Misc/NEWS
Python/ceval.c