diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2008-09-09 17:55:11 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2008-09-09 17:55:11 (GMT) |
commit | 54a1cc68a1e9eb81c8336634e51ae5736472e85b (patch) | |
tree | 56f1ab720b200e1b87209c0aab99d935f7723d5c /Misc | |
parent | 167b12b71c34e1fdf630a90adca8c77476dbac81 (diff) | |
download | cpython-54a1cc68a1e9eb81c8336634e51ae5736472e85b.zip cpython-54a1cc68a1e9eb81c8336634e51ae5736472e85b.tar.gz cpython-54a1cc68a1e9eb81c8336634e51ae5736472e85b.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -165,6 +165,8 @@ Tools/Demos Build ----- +- Issue #3812: Failed to build python if configure --without-threads. + - Issue #3791: Remove the bsddb module from the Windows installer, and the core bsddb library from the Windows build files. |