[issue26081] Implement asyncio Future in C to improve performance

INADA Naoki report at bugs.python.org
Fri Oct 7 10:07:17 EDT 2016


INADA Naoki added the comment:

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.

----------
Added file: http://bugs.python.org/file45003/fastfuture3-wip.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26081>
_______________________________________


More information about the Python-bugs-list mailing list