Staging
v0.5.1
https://github.com/python/cpython
Revision 883520a846d87f01a14636978cfa9cee1ecc07c1 authored by Victor Stinner on 16 August 2017, 11:14:40 UTC, committed by GitHub on 16 August 2017, 11:14:40 UTC
Fix a warning about dangling processes in test_rapid_restart() of
_test_multiprocessing: join the process.
(cherry picked from commit 17657bb9458ff8f8804b7637d61686a68f4b9471)
1 parent 05b7d9c
Raw File
Tip revision: 883520a846d87f01a14636978cfa9cee1ecc07c1 authored by Victor Stinner on 16 August 2017, 11:14:40 UTC
bpo-31069, test_multiprocessing: Fix dangling process (#3103) (#3105)
Tip revision: 883520a
.gitattributes
# Binary data types
*.aif binary
*.aifc binary
*.aiff binary
*.au binary
*.bmp binary
*.db binary
*.exe binary
*.icns binary
*.gif binary
*.ico binary
*.jpg binary
*.pck binary
*.png 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/email/test/data/*.txt -text
Lib/test/xmltestdata/* -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
*.vcproj text eol=crlf
*.vsprops 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