nskinkel / oppy

A Tor client (onion proxy) implementation in Python
BSD 3-Clause "New" or "Revised" License
24 stars 3 forks source link

socks.py - Garbage Collecting `EphemeralRelayPairFactory` Objects #9

Closed dwtj closed 10 years ago

dwtj commented 10 years ago

Once an EphemeralRelayPairFactory object links its pair of relays and stops listening for additional connections, it should be garbage collected. It would be good to test to make sure that it is indeed being collected in the current implementation.

dwtj commented 10 years ago

EphemeralRelayPairFactory objects and any trace of them have been obliterated.