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 sbt
Recipients Arfrever, doko, eric.araujo, georg.brandl, ned.deily, pitrou, sbt
Date 2012-09-05.16:55:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346864134.48.0.412906007408.issue15298@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2012-09-05 16:55:34sbtsetrecipients: + sbt, georg.brandl, doko, pitrou, ned.deily, eric.araujo, Arfrever
2012-09-05 16:55:34sbtsetmessageid: <1346864134.48.0.412906007408.issue15298@psf.upfronthosting.co.za>
2012-09-05 16:55:33sbtlinkissue15298 messages
2012-09-05 16:55:33sbtcreate