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 giampaolo.rodola, gvanrossum, methane, mpaolini, ned.deily, serhiy.storchaka, vstinner, yselivanov
Date 2016-09-15.03:14:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAEfz+TxK6ynzMU87GRqKE7t9ExwAgOc6cuV9to=df+S1nk5mtg@mail.gmail.com>
In-reply-to <1473892671.72.0.235877997839.issue26081@psf.upfronthosting.co.za>
Content
I'm working on fixing points you commented.  Wait a minute.

Implementing __del__ and __repr__ in C is bit hard task to me.
I can't do it in this week. (maybe I can't do it in this month too.)

On Thu, Sep 15, 2016 at 7:37 AM, Yury Selivanov <report@bugs.python.org> wrote:
>
> Yury Selivanov added the comment:
>
> INADA, would you be able to address my last review comments?  Also, I'm wondering what if we could implement __del__ and __repr__ in C too, so that we could drop BaseFuture class?
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue26081>
> _______________________________________
History
Date User Action Args
2016-09-15 03:14:33methanesetrecipients: + methane, gvanrossum, vstinner, giampaolo.rodola, ned.deily, serhiy.storchaka, yselivanov, mpaolini
2016-09-15 03:14:32methanelinkissue26081 messages
2016-09-15 03:14:32methanecreate