inveniosoftware / inveniosoftware/dictdiffer
BUG - when the object is accessed (type-cast) affects the patch
Open
- Dominant language
- Python
- Stars
- 849
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
print(list(result)) ## typecast change causes the breakage
patched = patch(result,first)
assert patched == second
This fails when there is print(list(result)) but works fine when there is no print/type-cast involved.
Contributor guide
Assessment
This issue has not been assessed yet.