Fixed a pack bug (or possibly a missfeature). POSKeyErrors were
ignored when doing GC. That is, when traversing from the root, if a reference object wasn't found, it was simply ignored, covering up a potential problem. Now raise a key error, which stops packing.
Showing
Please register or sign in to comment