Staging
v0.5.1
https://github.com/python/cpython
Revision d0826340d96e0953793b86d0b8475d2f43a280b6 authored by Miss Islington (bot) on 10 March 2018, 19:32:49 UTC, committed by GitHub on 10 March 2018, 19:32:49 UTC

and remove redundant code.
(cherry picked from commit 67ee07795bcd84b679c000780212d4d81a1490a3)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit 9e94c0d3c78d1bc582c865240ed9353fe9689b2a)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent 017e9fd
Raw File
Tip revision: d0826340d96e0953793b86d0b8475d2f43a280b6 authored by Miss Islington (bot) on 10 March 2018, 19:32:49 UTC
[3.7] bpo-33041: Add missed error checks when compile "async for" (GH-6053) (GH-6060)
Tip revision: d082634
.gitattributes
# Binary data types
*.aif binary
*.aifc binary
*.aiff binary
*.au binary
*.bmp binary
*.exe binary
*.icns binary
*.gif binary
*.ico binary
*.jpg binary
*.pck binary
*.png binary
*.psd binary
*.tar binary
*.wav binary
*.whl binary
*.zip binary

# Specific binary files
Lib/test/sndhdrdata/sndhdr.* binary

# Text files that should not be subject to eol conversion
Lib/test/cjkencodings/* -text
Lib/test/decimaltestdata/*.decTest -text
Lib/test/test_email/data/*.txt -text
Lib/test/xmltestdata/* -text
Lib/test/coding20731.py -text

# Special files in third party code
Modules/zlib/zlib.map -text

# CRLF files
*.bat text eol=crlf
*.ps1 text eol=crlf
*.sln text eol=crlf
*.vcxproj* text eol=crlf
*.props text eol=crlf
*.proj text eol=crlf
PCbuild/readme.txt text eol=crlf
PC/readme.txt text eol=crlf
back to top