Staging
v0.5.1
https://github.com/python/cpython
Revision 07395914ca1e421544230c9fa618ce2314cfe266 authored by Eli Bendersky on 14 January 2011, 07:31:14 UTC, committed by Eli Bendersky on 14 January 2011, 07:31:14 UTC
1 parent cc75a86
Raw File
Tip revision: 07395914ca1e421544230c9fa618ce2314cfe266 authored by Eli Bendersky on 14 January 2011, 07:31:14 UTC
Remove call to nonexisting function (relic from Python 2.x) under #ifdef __INSURE__. Issue 9844
Tip revision: 0739591
.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