Staging
v0.5.1
https://github.com/python/cpython
Revision b417332bf44af93c8acda4b7197181d4b62c16a4 authored by Miss Islington (bot) on 17 September 2017, 06:01:53 UTC, committed by Terry Jan Reedy on 17 September 2017, 06:01:53 UTC
Canceling timers prevents a warning message when test_idle completes.
(This is the minimum fix needed before upcoming releases.)
(cherry picked from commit a6bb313c70f8619e6dc4af5cef7d73fa3bbd59ca)
1 parent 46c1052
Raw File
Tip revision: b417332bf44af93c8acda4b7197181d4b62c16a4 authored by Miss Islington (bot) on 17 September 2017, 06:01:53 UTC
[3.6] bpo-31493: Fix code context update and font update timers. (GH-3622) (#3623)
Tip revision: b417332
.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