]> granicus.if.org Git - python/commit
Issue #3812: Failed to build python if configure --without-threads.
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Tue, 9 Sep 2008 17:55:11 +0000 (17:55 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Tue, 9 Sep 2008 17:55:11 +0000 (17:55 +0000)
commit54a1cc68a1e9eb81c8336634e51ae5736472e85b
tree56f1ab720b200e1b87209c0aab99d935f7723d5c
parent167b12b71c34e1fdf630a90adca8c77476dbac81
Issue #3812: Failed to build python if configure --without-threads.

Removed itertools usage from Lib/traceback.py, because itertools
is extension module, so maybe unavailable on build process.
(Lib/_dummy_thread.py uses Lib/traceback.py)

Reviewed by Amaury Forgeot d'Arc.
Lib/traceback.py
Misc/NEWS