Staging
v0.5.1
https://github.com/python/cpython
Revision 1fd93ff18cf5cc324c743564ea2347bef06c0de0 authored by Victor Stinner on 10 December 2018, 12:53:38 UTC, committed by GitHub on 10 December 2018, 12:53:38 UTC
Use GCC __attribute__((unused)) to mark the debug variable 'filename'
as unused in Python/ceval.c.
1 parent 7bbf7b0
Raw File
Tip revision: 1fd93ff18cf5cc324c743564ea2347bef06c0de0 authored by Victor Stinner on 10 December 2018, 12:53:38 UTC
ceval.c: mark debug 'filename' variable as unused (GH-11074)
Tip revision: 1fd93ff
.bzrignore
.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
.coverage
coverage/*
htmlcov/*
back to top