[issue3812] py3k build fails if configure --without-threads

Hirokazu Yamamoto report at bugs.python.org
Tue Sep 9 15:39:00 CEST 2008


Hirokazu Yamamoto <ocean-city at m2.ccsnet.ne.jp> added the comment:

Simple workaround is to remove itertools from traceback module and write
equivalent code to itertools.chain.

I'm not sure it is acceptable put such limitation to standard library.
(That is, traceback is used from build process, so should not use C-module)

Added file: http://bugs.python.org/file11438/py3k_remove_itertools_from_traceback.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3812>
_______________________________________


More information about the Python-bugs-list mailing list