[issue40248] Proposed class for collections: dynamicdict

2020-04-10 Thread Steele Farnsworth
Steele Farnsworth added the comment: Thank you, I have done so. -- ___ Python tracker <https://bugs.python.org/issue40248> ___ ___ Python-bugs-list mailin

[issue40248] Proposed class for collections: dynamicdict

2020-04-10 Thread Steele Farnsworth
New submission from Steele Farnsworth : I have implemented a class in the C code of the collections module which has similar behavior to the defaultdict class. This class, dynamicdict, supplies values for keys that have not yet been added using a default factory callable, but unlike