diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-07-02 22:59:28 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-07-02 22:59:28 (GMT) |
commit | b57d6a2fec3b0f2bb508ae3f3dcb9d6b54056fda (patch) | |
tree | 5a1fa1c25781204440052afc9c0ec979dc76ee76 /Modules/_collectionsmodule.c | |
parent | 6680e9f5fd1015ec7630c7658b5fdcce93114ab4 (diff) | |
parent | 2dba23af7145f3edc608dc16209e6ead38c0f6c8 (diff) | |
download | cpython-b57d6a2fec3b0f2bb508ae3f3dcb9d6b54056fda.zip cpython-b57d6a2fec3b0f2bb508ae3f3dcb9d6b54056fda.tar.gz cpython-b57d6a2fec3b0f2bb508ae3f3dcb9d6b54056fda.tar.bz2 |
(Merge 3.4) asyncio: sync with Tulip
* _UnixSubprocessTransport: fix file mode of stdin. Open stdin in write mode,
not in read mode
* Examples: close the event loop at exit
* More reliable CoroWrapper.__del__. If the constructor is interrupted by
KeyboardInterrupt or the coroutine objet is destroyed lately, some the
_source_traceback attribute doesn't exist anymore.
* repr(Task): include also the future the task is waiting for
Diffstat (limited to 'Modules/_collectionsmodule.c')
0 files changed, 0 insertions, 0 deletions