Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove circular reference check on item metadata hashing
Unless someone actively tries to break things by passing a crafted object, it should not generally be possible for there to be circular references. In addition, if someone were to do that, things would break in many other places, e.g. `MetadataPreparedRequest`, anyway. Guarding against a crash on hashing in that specific unusual scenario does not seem worthwhile and breaks when ujson is in use. Fixes jjjake#540
- Loading branch information