Browse Source

add anlaysis

main
Brett Langdon 3 years ago
parent
commit
2e2f7ede17
No known key found for this signature in database GPG Key ID: C2BEA329670CD664
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      README.md

+ 2
- 0
README.md View File

@ -59,3 +59,5 @@ The module and variable will import fine with Python, but will fail the import f
- `setuptools>=64.0.0` changed from using `.egg-link` to `.pth` + editable loader
- The module loaded by Cython has the name `shadow_import_issue.c_exts.shadow_import_issue.shadow` and is loaded from `shadow_import_issue/c_exts/shadow.py`
- The issue does not happen with `Cython==3.0.0a11`
- Changing to a relative import resolves the issue
- `from .. import shadow` will load the correct module

Loading…
Cancel
Save