◐ Shell
clean mode source ↗

Message 332741 - Python tracker

Message332741

Author remi.lapeyre
Recipients eric.smith, levkivskyi, remi.lapeyre, wrmsr
Date 2018-12-30.01:25:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546133141.16.0.0189397631096.issue35540@roundup.psfhosted.org>
In-reply-to
Content
Hi @wrmsr, this happens because the constructor for `collections.defaultdict` differs from the one of `dict`.

I think the argument that collections.defaultdict is in the stdlib and should be supported is right, the changes in PR #11361 should do what you want.
History
Date User Action Args
2018-12-30 01:25:43remi.lapeyresetrecipients: + remi.lapeyre, eric.smith, levkivskyi, wrmsr
2018-12-30 01:25:41remi.lapeyresetmessageid: <1546133141.16.0.0189397631096.issue35540@roundup.psfhosted.org>
2018-12-30 01:25:41remi.lapeyrelinkissue35540 messages
2018-12-30 01:25:41remi.lapeyrecreate