commit | c4c464911ab6a65a32b8b2162aa4537003efb87b | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Wed Jul 23 18:21:45 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Wed Jul 23 18:21:45 2014 +0200 |
tree | 369d3f7c444adf385ed99346870dce3f894da3bd | |
parent | 8966759b031ce9977e038c5db1d8ed47c6c827a6 [diff] |
asyncio: sync with Tulip * Tulip issue 194: Don't use sys.getrefcount() in unit tests * signal.set_wakeup_fd() can now raise an OSError on Python 3.5