]> git.ipfire.org Git - thirdparty/tornado.git/commit
Define `httpclient.HTTPError.__repr__`
authorBen Darnell <ben@bendarnell.com>
Sun, 14 Feb 2016 02:15:34 +0000 (21:15 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 14 Feb 2016 02:15:34 +0000 (21:15 -0500)
commit22d884c5b94fed3b602bef6798cb732b4c916421
treed6c9d1aadf20f7f306608b0575977d56ceb9d72d
parente2dac2cfcf06aba8d52cb6ec11f1a3b46b2f7c27
Define `httpclient.HTTPError.__repr__`

This avoids stack overflow in the default `__repr__`.

Fixes #1624
tornado/httpclient.py
tornado/test/httpclient_test.py