]> granicus.if.org Git - python/commit
Add early-out for the common case where kwds is NULL (gives 1.1% speedup).
authorRaymond Hettinger <python@rcn.com>
Thu, 4 Feb 2016 10:46:16 +0000 (02:46 -0800)
committerRaymond Hettinger <python@rcn.com>
Thu, 4 Feb 2016 10:46:16 +0000 (02:46 -0800)
commitf50215412cdc41b7845a6c0bb040a8f3521a0b84
tree786e85108a5683c03e1a253ad4fac0597c571771
parentaecef0d2d5962d3f79383e307a7469df783e7357
Add early-out for the common case where kwds is NULL (gives 1.1% speedup).
Objects/setobject.c