[Twisted-Python] Need some enlightenment on using web client properly, or maybe nudge a bug to get fixed

Maarten ter Huurne maarten at treewalker.org
Thu Jul 11 04:19:10 MDT 2019


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






More information about the Twisted-Python mailing list