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.

classification
Title: Decrease empty_keys_struct's dk_refcnt
Type: enhancement Stage: resolved
Components: Interpreter Core Versions: Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: serhiy.storchaka Nosy List: methane, python-dev, serhiy.storchaka, vstinner, xiang.zhang
Priority: normal Keywords: patch

Created on 2016-09-14 09:40 by xiang.zhang, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
empty_keys.patch xiang.zhang, 2016-09-14 09:40 review
Messages (4)
msg276405 - (view) Author: Xiang Zhang (xiang.zhang) * (Python committer) Date: 2016-09-14 09:40
There is no dummy_struct any more. So I think we can decrease empty_keys_struct's dk_refcnt.
msg276441 - (view) Author: Inada Naoki (methane) * (Python committer) Date: 2016-09-14 13:34
Nice catch!
msg277453 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-09-26 20:02
New changeset 5d80a8e16edd by Serhiy Storchaka in branch '3.6':
issue #28144: Decrease empty_keys_struct's dk_refcnt
https://hg.python.org/cpython/rev/5d80a8e16edd

New changeset a579a0354d85 by Serhiy Storchaka in branch 'default':
issue #28144: Decrease empty_keys_struct's dk_refcnt
https://hg.python.org/cpython/rev/a579a0354d85
msg277454 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2016-09-26 20:03
Good catch Xiang Zhang!
History
Date User Action Args
2022-04-11 14:58:36adminsetgithub: 72331
2016-09-26 20:03:26serhiy.storchakasetstatus: open -> closed
resolution: fixed
messages: + msg277454

stage: patch review -> resolved
2016-09-26 20:02:05python-devsetnosy: + python-dev
messages: + msg277453
2016-09-26 19:47:26serhiy.storchakasetnosy: + serhiy.storchaka
versions: + Python 3.6, Python 3.7
assignee: serhiy.storchaka
components: + Interpreter Core
type: enhancement
stage: patch review
2016-09-14 13:34:06methanesetmessages: + msg276441
2016-09-14 09:40:38xiang.zhangcreate