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 methane
Recipients RemiCardona, giampaolo.rodola, gvanrossum, methane, mpaolini, ned.deily, serhiy.storchaka, vstinner, yselivanov
Date 2016-10-07.14:07:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475849237.82.0.21039360704.issue26081@psf.upfronthosting.co.za>
In-reply-to
Content
fastfuture3-wip.patch is work in progress implementation of
implementing __repr__ and __del__ in C.
I post it to avoid duplicated works.

Known TODOs:

* Support overriding Future._repr_info()
* Fix __del__ is not called (Research how tp_del, tp_finalize, and tp_deallocate works)

I hope I have enough time to finish in next week, but I'm not sure.
History
Date User Action Args
2016-10-07 14:07:19methanesetrecipients: + methane, gvanrossum, vstinner, giampaolo.rodola, ned.deily, serhiy.storchaka, yselivanov, mpaolini, RemiCardona
2016-10-07 14:07:17methanesetmessageid: <1475849237.82.0.21039360704.issue26081@psf.upfronthosting.co.za>
2016-10-07 14:07:17methanelinkissue26081 messages
2016-10-07 14:07:17methanecreate