Re: Need some enlightenment on using web client properly, or maybe nudge a bug to get fixed

Maarten ter Huurne <[email protected]> Thu, 11 Jul 2019 12:19:10 +0200
Newsgroups gmane.comp.python.twisted
Message-ID <12310093.hddBGRg2eU@hyperion>
On Thursday, 11 July 2019 12:00:33 CEST Jarosław Fedewicz wrote:

> Is there a neat way to list all pyOpenSSL objects in a running Twisted
> program? Or maybe TCPConnection objects, since those might hook to
> the zope.interface machinery?

Not specific to Twisted, but you can get a list of all objects tracked 
by the garbage collector using "gc.get_objects()" and then filter that 
by class.

Bye,
		Maarten



_______________________________________________
Twisted-Python mailing list
[email protected]
https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python