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 2010年01月17日 21:27 by flox, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue7728_timeout.diff | flox, 2010年02月05日 00:56 | Patch, apply to trunk | ||
| Messages (5) | |||
|---|---|---|---|
| msg97975 - (view) | Author: Florent Xicluna (flox) * (Python committer) | Date: 2010年01月17日 21:27 | |
Some buildbot failure because of hard-coded port. test_timeout test test_timeout failed -- Traceback (most recent call last): File "/home/buildbot/cpython-ucs2/trunk.pitrou-ubuntu/build/Lib/test/test_timeout.py", line 149, in testAcceptTimeout self.sock.bind(self.addr_local) File "/home/buildbot/cpython-ucs2/trunk.pitrou-ubuntu/build/Lib/socket.py", line 222, in meth return getattr(self._sock,name)(*args) error: [Errno 98] Address already in use |
|||
| msg98814 - (view) | Author: Florent Xicluna (flox) * (Python committer) | Date: 2010年02月04日 07:27 | |
http://www.python.org/dev/buildbot/all/builders/AMD64%20Ubuntu%20trunk/builds/387 |
|||
| msg98839 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2010年02月04日 16:44 | |
Can you provide a patch? |
|||
| msg98861 - (view) | Author: Florent Xicluna (flox) * (Python committer) | Date: 2010年02月05日 00:56 | |
Patch. |
|||
| msg98937 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2010年02月06日 05:11 | |
Thanks. Committed in r78014, r78015, r78016, and r78017. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:56 | admin | set | github: 51977 |
| 2010年02月06日 05:11:41 | r.david.murray | set | status: open -> closed nosy: + r.david.murray messages: + msg98937 resolution: fixed stage: patch review -> resolved |
| 2010年02月05日 00:56:55 | flox | set | files:
+ issue7728_timeout.diff keywords: + patch messages: + msg98861 stage: needs patch -> patch review |
| 2010年02月04日 16:44:01 | pitrou | set | keywords:
+ easy type: behavior messages: + msg98839 |
| 2010年02月04日 07:27:20 | flox | set | messages: + msg98814 |
| 2010年01月26日 01:08:10 | ezio.melotti | set | priority: normal nosy: + ezio.melotti |
| 2010年01月17日 21:27:37 | flox | create | |