• Neal Norwitz's avatar
    Building with HP's cc on HP-UX turned up a couple of problems. · 0bcafac2
    Neal Norwitz yazdı
    _PyGILState_NoteThreadState was declared as static inconsistently.
    Make it static as it's not necessary outside of this module.
    
    Some tests failed because errno was reset to 0. (I think the tests
    that failed were at least: test_fcntl and test_mailbox).
    Ensure that errno doesn't change after a call to Py_END_ALLOW_THREADS.
    This only affected debug builds.
    
    This needs to be ported to HEAD.  I'll try to remember to do that tomorrow.
    (Anyone, feel free to port it.)
    0bcafac2
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...