https://github.com/marcelm/cython-shared-cfunc-mwe
https://github.com/marcelm/cython-shared-cfunc-mwe
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcelm/cython-shared-cfunc-mwe
- Owner: marcelm
- Created: 2022-08-22T10:43:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-22T10:49:24.000Z (almost 4 years ago)
- Last Synced: 2025-02-02T18:26:40.314Z (over 1 year ago)
- Language: Cython
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shared C Function MWE
Run
```
pip install -e . && python -c 'import foo.two'
```
in a virtual environment to see the problem.