René's URL Explorer Experiment


Title: Issue 19787: Fix PyThread_set_key_value() strange behaviour - Python tracker

Mail addresses
tim.peters@gmail.com
report@bugs.python.org
guido@python.org
mhammond@skippinet.com.au
kristjan@ccpgames.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/63986 https://github.com/python/cpython/issues/63986
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
pythread_set_key_value.patchhttps://bugs.python.org/file32879/pythread_set_key_value.patch
reviewhttps://bugs.python.org/review/19787/#ps10128
fix_set_key_value.patchhttps://bugs.python.org/file32883/fix_set_key_value.patch
reviewhttps://bugs.python.org/review/19787/#ps10132
pythread_set_key_value-2.patchhttps://bugs.python.org/file33110/pythread_set_key_value-2.patch
reviewhttps://bugs.python.org/review/19787/#ps10303
msg204442https://bugs.python.org/issue19787#msg204442
(view)https://bugs.python.org/msg204442
msg204443https://bugs.python.org/issue19787#msg204443
(view)https://bugs.python.org/msg204443
Modules/_tracemalloc.chttps://github.com/python/cpython/blob/master/Modules/_tracemalloc.c
msg204634https://bugs.python.org/issue19787#msg204634
(view)https://bugs.python.org/msg204634
Python/thread.chttps://github.com/python/cpython/blob/master/Python/thread.c
Python/thread.chttps://github.com/python/cpython/blob/master/Python/thread.c
msg204636https://bugs.python.org/issue19787#msg204636
(view)https://bugs.python.org/msg204636
Python/threadhttps://github.com/python/cpython/blob/master/Python/thread
msg204660https://bugs.python.org/issue19787#msg204660
(view)https://bugs.python.org/msg204660
msg204674https://bugs.python.org/issue19787#msg204674
(view)https://bugs.python.org/msg204674
http://searchcode.com/codesearch/view/21308375http://searchcode.com/codesearch/view/21308375
http://searchcode.com/codesearch/view/10353970http://searchcode.com/codesearch/view/10353970
https://git.gnome.org/browse/pygobject/tree/gi/_glibhttps://git.gnome.org/browse/pygobject/tree/gi/_glib
http://code.ohloh.net/http://code.ohloh.net/
https://github.com/search/https://github.com/search/
http://searchcode.com/http://searchcode.com/
http://stackoverflow.com/searchhttp://stackoverflow.com/search
msg204676https://bugs.python.org/issue19787#msg204676
(view)https://bugs.python.org/msg204676
msg204680https://bugs.python.org/issue19787#msg204680
(view)https://bugs.python.org/msg204680
Include/Python.hhttps://github.com/python/cpython/blob/master/Include/Python.h
Include/frameobject.hhttps://github.com/python/cpython/blob/master/Include/frameobject.h
Include/pystate.hhttps://github.com/python/cpython/blob/master/Include/pystate.h
Include/pythread.hhttps://github.com/python/cpython/blob/master/Include/pythread.h
Include/thread.hhttps://github.com/python/cpython/blob/master/Include/thread.h
Modules/threadmodule.chttps://github.com/python/cpython/blob/master/Modules/threadmodule.c
Objects/frameobjecthttps://github.com/python/cpython/blob/master/Objects/frameobject
Include/pystate.hhttps://github.com/python/cpython/blob/master/Include/pystate.h
Include/pythread.hhttps://github.com/python/cpython/blob/master/Include/pythread.h
Lib/test/test_capi.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_capi.py
Modules/_testcapimodule.chttps://github.com/python/cpython/blob/master/Modules/_testcapimodule.c
Modules/posixmodule.chttps://github.com/python/cpython/blob/master/Modules/posixmodule.c
Python/ceval.chttps://github.com/python/cpython/blob/master/Python/ceval.c
Python/pystathttps://github.com/python/cpython/blob/master/Python/pystat
pep 311https://www.python.org/dev/peps/pep-0311/
Python/pystate.chttps://github.com/python/cpython/blob/master/Python/pystate.c
Python/thread_nt.hhttps://github.com/python/cpython/blob/master/Python/thread_nt.h
Python/thread_pthread.hhttps://github.com/python/cpython/blob/master/Python/thread_pthread.h
issue 9786https://bugs.python.org/issue9786
msg204691https://bugs.python.org/issue19787#msg204691
(view)https://bugs.python.org/msg204691
https://mail.python.org/pipermail/python-dev/2008-August/081847.htmlhttps://mail.python.org/pipermail/python-dev/2008-August/081847.html
msg204692https://bugs.python.org/issue19787#msg204692
(view)https://bugs.python.org/msg204692
#10517https://bugs.python.org/issue10517
msg204703https://bugs.python.org/issue19787#msg204703
(view)https://bugs.python.org/msg204703
https://mail.python.org/pipermail/python-dev/2008-August/081847.htmlhttps://mail.python.org/pipermail/python-dev/2008-August/081847.html
msg204704https://bugs.python.org/issue19787#msg204704
(view)https://bugs.python.org/msg204704
http://bugs.python.org/issue10517http://bugs.python.org/issue10517
msg204705https://bugs.python.org/issue19787#msg204705
(view)https://bugs.python.org/msg204705
msg204706https://bugs.python.org/issue19787#msg204706
(view)https://bugs.python.org/msg204706
http://bugs.python.org/issue10517http://bugs.python.org/issue10517
#10517https://bugs.python.org/issue10517
msg204707https://bugs.python.org/issue19787#msg204707
(view)https://bugs.python.org/msg204707
#10517https://bugs.python.org/issue10517
#13156https://bugs.python.org/issue13156
#13156https://bugs.python.org/issue13156
msg204708https://bugs.python.org/issue19787#msg204708
(view)https://bugs.python.org/msg204708
#10517https://bugs.python.org/issue10517
http://bugs.python.org/issue10517#msg134573http://bugs.python.org/issue10517#msg134573
msg205158https://bugs.python.org/issue19787#msg205158
(view)https://bugs.python.org/msg205158
#10517https://bugs.python.org/issue10517
http://bugs.python.org/issue10517#msg134573http://bugs.python.org/issue10517#msg134573
#10517https://bugs.python.org/issue10517
msg205161https://bugs.python.org/issue19787#msg205161
(view)https://bugs.python.org/msg205161
#10517https://bugs.python.org/issue10517
http://bugs.python.org/issue10517#msg134573http://bugs.python.org/issue10517#msg134573
#10517https://bugs.python.org/issue10517
msg205216https://bugs.python.org/issue19787#msg205216
(view)https://bugs.python.org/msg205216
msg205985https://bugs.python.org/issue19787#msg205985
(view)https://bugs.python.org/msg205985
msg205986https://bugs.python.org/issue19787#msg205986
(view)https://bugs.python.org/msg205986
msg206014https://bugs.python.org/issue19787#msg206014
(view)https://bugs.python.org/msg206014
46393019b650https://hg.python.org/lookup/46393019b650
#19787https://bugs.python.org/issue19787
http://hg.python.org/cpython/rev/46393019b650http://hg.python.org/cpython/rev/46393019b650
msg206015https://bugs.python.org/issue19787#msg206015
(view)https://bugs.python.org/msg206015
#10915https://bugs.python.org/issue10915
msg206023https://bugs.python.org/issue19787#msg206023
(view)https://bugs.python.org/msg206023
msg206043https://bugs.python.org/issue19787#msg206043
(view)https://bugs.python.org/msg206043
5d078b0bae75https://hg.python.org/lookup/5d078b0bae75
#19787https://bugs.python.org/issue19787
http://hg.python.org/cpython/rev/5d078b0bae75http://hg.python.org/cpython/rev/5d078b0bae75
msg206043https://bugs.python.org/msg206043
pythread_set_key_value-2.patchhttps://bugs.python.org/file33110
msg206023https://bugs.python.org/msg206023
msg206015https://bugs.python.org/msg206015
python-devhttps://bugs.python.org/user13902
msg206014https://bugs.python.org/msg206014
msg205986https://bugs.python.org/msg205986
msg205985https://bugs.python.org/msg205985
msg205216https://bugs.python.org/msg205216
msg205161https://bugs.python.org/msg205161
msg205158https://bugs.python.org/msg205158
msg204708https://bugs.python.org/msg204708
grahamdhttps://bugs.python.org/user8983
msg204707https://bugs.python.org/msg204707
msg204706https://bugs.python.org/msg204706
msg204705https://bugs.python.org/msg204705
msg204704https://bugs.python.org/msg204704
fix_set_key_value.patchhttps://bugs.python.org/file32883
msg204703https://bugs.python.org/msg204703
msg204692https://bugs.python.org/msg204692
msg204691https://bugs.python.org/msg204691
kristjan.jonssonhttps://bugs.python.org/user2217
msg204680https://bugs.python.org/msg204680
msg204676https://bugs.python.org/msg204676
msg204674https://bugs.python.org/msg204674
msg204660https://bugs.python.org/msg204660
msg204636https://bugs.python.org/msg204636
pythread_set_key_value.patchhttps://bugs.python.org/file32879
tim.petershttps://bugs.python.org/user6
pitrouhttps://bugs.python.org/user2040
msg204634https://bugs.python.org/msg204634
patchhttps://bugs.python.org/keyword2
Arfreverhttps://bugs.python.org/user9138
msg204443https://bugs.python.org/msg204443
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.