aboutsummaryrefslogtreecommitdiffstats
path: root/tests/__init__.py
diff options
context:
space:
mode:
authorGravatar Numerlor <[email protected]>2020-12-11 23:42:36 +0100
committerGravatar Numerlor <[email protected]>2020-12-15 05:02:10 +0100
commitf6805c397c47d7dbfc2f38998c7de3556de69b42 (patch)
tree67f333d832282a59a3d661c4f51989d7e0b5c2b6 /tests/__init__.py
parentRemove internal CachedParser result cache (diff)
Ensure only one future is created for each doc_item
Previously in case get_markdown for an item ran twice, the one that ran second would overwrite the future created by the first one, potentially causing the coro to wait for it infinitely as _parse_queue would only be able to set the last future
Diffstat (limited to 'tests/__init__.py')
0 files changed, 0 insertions, 0 deletions