This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients methane, serhiy.storchaka, vstinner, xtreak
Date 2018-07-12.16:04:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531411476.42.0.56676864532.issue34090@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, I recall these issues since I wrote them :-D

The fix for bpo-29318 was to document that we must copy the kwargs dict ;-)

But this issue is not about the copy of the kwargs dict, but about two useless conversions: kwargs dict -> kwnames tuple -> kwargs dict.
History
Date User Action Args
2018-07-12 16:04:36vstinnersetrecipients: + vstinner, methane, serhiy.storchaka, xtreak
2018-07-12 16:04:36vstinnersetmessageid: <1531411476.42.0.56676864532.issue34090@psf.upfronthosting.co.za>
2018-07-12 16:04:36vstinnerlinkissue34090 messages
2018-07-12 16:04:36vstinnercreate