https://github.com/alexwaygood/getattr-static-repro
https://github.com/alexwaygood/getattr-static-repro
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexwaygood/getattr-static-repro
- Owner: AlexWaygood
- Created: 2023-05-31T12:22:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-31T12:32:11.000Z (about 3 years ago)
- Last Synced: 2025-06-07T18:03:20.990Z (about 1 year ago)
- Language: C
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo is to reproduce the CPython issue https://github.com/python/cpython/issues/105134.
Repro steps:
1. Clone this repo and `cd` into it
2. Run `python -m venv .venv`
3. Activate the `.venv` virtual environment
4. Run `pip install -e ./wrapt`
5. Run `python repro.py`