René's URL Explorer Experiment


Title: Issue 38106: [2.7] Race in PyThread_release_lock on macOS - can lead to memory corruption and deadlock - 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/82287 https://github.com/python/cpython/issues/82287
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
pylock_bug.pyxhttps://bugs.python.org/file48604/pylock_bug.pyx
PR 16047https://github.com/python/cpython/pull/16047
msg351826https://bugs.python.org/issue38106#msg351826
(view)https://bugs.python.org/msg351826
187aa545165dhttps://hg.python.org/lookup/187aa545165d
https://github.com/python/cpython/blob/v2.7.16-127-g0229b56d8c0/Python/thread_pthread.h#L486-L506https://github.com/python/cpython/blob/v2.7.16-127-g0229b56d8c0/Python/thread_pthread.h#L486-L506
https://github.com/python/cpython/commit/187aa545165dhttps://github.com/python/cpython/commit/187aa545165d
https://bitbucket.org/pypy/pypy/src/578667b3fef9/rpython/translator/c/src/thread_pthread.c#lines-443:465https://bitbucket.org/pypy/pypy/src/578667b3fef9/rpython/translator/c/src/thread_pthread.c#lines-443:465
https://bitbucket.org/pypy/pypy/src/5b42890d48c3/rpython/translator/c/src/thread_pthread.c#lines-443:465https://bitbucket.org/pypy/pypy/src/5b42890d48c3/rpython/translator/c/src/thread_pthread.c#lines-443:465
187aa545165dhttps://hg.python.org/lookup/187aa545165d
https://github.com/python/cpython/commit/2c8cb9f3d240https://github.com/python/cpython/commit/2c8cb9f3d240
https://bugs.python.org/issue433625https://bugs.python.org/issue433625
https://bugs.python.org/issue8299#msg103224https://bugs.python.org/issue8299#msg103224
https://bugs.python.org/issue8410#msg103313https://bugs.python.org/issue8410#msg103313
https://bugs.python.org/issue8411#msg113301https://bugs.python.org/issue8411#msg113301
https://bugs.python.org/issue15038#msg163187https://bugs.python.org/issue15038#msg163187
https://github.com/python/cpython/commit/187aa545165dhttps://github.com/python/cpython/commit/187aa545165d
https://pypi.org/project/pygolanghttps://pypi.org/project/pygolang
msg351917https://bugs.python.org/issue38106#msg351917
(view)https://bugs.python.org/msg351917
msg351943https://bugs.python.org/issue38106#msg351943
(view)https://bugs.python.org/msg351943
msg351970https://bugs.python.org/issue38106#msg351970
(view)https://bugs.python.org/msg351970
https://github.com/python/cpython/blob/v2.7.16-129-g58d61efd4cd/Modules/threadmodule.c#L69-L82https://github.com/python/cpython/blob/v2.7.16-129-g58d61efd4cd/Modules/threadmodule.c#L69-L82
https://github.com/python/cpython/blob/v2.7.16-129-g58d61efd4cd/Modules/_testcapimodule.c#L1972-L2053https://github.com/python/cpython/blob/v2.7.16-129-g58d61efd4cd/Modules/_testcapimodule.c#L1972-L2053
https://github.com/python/cpython/blob/v2.7.16-129-g58d61efd4cd/Modules/_testcapimodule.c#L1998-L2002https://github.com/python/cpython/blob/v2.7.16-129-g58d61efd4cd/Modules/_testcapimodule.c#L1998-L2002
https://lab.nexedi.com/kirr/pygolang/commit/69db91bfhttps://lab.nexedi.com/kirr/pygolang/commit/69db91bf
https://lab.nexedi.com/kirr/pygolang/commit/3b241983?expand_all_diffs=1https://lab.nexedi.com/kirr/pygolang/commit/3b241983?expand_all_diffs=1
msg351972https://bugs.python.org/issue38106#msg351972
(view)https://bugs.python.org/msg351972
msg352025https://bugs.python.org/issue38106#msg352025
(view)https://bugs.python.org/msg352025
msg352054https://bugs.python.org/issue38106#msg352054
(view)https://bugs.python.org/msg352054
msg352058https://bugs.python.org/issue38106#msg352058
(view)https://bugs.python.org/msg352058
187aa545165dhttps://hg.python.org/lookup/187aa545165d
msg352159https://bugs.python.org/issue38106#msg352159
(view)https://bugs.python.org/msg352159
https://github.com/python/cpython/pull/16047https://github.com/python/cpython/pull/16047
msg353723https://bugs.python.org/issue38106#msg353723
(view)https://bugs.python.org/msg353723
msg353820https://bugs.python.org/issue38106#msg353820
(view)https://bugs.python.org/msg353820
c5abd63e94fcea10bdfa7a20842c6af3248bbd74https://hg.python.org/lookup/c5abd63e94fcea10bdfa7a20842c6af3248bbd74
bpo-38106https://bugs.python.org/issue38106
GH-16047https://github.com/python/cpython/pull/16047
https://github.com/python/cpython/commit/c5abd63e94fcea10bdfa7a20842c6af3248bbd74https://github.com/python/cpython/commit/c5abd63e94fcea10bdfa7a20842c6af3248bbd74
msg353821https://bugs.python.org/issue38106#msg353821
(view)https://bugs.python.org/msg353821
msg353824https://bugs.python.org/issue38106#msg353824
(view)https://bugs.python.org/msg353824
https://bugs.python.org/issue38106#msg351917https://bugs.python.org/issue38106#msg351917
https://bugs.python.org/issue38106#msg351970https://bugs.python.org/issue38106#msg351970
https://pypi.org/project/pygolang/#pygolang-change-historyhttps://pypi.org/project/pygolang/#pygolang-change-history
https://bugs.python.org/issue433625https://bugs.python.org/issue433625
https://github.com/apple/darwin-libpthreadhttps://github.com/apple/darwin-libpthread
https://bitbucket.org/pypy/pypy/issues/3072https://bitbucket.org/pypy/pypy/issues/3072
msg353825https://bugs.python.org/issue38106#msg353825
(view)https://bugs.python.org/msg353825
msg353826https://bugs.python.org/issue38106#msg353826
(view)https://bugs.python.org/msg353826
msg353826https://bugs.python.org/msg353826
msg353825https://bugs.python.org/msg353825
msg353824https://bugs.python.org/msg353824
msg353821https://bugs.python.org/msg353821
msg353820https://bugs.python.org/msg353820
mariosofthttps://bugs.python.org/user32538
msg353723https://bugs.python.org/msg353723
terry.reedyhttps://bugs.python.org/user155
msg352159https://bugs.python.org/msg352159
patchhttps://bugs.python.org/keyword2
pull_request15669https://bugs.python.org/pull_request15669
msg352058https://bugs.python.org/msg352058
msg352054https://bugs.python.org/msg352054
msg352025https://bugs.python.org/msg352025
msg351972https://bugs.python.org/msg351972
msg351970https://bugs.python.org/msg351970
msg351943https://bugs.python.org/msg351943
msg351917https://bugs.python.org/msg351917
benjamin.petersonhttps://bugs.python.org/user4455
gvanrossumhttps://bugs.python.org/user5
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.