Message321568
| 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:36 | vstinner | set | recipients: + vstinner, methane, serhiy.storchaka, xtreak |
| 2018-07-12 16:04:36 | vstinner | set | messageid: <1531411476.42.0.56676864532.issue34090@psf.upfronthosting.co.za> |
| 2018-07-12 16:04:36 | vstinner | link | issue34090 messages |
| 2018-07-12 16:04:36 | vstinner | create | |