Hirokazu Yamamoto <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3812>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to