[issue28452] Remove _asyncio._init_module function

2016-10-17 Thread INADA Naoki
Changes by INADA Naoki : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ Py

[issue28452] Remove _asyncio._init_module function

2016-10-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset d32ec6591c49 by INADA Naoki in branch '3.6': Issue #28452: Remove _asyncio._init_module function https://hg.python.org/cpython/rev/d32ec6591c49 New changeset ce85a1f129e3 by INADA Naoki in branch 'default': Issue #28452: Remove _asyncio._init_module

[issue28452] Remove _asyncio._init_module function

2016-10-17 Thread Yury Selivanov
Yury Selivanov added the comment: LGTM -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue28452] Remove _asyncio._init_module function

2016-10-16 Thread INADA Naoki
Changes by INADA Naoki : Added file: http://bugs.python.org/file45122/asyncio-speedup-refactoring2.patch ___ Python tracker ___ ___ Python-bug

[issue28452] Remove _asyncio._init_module function

2016-10-15 Thread INADA Naoki
New submission from INADA Naoki: _asyncio._init_module() looks ugly. This patch imports external dependency when importing _asyncio. -- components: asyncio files: asyncio-speedup-refactoring.patch keywords: patch messages: 278731 nosy: gvanrossum, inada.naoki, yselivanov priority: normal