Staging
v0.5.1
https://github.com/python/cpython
Revision b316c44b0105d11a80ff971636143735f3655bbf authored by Miss Islington (bot) on 09 March 2018, 20:35:14 UTC, committed by Brett Cannon on 09 March 2018, 20:35:14 UTC
(cherry picked from commit 7a7f100eb352d08938ee0f5ba59c18f56dc4a7b5)

Co-authored-by: Brett Cannon <brettcannon@users.noreply.github.com>
1 parent 3f7d0b6
Raw File
Tip revision: b316c44b0105d11a80ff971636143735f3655bbf authored by Miss Islington (bot) on 09 March 2018, 20:35:14 UTC
bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault the interpreter (GH-5960) (GH-6042)
Tip revision: b316c44
.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
Modules/ld_so_aix
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top