mirror of
https://github.com/davidhalter/parso.git
synced 2026-01-11 14:08:42 +08:00
This is a follow up for #177. On Windows, `assert node_cache_item.last_used < now` may fail as the two time values can be equal.
This is a follow up for #177. On Windows, `assert node_cache_item.last_used < now` may fail as the two time values can be equal.