]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fixed autoreload for Python 3 1405/head
authorEvgeniy Dobrohvalov <scipetr@gmail.com>
Thu, 2 Apr 2015 13:49:36 +0000 (16:49 +0300)
committerEvgeniy Dobrohvalov <scipetr@gmail.com>
Thu, 2 Apr 2015 13:49:36 +0000 (16:49 +0300)
commitb235f583d4d534c4131aed5ff812ef830392f983
tree2a6857857478ed13138afbdb09123d584ed770af
parent4823df25d874a9bc6f6126211381c074898036ff
Fixed autoreload for Python 3

Changed th system module values check to return a list.
In Python 3 it returns a dict_view which could occassionally produce
a runtime error of "dictionary changed size during iteration".
tornado/autoreload.py