Closed bfontaine closed 5 years ago
Thanks, that is an interesting use case I'd not thought of. I'll address this when I come up from air from a few other projects.
Seems like it's an edge case for flatdict at this point, given no other reports or PRs to fix. Thanks for the report, but closing at this time.
Test:
gives:
Tested with Flatdict 1.1.1 and Python 2.7.9.
If this can help you I recently released a similar library, flatkeys, and I worked around the maximum recursion depth limit by removing any recursion and using a stack instead.