bottlepy / bottle

bottle.py is a fast and simple micro-framework for python web-applications.
http://bottlepy.org/
MIT License
8.33k stars 1.46k forks source link

pypy-3.7 and tornado: ERROR:tornado.application:Uncaught exception #1366

Closed avelino closed 2 years ago

avelino commented 2 years ago
>               raise AssertionError(line.strip().decode('utf8'))
E               AssertionError: ERROR:tornado.application:Uncaught exception

here

https://github.com/bottlepy/bottle/blob/b7a03a60f1d497009bc303d2f90b80b39c68dbf3/test/test_server.py#L87

avelino commented 2 years ago

@defnull do you know what it can be?

avelino commented 2 years ago

by closing this issue, the tests came back through - just look in the master branch