Staging
v0.5.1
https://github.com/python/cpython
Revision 12f74d8608c15cacd9d5786524e2be9ca36f007e authored by Nathan Henrie on 09 March 2018, 17:43:45 UTC, committed by Yury Selivanov on 09 March 2018, 17:43:45 UTC
test_asyncio hangs indefinitely on macOS 10.13.2+ on `read_pty_output()`
using the KqueueSelector. Closing `proto.transport` (as is done in
`write_pty_output()`) seems to fix it.
1 parent 32efcd1
Raw File
Tip revision: 12f74d8608c15cacd9d5786524e2be9ca36f007e authored by Nathan Henrie on 09 March 2018, 17:43:45 UTC
bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037)
Tip revision: 12f74d8
.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