Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix thread-safety bug in Obj.getAllKeys (#217)
This PR fixes a thread-safety bug in Val.obj.getAllKeys, similar to the previous fix in #136. It looks like this particular site was overlooked in that earlier PR. I spotted this potential issue while reading through the code, not via actual use.
- Loading branch information