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 afflux
Recipients afflux
Date 2008-04-12.12:53:23
SpamBayes Score 0.17143156
Marked as misclassified No
Message-id <1208004805.0.0.253675871958.issue2624@psf.upfronthosting.co.za>
In-reply-to
Content
Distutils should tell swig to create it's C wrapper file into the
temporary directory (eg. build/temp.linux-i686-2.5) and to write the
language specific files to the library directory (eg.
build/lib.linux-i686-2.5).

Rationale:
Without the language specific files, python swig extensions won't be
able to run, so they should definetly be distributed by distutils.
The wrapper files are build by-products and should therefore be in the
temporary directory, so they get cleaned up on "setup.py clean".
History
Date User Action Args
2008-04-12 12:53:25affluxsetspambayes_score: 0.171432 -> 0.17143156
recipients: + afflux
2008-04-12 12:53:25affluxsetspambayes_score: 0.171432 -> 0.171432
messageid: <1208004805.0.0.253675871958.issue2624@psf.upfronthosting.co.za>
2008-04-12 12:53:23affluxlinkissue2624 messages
2008-04-12 12:53:23affluxcreate