Files
cpython/Python
Tim Peters 112aad3630 SF bug 1524317: configure --without-threads fails to build
Moved the code for _PyThread_CurrentFrames() up, so it's no longer
in a huge "#ifdef WITH_THREAD" block (I didn't realize it /was/ in
one).

Changed test_sys's test_current_frames() so it passes with or without
thread supported compiled in.

Note that test_sys fails when Python is compiled without threads,
but for an unrelated reason (the old test_exit() fails with an
indirect ImportError on the `thread` module).  There are also
other unrelated compilation failures without threads, in extension
modules (like ctypes); at least the core compiles again.

Do we really support --without-threads?  If so, there are several
problems remaining.
2006-07-19 00:03:19 +00:00
..
2006-04-13 13:08:58 +00:00
2002-06-11 06:22:31 +00:00
2006-05-29 14:13:21 +00:00
2002-08-15 14:59:02 +00:00
2002-12-30 22:08:05 +00:00
2006-07-11 16:44:25 +00:00
2006-07-17 00:59:04 +00:00
2006-04-28 05:28:54 +00:00
2002-06-11 06:22:31 +00:00
2005-07-09 15:26:33 +00:00