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 orsenthil
Recipients orsenthil
Date 2010-08-09.07:01:19
SpamBayes Score 1.9828563e-05
Marked as misclassified No
Message-id <1281337285.37.0.116366194764.issue9545@psf.upfronthosting.co.za>
In-reply-to
Content
As a fix for issue9396 in r83874, functools was included in re module and this caused a build failure.

This was reverted in r83875, with the following message by Raymond:

The problem is that the re module is imported by sysconfig
and re needs functools which uses collections.OrderedDict()
but the _collectionsmodule.c code is not yet constructed
at this point in the build.

The likely best solution will be to include _collections
as part of the static build before the rest of the
boot-strapping.

We discussed it in IRC, I am including the _collections module to the static build.

After this the r83874 can be reapplied.
History
Date User Action Args
2010-08-09 07:01:25orsenthilsetrecipients: + orsenthil
2010-08-09 07:01:25orsenthilsetmessageid: <1281337285.37.0.116366194764.issue9545@psf.upfronthosting.co.za>
2010-08-09 07:01:22orsenthillinkissue9545 messages
2010-08-09 07:01:21orsenthilcreate