xonsh/news/4510.rst
Vasilis Gerakaris a5fcfba8be
fix: implement __hash__ method for Env (#4512)
Allows caching in `lru_cache` for `tools.suggest_commands()`

Closes #4510
2021-10-14 17:00:39 -04:00

23 lines
255 B
ReStructuredText

**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* Implemented `__hash__` method to Env, so that it can be used in `lru_cache` without crashing.
**Security:**
* <news item>