This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author levkivskyi
Recipients Arfrever, abarry, josh.r, levkivskyi, llllllllll, mark.dickinson, martin.panter, python-dev, r.david.murray, rhettinger, serhiy.storchaka, steven.daprano, taleinat
Date 2016-08-15.16:04:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471277071.57.0.799399411086.issue24379@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like namedtuple suffers the same issue with empty __slots__:

test_collections leaked [0, 0, 2, 0] references, sum=2
History
Date User Action Args
2016-08-15 16:04:31levkivskyisetrecipients: + levkivskyi, rhettinger, mark.dickinson, taleinat, Arfrever, steven.daprano, r.david.murray, python-dev, martin.panter, serhiy.storchaka, josh.r, llllllllll, abarry
2016-08-15 16:04:31levkivskyisetmessageid: <1471277071.57.0.799399411086.issue24379@psf.upfronthosting.co.za>
2016-08-15 16:04:31levkivskyilinkissue24379 messages
2016-08-15 16:04:31levkivskyicreate