Commits on Source (2)
-
E. Madison Bray authored
.pyx files in the package, and adding some import system hooks for recognizing and loading Cython modules. This required more import system hackery than I would have liked--adding support for a new file extension should be simple, but it turns out to be rather involved to do it right. I've raised these issues with python-ideas. This is completely Python 3 only at the moment.
-
E. Madison Bray authored
Add get_source for Cython modules. This is the last bit needed to make tracebacks work properly again.
src/sage/_import_hooks.py
0 → 100644