---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: tkem

---

Before reporting a bug, please make sure you have the latest `cachetools` version installed:
```
pip install --upgrade cachetools
```

**Describe the bug**
A clear and concise description of what the bug is.

**Expected result**
A clear and concise description of what you expected to happen.

**Actual result**
A clear and concise description of what happened instead.

**Reproduction steps**

```python
import cachetools

```
