GitXplorerGitXplorer
A

getattr-static-repro

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
b30bafaf67ae63688a3158d449347bc25cd45420

add README

AAlexWaygood committed 2 years ago
Unverified
d6f40043a5b01d952b662661667fbe53d93f0172

Reduce

AAlexWaygood committed 2 years ago
Unverified
84866420652cdc80f93748f5e2fa074b17df47f3

Reduce

AAlexWaygood committed 2 years ago
Unverified
4239dab8df488c39f26b8b80e5bcafb80551c49a

Add back setup.cfg

AAlexWaygood committed 2 years ago
Unverified
943c82e12ada65b1caff2eaf31330d1745f1ad37

Reduce wrapt

AAlexWaygood committed 2 years ago
Unverified
12c5387075edf542192ccf951a2edc0bcdb6d6dd

Vendor wrapt

AAlexWaygood committed 2 years ago

README

The README file for this repository.

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