trial -u leaks memory
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from exarkun <[email protected]>: This can be observed by running the following test suite: {{{ #!python from twisted.trial.unittest import TestCase class Empty(TestCase): def test_empty(self): pass }}} like this: {{{ exarkun@charm:/tmp$ trial -u test_empty.py }}} The cause seems to be some additional (#3786) threadpool hackery in trial. ---------- Type : regression Component: trial Keywords : Priority : highest Nosy : ---------- http://twistedmatrix.com/trac/ticket/3810