Skip to content

Conversation

@methane
Copy link
Member

@methane methane commented Dec 8, 2020

No description provided.

Py_DECREF(v);
goto error;
}
if (tmp == v) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a bug. If v for t1.a and t2.a is same, PyDict_SetDefault may return tmp == v.

@codecov
Copy link

codecov bot commented Dec 8, 2020

Codecov Report

Merging #458 (3816a98) into master (45ca1a2) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #458   +/-   ##
=======================================
  Coverage   86.66%   86.66%           
=======================================
  Files          12       12           
  Lines        1530     1530           
=======================================
  Hits         1326     1326           
  Misses        204      204           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 329bae7...3816a98. Read the comment docs.

@methane methane merged commit 1731d27 into master Dec 8, 2020
@methane methane deleted the opt-dict branch December 8, 2020 09:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants