Staging
v0.8.1
https://github.com/python/cpython
Revision 0436cebb8f3e0f124a6b8d139ecb600b4cb63261 authored by Ned Deily on 20 October 2016, 19:41:11 UTC, committed by Ned Deily on 20 October 2016, 19:41:11 UTC
1 parent 38d335b
Raw File
Tip revision: 0436cebb8f3e0f124a6b8d139ecb600b4cb63261 authored by Ned Deily on 20 October 2016, 19:41:11 UTC
Issue #24381: Avoid unused function warning when building bundled macOS libffi.
Tip revision: 0436ceb
.gitignore
*.cover
*.o
*.orig
*.pyc
*.pyd
*.pyo
*.rej
*~
*.gc??
*.profclang?
*.profraw
*.dyn
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
autom4te.cache
build/
config.log
config.status
libpython*.a
libpython*.so*
pyconfig.h
python$
python-gdb.py
tags
.coverage
coverage/
externals/
htmlcov/
back to top