Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pserve --reload on Py3 (the simple solution)
This is the simpler fix for `pserve --reload` (so please pull either Pylons#1244 or this). Basically with some project setups the reloader thread is guaranteed to crash on Python 3 as the main thread is importing modules in the other thread.
- Loading branch information