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.

作者 sbt
收信人 Arfrever, doko, eric.araujo, georg.brandl, ned.deily, pitrou, sbt
日期 2012-09-05.16:55:33
SpamBayes Score -1.0
Marked as misclassified
Message-id <1346864134.48.0.412906007408.issue15298@psf.upfronthosting.co.za>
In-reply-to
内容
> builddir should have added
>  +("-pydebug" if hasattr(sys, "gettotalrefcount") else "")

Oops, yes.

> the installation installs this to the lib-dynload directory, which 
> maybe is not desired.

The lines

+	-rm $(DESTDIR)$(DESTSHARED)/_sysconfigdata.py
+	-rm -r $(DESTDIR)$(DESTSHARED)/__pycache__

in the patch remove them from lib-dynload.
历史
日期 用户 动作 参数
2012-09-05 16:55:34sbt修改recipients: + sbt, georg.brandl, doko, pitrou, ned.deily, eric.araujo, Arfrever
2012-09-05 16:55:34sbt修改messageid: <1346864134.48.0.412906007408.issue15298@psf.upfronthosting.co.za>
2012-09-05 16:55:33sbt链接issue15298 messages
2012-09-05 16:55:33sbt创建