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 methane
Recipients Mark.Shannon, josh.r, louielu, methane, r.david.murray, rhettinger, serhiy.storchaka, terry.reedy, tim.peters, vstinner, xiang.zhang
Date 2019-03-18.11:46:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552909584.98.0.872369366802.issue30040@roundup.psfhosted.org>
In-reply-to
Content
I merged PR-12307 instead of PR-12308 because:

* PR-12308 adds much code, it makes difficult to maintain dict (I faced many SEGV while creating PR-12308)
* PR-12308 is based on PR-12307.  So they are not mutually exclusive.

And I close this issue because there are no more drawbacks about first insertion.
If you really hate `ma_keys == Py_EMPTY_KEYS` and prefer `ma_keys == NULL` to it, please reopen this issue and PR 12308.  I won't remove empty-dict3 branch for a while.
History
Date User Action Args
2019-03-18 11:46:25methanesetrecipients: + methane, tim.peters, rhettinger, terry.reedy, vstinner, r.david.murray, Mark.Shannon, serhiy.storchaka, josh.r, xiang.zhang, louielu
2019-03-18 11:46:24methanesetmessageid: <1552909584.98.0.872369366802.issue30040@roundup.psfhosted.org>
2019-03-18 11:46:24methanelinkissue30040 messages
2019-03-18 11:46:24methanecreate