Ticket #3810 regression closed fixed
trial -u leaks memory
| Reported by: | exarkun | Owned by: | |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | trial | Keywords: | |
| Cc: | Branch: | branches/stop-thread-pool-3810 | |
| Author: | exarkun, radix | Launchpad Bug: |
Description
This can be observed by running the following test suite:
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

