René's URL Explorer Experiment


Title: Issue 11753: test_sendall_interrupted() of test_socket hangs on FreeBSD - Python tracker

direct link

Domain: bugs.python.org

Nonetext/html; charset=utf-8

Links:

https://bugs.python.org/
Python Homehttps://www.python.org/
Abouthttps://www.python.org/about/
Newshttps://www.python.org/blogs/
Documentationhttps://www.python.org/doc/
Downloadshttps://www.python.org/downloads/
Communityhttps://www.python.org/community/
Foundationhttps://www.python.org/psf/
Developer's Guidehttps://devguide.python.org/
Issue Trackerhttps://bugs.python.org/
Searchhttps://bugs.python.org/issue?@template=search&status=1
Random Issuehttps://bugs.python.org/issue?@action=random
Issues with patchhttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Issues%20with%20patch&@startwith=0&@group=priority&keywords=2&@action=search&@filter=&@pagesize=50
Easy issueshttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Easy%20issues&@startwith=0&@group=priority&keywords=6&@action=search&@filter=&@pagesize=50
Statshttps://bugs.python.org/issue?@template=stats
Lost your login?https://bugs.python.org/user?@template=forgotten
User Listhttps://bugs.python.org/user?@sort=username
Committer Listhttps://bugs.python.org/user?iscommitter=1&@action=search&@sort=username&@pagesize=300
Tracker Documentationhttp://docs.python.org/devguide/triaging.html
Tracker Developmenthttp://wiki.python.org/moin/TrackerDevelopment
Report Tracker Problemhttps://github.com/python/psf-infra-meta/issues
https://github.com/python/cpython/issues
GitHubhttps://github.com/python/cpython/issues
see the GitHub FAQs in the Python's Developer Guide.https://devguide.python.org/gh-faq/
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/55962 https://github.com/python/cpython/issues/55962
Titlehttp://docs.python.org/devguide/triaging.html#title
Typehttp://docs.python.org/devguide/triaging.html#type
Stagehttp://docs.python.org/devguide/triaging.html#stage
Componentshttp://docs.python.org/devguide/triaging.html#components
Versionshttp://docs.python.org/devguide/triaging.html#versions
Statushttp://docs.python.org/devguide/triaging.html#status
Resolutionhttp://docs.python.org/devguide/triaging.html#resolution
Dependencieshttp://docs.python.org/devguide/triaging.html#dependencies
Supersederhttp://docs.python.org/devguide/triaging.html#superseder
Assigned Tohttp://docs.python.org/devguide/triaging.html#assigned-to
Nosy Listhttp://docs.python.org/devguide/triaging.html#nosy-list
Priorityhttp://docs.python.org/devguide/triaging.html#priority
Keywordshttp://docs.python.org/devguide/triaging.html#keywords
msg132871https://bugs.python.org/issue11753#msg132871
(view)https://bugs.python.org/msg132871
test/test_socket.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_socket.py#L729
test/test_socket.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_socket.py#L740
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L387
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L442
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L494
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L105
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L67
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L105
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L67
test/support.pyhttps://github.com/python/cpython/blob/main/Lib/test/support.py#L1078
test/support.pyhttps://github.com/python/cpython/blob/main/Lib/test/support.py#L1166
test/support.pyhttps://github.com/python/cpython/blob/main/Lib/test/support.py#L1192
test/test_socket.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_socket.py#L2052
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L1032
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L826
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L650
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L1607
http://www.python.org/dev/buildbot/all/builders/x86%20FreeBSD%207.2%203.x/builds/1644/steps/test/logs/stdiohttp://www.python.org/dev/buildbot/all/builders/x86%20FreeBSD%207.2%203.x/builds/1644/steps/test/logs/stdio
http://www.python.org/dev/buildbot/all/builders/x86%20FreeBSD%203.x/builds/1344/steps/test/logs/stdiohttp://www.python.org/dev/buildbot/all/builders/x86%20FreeBSD%203.x/builds/1344/steps/test/logs/stdio
msg132883https://bugs.python.org/issue11753#msg132883
(view)https://bugs.python.org/msg132883
http://www.freebsd.org/cgi/man.cgi?query=siginterrupt&apropos=0&sektion=0&manpath=FreeBSD+8.2-RELEASE&format=htmlhttp://www.freebsd.org/cgi/man.cgi?query=siginterrupt&apropos=0&sektion=0&manpath=FreeBSD+8.2-RELEASE&format=html
http://www.gsp.com/cgi-bin/man.cgi?section=2&topic=sigactionhttp://www.gsp.com/cgi-bin/man.cgi?section=2&topic=sigaction
http://pubs.opengroup.org/onlinepubs/009695399/functions/write.htmlhttp://pubs.opengroup.org/onlinepubs/009695399/functions/write.html
msg132889https://bugs.python.org/issue11753#msg132889
(view)https://bugs.python.org/msg132889
#11755https://bugs.python.org/issue11755
#11727https://bugs.python.org/issue11727
msg132897https://bugs.python.org/issue11753#msg132897
(view)https://bugs.python.org/msg132897
#11755https://bugs.python.org/issue11755
msg132904https://bugs.python.org/issue11753#msg132904
(view)https://bugs.python.org/msg132904
http://hg.python.org/sandbox/haypo/rev/4257fdfa5661http://hg.python.org/sandbox/haypo/rev/4257fdfa5661
http://www.python.org/dev/buildbot/all/builders/x86%20FreeBSD%20customhttp://www.python.org/dev/buildbot/all/builders/x86%20FreeBSD%20custom
msg132921https://bugs.python.org/issue11753#msg132921
(view)https://bugs.python.org/msg132921
ebc03d7e7110https://hg.python.org/lookup/ebc03d7e7110
#11753https://bugs.python.org/issue11753
http://hg.python.org/cpython/rev/ebc03d7e7110http://hg.python.org/cpython/rev/ebc03d7e7110
msg132922https://bugs.python.org/issue11753#msg132922
(view)https://bugs.python.org/msg132922
http://www.python.org/dev/buildbot/all/builders/x86%20FreeBSD%20custom/builds/4http://www.python.org/dev/buildbot/all/builders/x86%20FreeBSD%20custom/builds/4
ebc03d7e7110https://hg.python.org/lookup/ebc03d7e7110
msg132922https://bugs.python.org/msg132922
python-devhttps://bugs.python.org/user13902
msg132921https://bugs.python.org/msg132921
msg132904https://bugs.python.org/msg132904
msg132897https://bugs.python.org/msg132897
msg132889https://bugs.python.org/msg132889
neologixhttps://bugs.python.org/user12146
msg132883https://bugs.python.org/msg132883
The Python Software Foundationhttps://python.org/psf-landing/
Rounduphttp://roundup.sourceforge.net
Python Software Foundationhttp://python.org/psf
Legal Statementshttp://python.org/about/legal

URLs of crawlers that visited me.