This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:47jdemeyersetrecipients: + jdemeyer, brett.cannon, paul.moore, ncoghlan, scoder, petr.viktorin, erik.bray, eric.snow, sth
2018-08-05 09:32:47jdemeyersetmessageid: <1533461567.63.0.56676864532.issue32797@psf.upfronthosting.co.za>
2018-08-05 09:32:47jdemeyerlinkissue32797 messages
2018-08-05 09:32:47jdemeyercreate