René's URL Explorer Experiment


Title: Issue 21645: asyncio: Race condition in signal handling on FreeBSD - Python tracker

Mail addresses
report@bugs.python.org
report@bugs.python.org

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/65844 https://github.com/python/cpython/issues/65844
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
msg219647https://bugs.python.org/issue21645#msg219647
(view)https://bugs.python.org/msg219647
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.0%203.4/builds/191/steps/test/logs/stdiohttp://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.0%203.4/builds/191/steps/test/logs/stdio
selectors.pyhttps://github.com/python/cpython/blob/3.4/Lib/selectors.py#L494
asyncio/base_events.pyhttps://github.com/python/cpython/blob/3.4/Lib/asyncio/base_events.py#L795
asyncio/base_events.pyhttps://github.com/python/cpython/blob/3.4/Lib/asyncio/base_events.py#L184
asyncio/base_events.pyhttps://github.com/python/cpython/blob/3.4/Lib/asyncio/base_events.py#L203
test/test_asyncio/test_streams.pyhttps://github.com/python/cpython/blob/3.4/Lib/test/test_asyncio/test_streams.py#L617
unittest/case.pyhttps://github.com/python/cpython/blob/3.4/Lib/unittest/case.py#L577
unittest/case.pyhttps://github.com/python/cpython/blob/3.4/Lib/unittest/case.py#L625
unittest/suite.pyhttps://github.com/python/cpython/blob/3.4/Lib/unittest/suite.py#L125
unittest/suite.pyhttps://github.com/python/cpython/blob/3.4/Lib/unittest/suite.py#L87
unittest/suite.pyhttps://github.com/python/cpython/blob/3.4/Lib/unittest/suite.py#L125
unittest/suite.pyhttps://github.com/python/cpython/blob/3.4/Lib/unittest/suite.py#L87
unittest/suite.pyhttps://github.com/python/cpython/blob/3.4/Lib/unittest/suite.py#L125
unittest/suite.pyhttps://github.com/python/cpython/blob/3.4/Lib/unittest/suite.py#L87
unittest/runner.pyhttps://github.com/python/cpython/blob/3.4/Lib/unittest/runner.py#L168
test/support/__init__.pyhttps://github.com/python/cpython/blob/3.4/Lib/test/support/__init__.py#L1724
test/support/__init__.pyhttps://github.com/python/cpython/blob/3.4/Lib/test/support/__init__.py#L1758
test/test_asyncio/__init__.pyhttps://github.com/python/cpython/blob/3.4/Lib/test/test_asyncio/__init__.py#L29
test/regrtest.pyhttps://github.com/python/cpython/blob/3.4/Lib/test/regrtest.py#L1278
test/regrtest.pyhttps://github.com/python/cpython/blob/3.4/Lib/test/regrtest.py#L967
test/regrtest.pyhttps://github.com/python/cpython/blob/3.4/Lib/test/regrtest.py#L763
test/regrtest.pyhttps://github.com/python/cpython/blob/3.4/Lib/test/regrtest.py#L1562
test/__main__.pyhttps://github.com/python/cpython/blob/3.4/Lib/test/__main__.py#L3
runpy.pyhttps://github.com/python/cpython/blob/3.4/Lib/runpy.py#L85
runpy.pyhttps://github.com/python/cpython/blob/3.4/Lib/runpy.py#L170
msg219650https://bugs.python.org/issue21645#msg219650
(view)https://bugs.python.org/msg219650
msg221954https://bugs.python.org/issue21645#msg221954
(view)https://bugs.python.org/msg221954
69d474dab479https://hg.python.org/lookup/69d474dab479
#21645https://bugs.python.org/issue21645
http://hg.python.org/cpython/rev/69d474dab479http://hg.python.org/cpython/rev/69d474dab479
msg223049https://bugs.python.org/issue21645#msg223049
(view)https://bugs.python.org/msg223049
a0e6a370755fhttps://hg.python.org/lookup/a0e6a370755f
#21645https://bugs.python.org/issue21645
http://hg.python.org/cpython/rev/a0e6a370755fhttp://hg.python.org/cpython/rev/a0e6a370755f
msg223052https://bugs.python.org/issue21645#msg223052
(view)https://bugs.python.org/msg223052
dbf991650441https://hg.python.org/lookup/dbf991650441
#21645https://bugs.python.org/issue21645
http://hg.python.org/cpython/rev/dbf991650441http://hg.python.org/cpython/rev/dbf991650441
msg223053https://bugs.python.org/issue21645#msg223053
(view)https://bugs.python.org/msg223053
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.0%203.x/http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.0%203.x/
msg223145https://bugs.python.org/issue21645#msg223145
(view)https://bugs.python.org/msg223145
http://hg.python.org/sandbox/issue21645http://hg.python.org/sandbox/issue21645
34384933888https://hg.python.org/lookup/34384933888
msg223146https://bugs.python.org/issue21645#msg223146
(view)https://bugs.python.org/msg223146
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.0%20custom/builds/27/steps/test/logs/stdiohttp://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.0%20custom/builds/27/steps/test/logs/stdio
msg223148https://bugs.python.org/issue21645#msg223148
(view)https://bugs.python.org/msg223148
msg223184https://bugs.python.org/issue21645#msg223184
(view)https://bugs.python.org/msg223184
1ff9ce2204eehttps://hg.python.org/lookup/1ff9ce2204ee
#21645https://bugs.python.org/issue21645
#21985https://bugs.python.org/issue21985
http://hg.python.org/cpython/rev/1ff9ce2204eehttp://hg.python.org/cpython/rev/1ff9ce2204ee
msg223227https://bugs.python.org/issue21645#msg223227
(view)https://bugs.python.org/msg223227
https://code.google.com/p/tulip/issues/detail?id=192https://code.google.com/p/tulip/issues/detail?id=192
msg223321https://bugs.python.org/issue21645#msg223321
(view)https://bugs.python.org/msg223321
https://code.google.com/p/tulip/issues/detail?id=192https://code.google.com/p/tulip/issues/detail?id=192
logging/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/logging/__init__.py#L980
logging/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/logging/__init__.py#L980
asyncio/unix_events.pyhttps://github.com/python/cpython/blob/main/Lib/asyncio/unix_events.py#L95
logging/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/logging/__init__.py#L1302
logging/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/logging/__init__.py#L1408
logging/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/logging/__init__.py#L1418
logging/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/logging/__init__.py#L1480
logging/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/logging/__init__.py#L852
logging/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/logging/__init__.py#L983
logging/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/logging/__init__.py#L904
runpy.pyhttps://github.com/python/cpython/blob/main/Lib/runpy.py#L170
runpy.pyhttps://github.com/python/cpython/blob/main/Lib/runpy.py#L85
test/__main__.pyhttps://github.com/python/cpython/blob/main/Lib/test/__main__.py#L3
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L1562
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L763
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L978
test/regrtest.pyhttps://github.com/python/cpython/blob/main/Lib/test/regrtest.py#L1278
test/test_asyncio/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_asyncio/__init__.py#L29
test/support/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/test/support/__init__.py#L1758
test/support/__init__.pyhttps://github.com/python/cpython/blob/main/Lib/test/support/__init__.py#L1724
unittest/runner.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/runner.py#L168
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L87
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L125
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L87
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L125
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L87
unittest/suite.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/suite.py#L125
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L625
unittest/case.pyhttps://github.com/python/cpython/blob/main/Lib/unittest/case.py#L577
test/test_asyncio/test_streams.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_asyncio/test_streams.py#L647
asyncio/base_events.pyhttps://github.com/python/cpython/blob/main/Lib/asyncio/base_events.py#L265
asyncio/base_events.pyhttps://github.com/python/cpython/blob/main/Lib/asyncio/base_events.py#L238
asyncio/base_events.pyhttps://github.com/python/cpython/blob/main/Lib/asyncio/base_events.py#L984
msg223326https://bugs.python.org/issue21645#msg223326
(view)https://bugs.python.org/msg223326
msg223340https://bugs.python.org/issue21645#msg223340
(view)https://bugs.python.org/msg223340
msg223343https://bugs.python.org/issue21645#msg223343
(view)https://bugs.python.org/msg223343
msg223346https://bugs.python.org/issue21645#msg223346
(view)https://bugs.python.org/msg223346
#12060https://bugs.python.org/issue12060
#21998https://bugs.python.org/issue21998
msg223350https://bugs.python.org/issue21645#msg223350
(view)https://bugs.python.org/msg223350
#12060https://bugs.python.org/issue12060
#21998https://bugs.python.org/issue21998
http://bugs.python.org/issue21645http://bugs.python.org/issue21645
msg223369https://bugs.python.org/issue21645#msg223369
(view)https://bugs.python.org/msg223369
c4f053f1b47fhttps://hg.python.org/lookup/c4f053f1b47f
#21645https://bugs.python.org/issue21645
http://hg.python.org/cpython/rev/c4f053f1b47fhttp://hg.python.org/cpython/rev/c4f053f1b47f
2176496951a4https://hg.python.org/lookup/2176496951a4
#21645https://bugs.python.org/issue21645
http://hg.python.org/cpython/rev/2176496951a4http://hg.python.org/cpython/rev/2176496951a4
msg223372https://bugs.python.org/issue21645#msg223372
(view)https://bugs.python.org/msg223372
c149370c8027https://hg.python.org/lookup/c149370c8027
c4f053f1b47fhttps://hg.python.org/lookup/c4f053f1b47f
2176496951a4https://hg.python.org/lookup/2176496951a4
msg223423https://bugs.python.org/issue21645#msg223423
(view)https://bugs.python.org/msg223423
msg227503https://bugs.python.org/issue21645#msg227503
(view)https://bugs.python.org/msg227503
fe456770b454https://hg.python.org/lookup/fe456770b454
69d474dab479https://hg.python.org/lookup/69d474dab479
#21645https://bugs.python.org/issue21645
https://hg.python.org/cpython/rev/fe456770b454https://hg.python.org/cpython/rev/fe456770b454
msg227503https://bugs.python.org/msg227503
msg223423https://bugs.python.org/msg223423
msg223372https://bugs.python.org/msg223372
msg223369https://bugs.python.org/msg223369
msg223350https://bugs.python.org/msg223350
msg223346https://bugs.python.org/msg223346
msg223343https://bugs.python.org/msg223343
msg223340https://bugs.python.org/msg223340
msg223326https://bugs.python.org/msg223326
msg223321https://bugs.python.org/msg223321
msg223227https://bugs.python.org/msg223227
msg223184https://bugs.python.org/msg223184
msg223148https://bugs.python.org/msg223148
msg223146https://bugs.python.org/msg223146
msg223145https://bugs.python.org/msg223145
msg223053https://bugs.python.org/msg223053
msg223052https://bugs.python.org/msg223052
msg223049https://bugs.python.org/msg223049
python-devhttps://bugs.python.org/user13902
msg221954https://bugs.python.org/msg221954
msg219650https://bugs.python.org/msg219650
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.