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 serhiy.storchaka
Recipients Arfrever, benjamin.peterson, docs@python, flox, gvanrossum, jaraco, jgeralnik, martin.panter, pitrou, r.david.murray, serhiy.storchaka, zach.ware
Date 2016-03-08.21:31:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1457472713.27.0.507979021775.issue15068@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, thanks Martin. I forgot that assigning an attribute to a bound method creates a reference loop.

This can be fixed without performance lost by using a clever trick.
History
Date User Action Args
2016-03-08 21:31:53serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, jaraco, pitrou, benjamin.peterson, Arfrever, r.david.murray, flox, docs@python, martin.panter, zach.ware, jgeralnik
2016-03-08 21:31:53serhiy.storchakasetmessageid: <1457472713.27.0.507979021775.issue15068@psf.upfronthosting.co.za>
2016-03-08 21:31:53serhiy.storchakalinkissue15068 messages
2016-03-08 21:31:52serhiy.storchakacreate