On Fri, 22 Jun 2012 21:23:10 +0200 Antoine Pitrou <[email protected]> wrote: > > Hi, > > As mentioned in the commit message for 96513d71e650, creating a type > using PyType_FromSpec seems to leak references when the type is > instantiated. This happens with SSLError:
The patch in http://bugs.python.org/issue15142 seems to fix it. Feedback welcome from typeobject experts :) Regards Antoine. _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
