Make TOC items and values sloppier. These are utility methods used for custom...
Make TOC items and values sloppier. These are utility methods used for custom introspection on the TOC. Under concurrent use, they tended to cause a KeyError to be raised out of __getitem__ due to a synchronization problem. Making them more tolerant of desynchronization between _items and _data makes them useful.
Showing
Please register or sign in to comment