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.

作者 doko
收信人 doko, eric.araujo, pitrou
日期 2012-07-10.01:37:36
SpamBayes Score -1.0
Marked as misclassified
Message-id <1341884257.64.0.838265186202.issue15298@psf.upfronthosting.co.za>
In-reply-to
内容
looks like the module can be put into $builddir/`cat pybuilddir.txt`. However pybuilddir.txt is written/computed by the just built python. So either

 - implement distutils.util.get_platform in configure.ac

 - or write a temporary pybuilddir.txt, call the just built
   python -c 'print("build/lib.%s-%" % (distutils.util.get_platform(), sys.version[:3]))' to write the final pybuilddir.txt, move the _sysconfigdata.py to this location.
   and remove the pybuilddir.txt writing in setup.py
历史
日期 用户 动作 参数
2012-07-10 01:37:37doko修改recipients: + doko, pitrou, eric.araujo
2012-07-10 01:37:37doko修改messageid: <1341884257.64.0.838265186202.issue15298@psf.upfronthosting.co.za>
2012-07-10 01:37:37doko链接issue15298 messages
2012-07-10 01:37:36doko创建