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 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 <[email protected]>
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: <[email protected]>
2018-12-30 01:25:41remi.lapeyrelinkissue35540 messages
2018-12-30 01:25:41remi.lapeyrecreate