René's URL Explorer Experiment


Title: Issue 3618: possible deadlock in python IO implementation - Python tracker

Mail addresses
report@bugs.python.org
report@bugs.python.org
pitrou@free.fr
report@bugs.python.org
victor.stinner@haypocalc.com

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/47868 https://github.com/python/cpython/issues/47868
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
io_deadlock.patchhttps://bugs.python.org/file11190/io_deadlock.patch
rlockio.patchhttps://bugs.python.org/file11374/rlockio.patch
msg71537https://bugs.python.org/issue3618#msg71537
(view)https://bugs.python.org/msg71537
Lib/io.pyhttps://github.com/python/cpython/blob/master/Lib/io.py
Lib/io.pyhttps://github.com/python/cpython/blob/master/Lib/io.py
Python/thread_pthread.h:352https://github.com/python/cpython/blob/master/Python/thread_pthread.h#L352
Objects/methodobject.c:81https://github.com/python/cpython/blob/master/Objects/methodobject.c#L81
Python/ceval.c:3403https://github.com/python/cpython/blob/master/Python/ceval.c#L3403
Python/ceval.c:2205https://github.com/python/cpython/blob/master/Python/ceval.c#L2205
Python/ceval.c:3491https://github.com/python/cpython/blob/master/Python/ceval.c#L3491
Python/ceval.c:3424https://github.com/python/cpython/blob/master/Python/ceval.c#L3424
Python/ceval.c:2205https://github.com/python/cpython/blob/master/Python/ceval.c#L2205
Python/ceval.c:2840https://github.com/python/cpython/blob/master/Python/ceval.c#L2840
Objects/funcobject.c:628https://github.com/python/cpython/blob/master/Objects/funcobject.c#L628
Objects/abstract.c:2181https://github.com/python/cpython/blob/master/Objects/abstract.c#L2181
Objects/classobject.c:323https://github.com/python/cpython/blob/master/Objects/classobject.c#L323
Objects/abstract.c:2181https://github.com/python/cpython/blob/master/Objects/abstract.c#L2181
Python/ceval.c:3283https://github.com/python/cpython/blob/master/Python/ceval.c#L3283
Objects/fileobject.c:164https://github.com/python/cpython/blob/master/Objects/fileobject.c#L164
Objects/fileobject.c:189https://github.com/python/cpython/blob/master/Objects/fileobject.c#L189
Python/errors.c:696https://github.com/python/cpython/blob/master/Python/errors.c#L696
Python/ceval.c:3090https://github.com/python/cpython/blob/master/Python/ceval.c#L3090
Python/ceval.c:3403https://github.com/python/cpython/blob/master/Python/ceval.c#L3403
Python/ceval.c:2205https://github.com/python/cpython/blob/master/Python/ceval.c#L2205
Python/ceval.3403https://github.com/python/cpython/blob/master/Python/ceval.3403
msg71538https://bugs.python.org/issue3618#msg71538
(view)https://bugs.python.org/msg71538
#3001https://bugs.python.org/issue3001
Lib/io.pyhttps://github.com/python/cpython/blob/master/Lib/io.py
msg71541https://bugs.python.org/issue3618#msg71541
(view)https://bugs.python.org/msg71541
#3001https://bugs.python.org/issue3001
msg71543https://bugs.python.org/issue3618#msg71543
(view)https://bugs.python.org/msg71543
msg71545https://bugs.python.org/issue3618#msg71545
(view)https://bugs.python.org/msg71545
#3001https://bugs.python.org/issue3001
msg71607https://bugs.python.org/issue3618#msg71607
(view)https://bugs.python.org/msg71607
#3001https://bugs.python.org/issue3001
msg71625https://bugs.python.org/issue3618#msg71625
(view)https://bugs.python.org/msg71625
#3001https://bugs.python.org/issue3001
msg71626https://bugs.python.org/issue3618#msg71626
(view)https://bugs.python.org/msg71626
#3001https://bugs.python.org/issue3001
#3001https://bugs.python.org/issue3001
msg72496https://bugs.python.org/issue3618#msg72496
(view)https://bugs.python.org/msg72496
msg72507https://bugs.python.org/issue3618#msg72507
(view)https://bugs.python.org/msg72507
msg72510https://bugs.python.org/issue3618#msg72510
(view)https://bugs.python.org/msg72510
msg78099https://bugs.python.org/issue3618#msg78099
(view)https://bugs.python.org/msg78099
msg80789https://bugs.python.org/issue3618#msg80789
(view)https://bugs.python.org/msg80789
msg82924https://bugs.python.org/issue3618#msg82924
(view)https://bugs.python.org/msg82924
msg82933https://bugs.python.org/issue3618#msg82933
(view)https://bugs.python.org/msg82933
msg82934https://bugs.python.org/issue3618#msg82934
(view)https://bugs.python.org/msg82934
msg83136https://bugs.python.org/issue3618#msg83136
(view)https://bugs.python.org/msg83136
msg83169https://bugs.python.org/issue3618#msg83169
(view)https://bugs.python.org/msg83169
#4862https://bugs.python.org/issue4862
msg83171https://bugs.python.org/issue3618#msg83171
(view)https://bugs.python.org/msg83171
#4862https://bugs.python.org/issue4862
msg82934https://bugs.python.org/msg82934
msg83175https://bugs.python.org/issue3618#msg83175
(view)https://bugs.python.org/msg83175
msg83177https://bugs.python.org/issue3618#msg83177
(view)https://bugs.python.org/msg83177
msg83177https://bugs.python.org/msg83177
msg83175https://bugs.python.org/msg83175
msg83171https://bugs.python.org/msg83171
msg83169https://bugs.python.org/msg83169
issue4565 dependencieshttps://bugs.python.org/issue4565
msg83136https://bugs.python.org/msg83136
msg82934https://bugs.python.org/msg82934
msg82933https://bugs.python.org/msg82933
benjamin.petersonhttps://bugs.python.org/user4455
msg82924https://bugs.python.org/msg82924
issue4565 dependencieshttps://bugs.python.org/issue4565
msg80789https://bugs.python.org/msg80789
ggenellinahttps://bugs.python.org/user1595
issue4716 supersederhttps://bugs.python.org/issue4716
msg78099https://bugs.python.org/msg78099
msg72510https://bugs.python.org/msg72510
needs reviewhttps://bugs.python.org/keyword8
rlockio.patchhttps://bugs.python.org/file11374
msg72507https://bugs.python.org/msg72507
msg72496https://bugs.python.org/msg72496
jceahttps://bugs.python.org/user415
msg71626https://bugs.python.org/msg71626
io_deadlock.patchhttps://bugs.python.org/file11190
msg71625https://bugs.python.org/msg71625
msg71607https://bugs.python.org/msg71607
gregory.p.smithhttps://bugs.python.org/user252
msg71545https://bugs.python.org/msg71545
rlock.patchhttps://bugs.python.org/file11174
rlock.patchhttps://bugs.python.org/file11174
patchhttps://bugs.python.org/keyword2
msg71543https://bugs.python.org/msg71543
msg71541https://bugs.python.org/msg71541
pitrouhttps://bugs.python.org/user2040
msg71538https://bugs.python.org/msg71538
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.