inveniosoftware / inveniosoftware/dictdiffer

BUG - when the object is accessed (type-cast) affects the patch

Open
#141 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.