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 serhiy.storchaka
Recipients methane, serhiy.storchaka
Date 2017-03-21.06:02:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490076133.0.0.154466123244.issue29864@psf.upfronthosting.co.za>
In-reply-to
Content
In dict.fromkeys() implementation when a dict is passed its size is determined by using the Py_SIZE macro. This is not correct since PyDictObject is not a PyVarObject (but see issue28988).
History
Date User Action Args
2017-03-21 06:02:13serhiy.storchakasetrecipients: + serhiy.storchaka, methane
2017-03-21 06:02:12serhiy.storchakasetmessageid: <1490076133.0.0.154466123244.issue29864@psf.upfronthosting.co.za>
2017-03-21 06:02:12serhiy.storchakalinkissue29864 messages
2017-03-21 06:02:12serhiy.storchakacreate