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 ncoghlan
Recipients ncoghlan
Date 2013-05-29.11:51:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369828290.2.0.750301008205.issue18093@psf.upfronthosting.co.za>
In-reply-to
Content
This patch moves the C level main functions for python, _testembed and _freeze_importlib to a new Programs directory.

I added README files with my current understanding of the expected contents of the Python, Objects, Modules and Programs directories and also attempted to update the Windows builds (which don't appear to include _testembed at all).
History
Date User Action Args
2013-05-29 11:51:31ncoghlansetrecipients: + ncoghlan
2013-05-29 11:51:30ncoghlansetmessageid: <1369828290.2.0.750301008205.issue18093@psf.upfronthosting.co.za>
2013-05-29 11:51:30ncoghlanlinkissue18093 messages
2013-05-29 11:51:29ncoghlancreate