Staging
v0.5.1
https://github.com/python/cpython
Revision 18cd82815b9bdeabc5ac03aa7f58102109ccf368 authored by Miss Islington (bot) on 20 April 2018, 15:39:18 UTC, committed by GitHub on 20 April 2018, 15:39:18 UTC

Setup modules are no longer built with -DPy_BUILD_CORE by default,
as using that flag may now require including additional internal-only header files.

Instead, only the modules that specifically need it use that setting.
(cherry picked from commit 063db62aab4041ac47798e7e48b27b2f2bef21c5)

Co-authored-by: xdegaye <xdegaye@gmail.com>
1 parent dc654c5
Raw File
Tip revision: 18cd82815b9bdeabc5ac03aa7f58102109ccf368 authored by Miss Islington (bot) on 20 April 2018, 15:39:18 UTC
bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE (GH-6489)
Tip revision: 18cd828
.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
Lib/test/test_importlib/data01/* -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