Message323143
| Author | jdemeyer |
|---|---|
| Recipients | brett.cannon, eric.snow, erik.bray, jdemeyer, ncoghlan, paul.moore, petr.viktorin, scoder, sth |
| Date | 2018-08-05.09:32:47 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1533461567.63.0.56676864532.issue32797@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> Keeping two identical package structures in different places, one for .py files and generated .so files, and one for Cython source files (.pyx, .pxd, .pxi), is not desirable from a user perspective, and would require namespace packages for the lookup, where otherwise a simple single Python package structure would suffice. That would complicate Cython's internal compile time import lookup system quite a bit. This is an important point. You shouldn't consider these Cython files as "extra stuff", they really should be considered as part of the package. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-08-05 09:32:47 | jdemeyer | set | recipients: + jdemeyer, brett.cannon, paul.moore, ncoghlan, scoder, petr.viktorin, erik.bray, eric.snow, sth |
| 2018-08-05 09:32:47 | jdemeyer | set | messageid: <1533461567.63.0.56676864532.issue32797@psf.upfronthosting.co.za> |
| 2018-08-05 09:32:47 | jdemeyer | link | issue32797 messages |
| 2018-08-05 09:32:47 | jdemeyer | create | |