[Twisted-Python] Weekly Bug Summary
Bug summary __ Summary for 2018-01-14 through 2018-01-21 Opened Closed Total Change Enhancements: 1 0 1383 +1 Defects: 0 0906 +0 Tasks: 0 0 9
Re: [Twisted-Python] Circular references in TLSMemoryBIOProtocol
Yes, doing it only for TLSMemoryBIOProtocol fails test too :( SSL-related seem to be touching both ends of this reference cycle after connectionLost: 1. twisted/test/test_sslverify.py:2102 self.assertEqual(sProto.wrappedProtocol.data, b'') This one touches `wrappedProtocol` 2. twisted/test/proto