https://github.com/zerointensity/mypyc-bug-repro
https://github.com/zerointensity/mypyc-bug-repro
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zerointensity/mypyc-bug-repro
- Owner: ZeroIntensity
- Created: 2022-08-20T19:49:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-20T19:50:03.000Z (over 3 years ago)
- Last Synced: 2025-03-10T14:50:16.756Z (11 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repro Steps
```bash
$ git clone https://github.com/zerointensity/mypyc-bug-repro
$ pip install hatch
$ hatch build
```
On Linux, mypyc should hang with the following error:
```
error: could not create 'repro/__about__.cpython-310-x86_64-linux-gnu.so': No such file or directory
```