﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
21545	runserver goes into an infinite loop after first request on OSX.	loic84	nobody	"The following snippet causes an infinite loop and its customary 100% CPU usage:

{{{#!python
events = kqueue.control([], 1)
# After a request, reload the set of watched files.
if len(events) == 1 and events[0].ident == watcher.fileno():
    continue
}}}

This is because the event isn't currently cleared, so once the condition becomes `True`, it remains so indefinitely.
"	Bug	closed	Core (Management commands)	dev	Release blocker	fixed			Accepted	0	0	0	0	0	0
