mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-12 14:56:21 +08:00
ec63397d28
Remove use of defaultdict for orders_by_modified, which was causing an empty list to be added every time to_dict was called with a specified dt. Nnoticed in the minute emission case when hunting another memory leak, every simulation minute a new Timestamp and list was created and never let go.