Staging
v0.5.1
https://github.com/python/cpython
Revision 8108e96bc811eeb61594e398848d25cbe9efbffe authored by Victor Stinner on 01 May 2011, 23:11:33 UTC, committed by Victor Stinner on 01 May 2011, 23:11:33 UTC
to get around a mmap bug with sparse files. Patch written by Steffen Daode
Nurpmeso.
2 parent s cee01bf + a6cd0cf
Raw File
Tip revision: 8108e96bc811eeb61594e398848d25cbe9efbffe authored by Victor Stinner on 01 May 2011, 23:11:33 UTC
(Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X
Tip revision: 8108e96
.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