Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
97932e4c
Commit
97932e4c
authored
Sep 26, 2016
by
Serhiy Storchaka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
issue #28144: Decrease empty_keys_struct's dk_refcnt
since there is no dummy_struct any more. Patch by Xiang Zhang.
parent
8d08265f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Objects/dictobject.c
Objects/dictobject.c
+1
-1
No files found.
Objects/dictobject.c
View file @
97932e4c
...
...
@@ -419,7 +419,7 @@ dk_set_index(PyDictKeysObject *keys, Py_ssize_t i, Py_ssize_t ix)
* (which cannot fail and thus can do no allocation).
*/
static
PyDictKeysObject
empty_keys_struct
=
{
2
,
/* dk_refcnt 1 for this struct, 1 for dummy_struc
t */
1
,
/* dk_refcn
t */
1
,
/* dk_size */
lookdict_split
,
/* dk_lookup */
0
,
/* dk_usable (immutable) */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment