• Tim Peters's avatar
    SF bug 1524317: configure --without-threads fails to build · 112aad36
    Tim Peters yazdı
    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.
    112aad36
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
PCbuild8 Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...