Message 333641 - Python tracker

Message333641

Author salty-horse
Recipients benjamin.peterson, gregory.p.smith, salty-horse, xtreak
Date 2019-01-14.20:41:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547498476.14.0.0349556339918.issue32496@roundup.psfhosted.org>
In-reply-to
Content
This can be circumvented by adding parenthesis:

  dummy(**(kwargs if kwargs else dict()))
History
Date User Action Args
2019-01-14 20:41:18salty-horsesetrecipients: + salty-horse, gregory.p.smith, benjamin.peterson, xtreak
2019-01-14 20:41:16salty-horsesetmessageid: <1547498476.14.0.0349556339918.issue32496@roundup.psfhosted.org>
2019-01-14 20:41:16salty-horselinkissue32496 messages
2019-01-14 20:41:16salty-horsecreate