diff options
author | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-12-08 10:06:56 (GMT) |
---|---|---|
committer | Xavier de Gaye <xdegaye@users.sourceforge.net> | 2016-12-08 10:06:56 (GMT) |
commit | 7522ef402c324481fabd841a89810fd944cd3cec (patch) | |
tree | 38fbf75e9d4d65c0273beef7bc571c99eb9981a9 /Misc | |
parent | 0d5742dec0a44c6fdbb544bc683855ff78554e72 (diff) | |
download | cpython-7522ef402c324481fabd841a89810fd944cd3cec.zip cpython-7522ef402c324481fabd841a89810fd944cd3cec.tar.gz cpython-7522ef402c324481fabd841a89810fd944cd3cec.tar.bz2 |
Issue #26939: Add the support.setswitchinterval() function to fix
test_functools hanging on the Android armv7 qemu emulator.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -22,6 +22,12 @@ Library - Issue #28847: dbm.dumb now supports reading read-only files and no longer writes the index file when it is not changed. +Tests +----- + +- Issue #26939: Add the support.setswitchinterval() function to fix + test_functools hanging on the Android armv7 qemu emulator. + What's New in Python 3.6.0 release candidate 1 ============================================== |