]> granicus.if.org Git - python/commit
Fix email post-commit review comments.
authorBrian Curtin <brian@python.org>
Wed, 18 Apr 2012 13:30:51 +0000 (08:30 -0500)
committerBrian Curtin <brian@python.org>
Wed, 18 Apr 2012 13:30:51 +0000 (08:30 -0500)
commit94c001b50377267626e136949ba410c8ad28a6f0
treea7d1b531fdb547915b9df4cadbe71a7a70115cae
parent03c7ed15803def1eedec65522e6185fc5a1badf9
Fix email post-commit review comments.

Add INCREFs, fix args->kwargs, and a second args==NULL check was removed,
left over from a merger with another function. Instead, checking msg==NULL
does what that used to do in a roundabout way.
Python/errors.c