This repo is to reproduce the CPython issue python/cpython#105134. Repro steps: Clone this repo and cd into it Run python -m venv .venv Activate the .venv virtual environment Run pip install -e ./wrapt Run python repro.py