Issue 28144: Decrease empty_keys_struct's dk_refcnt (original) (raw)

Issue28144

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:36 admin set github: 72331
2016-09-26 20:03:26 serhiy.storchaka set status: open -> closedresolution: fixedmessages: + stage: patch review -> resolved
2016-09-26 20:02:05 python-dev set nosy: + python-devmessages: +
2016-09-26 19:47:26 serhiy.storchaka set nosy: + serhiy.storchakaversions: + Python 3.6, Python 3.7assignee: serhiy.storchakacomponents: + Interpreter Coretype: enhancementstage: patch review
2016-09-14 13:34:06 methane set messages: +
2016-09-14 09:40:38 xiang.zhang create