New submission from Senthil Kumaran <orsent...@gmail.com>:

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.

----------
files: _collections.patch
keywords: patch
messages: 113392
nosy: orsenthil
priority: normal
severity: normal
status: open
title: Adding _collections to static build
type: crash
Added file: http://bugs.python.org/file18450/_collections.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9545>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to