Staging
v0.5.0
https://github.com/python/cpython
Revision 0bcafac29e247d431f26a35d048e63b17911256d authored by Neal Norwitz on 11 September 2006, 08:51:17 UTC, committed by Neal Norwitz on 11 September 2006, 08:51:17 UTC
_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.)
1 parent ece448e
History
Tip revision: 0bcafac29e247d431f26a35d048e63b17911256d authored by Neal Norwitz on 11 September 2006, 08:51:17 UTC
Building with HP's cc on HP-UX turned up a couple of problems.
Tip revision: 0bcafac
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
PCbuild8
Parser
Python
RISCOS
Tools
.hgtags -rw-r--r-- 3.2 KB
LICENSE -rw-r--r-- 13.2 KB
Makefile.pre.in -rw-r--r-- 34.2 KB
README -rw-r--r-- 53.5 KB
configure -rwxr-xr-x 623.1 KB
configure.in -rw-r--r-- 94.1 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 26.4 KB
setup.py -rw-r--r-- 66.3 KB

README

back to top