o
�b� � @ s* d dl Z d dlmZ G dd� de j�ZdS )� N)�deferc @ s e Zd ZdZdd� ZdS )�TestBleedinga' This test creates an unhandled Deferred and leaves it in a cycle.
The Deferred is left in a cycle so that the garbage collector won't pick it
up immediately. We were having some problems where unhandled Deferreds in
one test were failing random other tests. (See #1507, #1213)
c C s<