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.
Created on 2014年03月23日 13:46 by schwab, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| 0001-test_epoll.TestEPoll.test_control_and_wait-remove-ex.patch | schwab, 2014年03月23日 13:46 | Patch | ||
| Messages (4) | |||
|---|---|---|---|
| msg214580 - (view) | Author: Andreas Schwab (schwab) * | Date: 2014年03月23日 13:46 | |
The extra assertion doesn't check something new and can result in spurious testsuite failures due to the stricter condition. |
|||
| msg214814 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2014年03月25日 11:51 | |
New changeset 3cd216b56599 by Victor Stinner in branch '3.4': Issue #21038: Cleanup test_epoll.py http://hg.python.org/cpython/rev/3cd216b56599 New changeset 945d7dd3b455 by Victor Stinner in branch '3.4': Issue #21038: Use monotonic clock to compute timeout, not the system clock http://hg.python.org/cpython/rev/945d7dd3b455 |
|||
| msg214815 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2014年03月25日 11:54 | |
New changeset d09032a9adee by Victor Stinner in branch '2.7': Issue #21038: Cleanup test_epoll.py http://hg.python.org/cpython/rev/d09032a9adee |
|||
| msg214816 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2014年03月25日 11:54 | |
Thanks for the patch, it's now fixed in Python 2.7, 3.4 and 3.5. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:00 | admin | set | github: 65237 |
| 2014年03月25日 11:54:24 | vstinner | set | status: open -> closed versions: + Python 3.5 nosy: + vstinner messages: + msg214816 resolution: fixed |
| 2014年03月25日 11:54:03 | python-dev | set | messages: + msg214815 |
| 2014年03月25日 11:51:24 | python-dev | set | nosy:
+ python-dev messages: + msg214814 |
| 2014年03月23日 13:46:26 | schwab | set | versions: + Python 3.4 |
| 2014年03月23日 13:46:17 | schwab | create | |