Staging
v0.8.1
https://github.com/python/cpython
Revision 5ebfe6d9a96beaa190e803259ffd05abe8786e14 authored by Victor Stinner on 15 May 2011, 08:27:09 UTC, committed by Victor Stinner on 15 May 2011, 08:27:09 UTC
signal module. Patch written by Charles-François Natali.
2 parent s 318e621 + 2ec6b17
Raw File
Tip revision: 5ebfe6d9a96beaa190e803259ffd05abe8786e14 authored by Victor Stinner on 15 May 2011, 08:27:09 UTC
(Merge 3.1) Issue #12060: Use sig_atomic_t type and volatile keyword in the
Tip revision: 5ebfe6d
.gitignore
*.cover
*.o
*.orig
*.pyc
*.pyd
*.pyo
*.rej
*~
Doc/build/
Doc/tools/docutils/
Doc/tools/jinja2/
Doc/tools/pygments/
Doc/tools/sphinx/
Lib/lib2to3/*.pickle
Makefile
Makefile.pre
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
PCbuild/*.bsc
PCbuild/*.dll
PCbuild/*.exe
PCbuild/*.exp
PCbuild/*.lib
PCbuild/*.ncb
PCbuild/*.o
PCbuild/*.pdb
PCbuild/Win32-temp-*
Parser/pgen
Parser/pgen.stamp
__pycache__
autom4te.cache
build/
config.log
config.status
libpython*.a
pybuilddir.txt
pyconfig.h
python
python-gdb.py
tags
back to top