René's URL Explorer Experiment


Title: Issue 25658: PyThread assumes pthread_key_t is an integer, which is against POSIX - 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/69844 https://github.com/python/cpython/issues/69844
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
issue25658-1.patchhttps://bugs.python.org/file44269/issue25658-1.patch
key-constant-time.diffhttps://bugs.python.org/file44303/key-constant-time.diff
reviewhttps://bugs.python.org/review/25658/#ps18290
pythread-key-intptr_t.patchhttps://bugs.python.org/file45427/pythread-key-intptr_t.patch
reviewhttps://bugs.python.org/review/25658/#ps19125
configure-pthread_key_t.patchhttps://bugs.python.org/file45548/configure-pthread_key_t.patch
reviewhttps://bugs.python.org/review/25658/#ps19209
pythread-tss.patchhttps://bugs.python.org/file45763/pythread-tss.patch
reviewhttps://bugs.python.org/review/25658/#ps19359
pythread-tss-2.patchhttps://bugs.python.org/file46227/pythread-tss-2.patch
reviewhttps://bugs.python.org/review/25658/#ps19700
pythread-tss-3.patchhttps://bugs.python.org/file46379/pythread-tss-3.patch
reviewhttps://bugs.python.org/review/25658/#ps19806
PR 1362https://github.com/python/cpython/pull/1362
PR 4060https://github.com/python/cpython/pull/4060
msg254846https://bugs.python.org/issue25658#msg254846
(view)https://bugs.python.org/msg254846
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.htmlhttp://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html
msg273441https://bugs.python.org/issue25658#msg273441
(view)https://bugs.python.org/msg273441
#22206https://bugs.python.org/issue22206
msg273443https://bugs.python.org/issue25658#msg273443
(view)https://bugs.python.org/msg273443
msg273451https://bugs.python.org/issue25658#msg273451
(view)https://bugs.python.org/msg273451
#9786https://bugs.python.org/issue9786
http://pubs.opengroup.org/onlinepubs/009695399/functions/pthread_getspecific.htmlhttp://pubs.opengroup.org/onlinepubs/009695399/functions/pthread_getspecific.html
msg273453https://bugs.python.org/issue25658#msg273453
(view)https://bugs.python.org/msg273453
msg273460https://bugs.python.org/issue25658#msg273460
(view)https://bugs.python.org/msg273460
msg273464https://bugs.python.org/issue25658#msg273464
(view)https://bugs.python.org/msg273464
https://msdn.microsoft.com/en-us/library/windows/desktop/ms686801(v=vs.85).aspxhttps://msdn.microsoft.com/en-us/library/windows/desktop/ms686801(v=vs.85).aspx
#22206https://bugs.python.org/issue22206
msg273480https://bugs.python.org/issue25658#msg273480
(view)https://bugs.python.org/msg273480
msg273916https://bugs.python.org/issue25658#msg273916
(view)https://bugs.python.org/msg273916
#22206https://bugs.python.org/issue22206
msg273919https://bugs.python.org/issue25658#msg273919
(view)https://bugs.python.org/msg273919
issue25658https://bugs.python.org/issue25658
PEP 11https://www.python.org/dev/peps/pep-0011/
msg274030https://bugs.python.org/issue25658#msg274030
(view)https://bugs.python.org/msg274030
msg274035https://bugs.python.org/issue25658#msg274035
(view)https://bugs.python.org/msg274035
PEP 11https://www.python.org/dev/peps/pep-0011/
msg274040https://bugs.python.org/issue25658#msg274040
(view)https://bugs.python.org/msg274040
msg280511https://bugs.python.org/issue25658#msg280511
(view)https://bugs.python.org/msg280511
#28656https://bugs.python.org/issue28656
msg280512https://bugs.python.org/issue25658#msg280512
(view)https://bugs.python.org/msg280512
msg280525https://bugs.python.org/issue25658#msg280525
(view)https://bugs.python.org/msg280525
msg280526https://bugs.python.org/issue25658#msg280526
(view)https://bugs.python.org/msg280526
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.htmlhttp://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_types.h.html
msg280527https://bugs.python.org/issue25658#msg280527
(view)https://bugs.python.org/msg280527
https://github.com/NuxiNL/cloudlibc/blob/master/src/include/sys/types.h#L94https://github.com/NuxiNL/cloudlibc/blob/master/src/include/sys/types.h#L94
https://github.com/NuxiNL/cloudlibc/blob/master/src/include/_/types.h#L209https://github.com/NuxiNL/cloudlibc/blob/master/src/include/_/types.h#L209
msg281227https://bugs.python.org/issue25658#msg281227
(view)https://bugs.python.org/msg281227
http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdfhttp://www.open-std.org/jtc1/sc22/wg14/www/docs/n1570.pdf
Include/pythread.hhttps://github.com/python/cpython/blob/master/Include/pythread.h
msg281990https://bugs.python.org/issue25658#msg281990
(view)https://bugs.python.org/msg281990
msg282024https://bugs.python.org/issue25658#msg282024
(view)https://bugs.python.org/msg282024
msg282033https://bugs.python.org/issue25658#msg282033
(view)https://bugs.python.org/msg282033
Modules/_tracemalloc.c:161https://github.com/python/cpython/blob/master/Modules/_tracemalloc.c#L161
msg281227https://bugs.python.org/msg281227
msg282404https://bugs.python.org/issue25658#msg282404
(view)https://bugs.python.org/msg282404
msg281227https://bugs.python.org/msg281227
Modules/_tracemalloc.chttps://github.com/python/cpython/blob/master/Modules/_tracemalloc.c
Python/pystate.chttps://github.com/python/cpython/blob/master/Python/pystate.c
msg282410https://bugs.python.org/issue25658#msg282410
(view)https://bugs.python.org/msg282410
PEP 7https://www.python.org/dev/peps/pep-0007/
msg285039https://bugs.python.org/issue25658#msg285039
(view)https://bugs.python.org/msg285039
PEP 539https://www.python.org/dev/peps/pep-0539/
https://mail.python.org/pipermail/python-ideas/2016-December/043983.htmlhttps://mail.python.org/pipermail/python-ideas/2016-December/043983.html
msg285328https://bugs.python.org/issue25658#msg285328
(view)https://bugs.python.org/msg285328
msg285478https://bugs.python.org/issue25658#msg285478
(view)https://bugs.python.org/msg285478
msg286012https://bugs.python.org/issue25658#msg286012
(view)https://bugs.python.org/msg286012
msg290035https://bugs.python.org/issue25658#msg290035
(view)https://bugs.python.org/msg290035
#29881https://bugs.python.org/issue29881
msg292625https://bugs.python.org/issue25658#msg292625
(view)https://bugs.python.org/msg292625
msg292841https://bugs.python.org/issue25658#msg292841
(view)https://bugs.python.org/msg292841
#29881https://bugs.python.org/issue29881
msg298342https://bugs.python.org/issue25658#msg298342
(view)https://bugs.python.org/msg298342
bpo-30279https://bugs.python.org/issue30279
bpo-30832https://bugs.python.org/issue30832
PR 1362https://github.com/python/cpython/pull/1362
https://github.com/ma8ma/cpython/pull/1https://github.com/ma8ma/cpython/pull/1
msg298347https://bugs.python.org/issue25658#msg298347
(view)https://bugs.python.org/msg298347
PEP 11https://www.python.org/dev/peps/pep-0011/
https://www.python.org/dev/peps/pep-0011/#legacy-c-localehttps://www.python.org/dev/peps/pep-0011/#legacy-c-locale
PEP 11https://www.python.org/dev/peps/pep-0011/
PEP 539https://www.python.org/dev/peps/pep-0539/
PEP 538https://www.python.org/dev/peps/pep-0538/
https://www.python.org/dev/peps/pep-0538/#platform-support-changeshttps://www.python.org/dev/peps/pep-0538/#platform-support-changes
msg298674https://bugs.python.org/issue25658#msg298674
(view)https://bugs.python.org/msg298674
Python/pythread.hhttps://github.com/python/cpython/blob/master/Python/pythread.h
Modules/_tracemalloc.chttps://github.com/python/cpython/blob/master/Modules/_tracemalloc.c
Modules/_testcapimodule.chttps://github.com/python/cpython/blob/master/Modules/_testcapimodule.c
https://mail.python.org/pipermail/python-ideas/2017-July/046399.htmlhttps://mail.python.org/pipermail/python-ideas/2017-July/046399.html
msg298676https://bugs.python.org/issue25658#msg298676
(view)https://bugs.python.org/msg298676
Include/pythread.hhttps://github.com/python/cpython/blob/master/Include/pythread.h
msg299542https://bugs.python.org/issue25658#msg299542
(view)https://bugs.python.org/msg299542
msg301768https://bugs.python.org/issue25658#msg301768
(view)https://bugs.python.org/msg301768
PEP 539https://www.python.org/dev/peps/pep-0539/
https://mail.python.org/pipermail/python-dev/2017-August/149091.htmlhttps://mail.python.org/pipermail/python-dev/2017-August/149091.html
https://mail.python.org/pipermail/python-dev/2017-September/149354.htmlhttps://mail.python.org/pipermail/python-dev/2017-September/149354.html
msg303814https://bugs.python.org/issue25658#msg303814
(view)https://bugs.python.org/msg303814
https://github.com/python/cpython/commit/731e18901484c75b60167a06a0ba0719a6d4827dhttps://github.com/python/cpython/commit/731e18901484c75b60167a06a0ba0719a6d4827d
msg304650https://bugs.python.org/issue25658#msg304650
(view)https://bugs.python.org/msg304650
msg304652https://bugs.python.org/issue25658#msg304652
(view)https://bugs.python.org/msg304652
msg304657https://bugs.python.org/issue25658#msg304657
(view)https://bugs.python.org/msg304657
msg304663https://bugs.python.org/issue25658#msg304663
(view)https://bugs.python.org/msg304663
issue 31828https://bugs.python.org/issue31828
msg304663https://bugs.python.org/msg304663
msg304657https://bugs.python.org/msg304657
pull_request4029https://bugs.python.org/pull_request4029
msg304652https://bugs.python.org/msg304652
scoderhttps://bugs.python.org/user2153
msg304650https://bugs.python.org/msg304650
msg303814https://bugs.python.org/msg303814
msg301768https://bugs.python.org/msg301768
msg299542https://bugs.python.org/msg299542
msg298676https://bugs.python.org/msg298676
msg298674https://bugs.python.org/msg298674
msg298347https://bugs.python.org/msg298347
msg298342https://bugs.python.org/msg298342
msg292841https://bugs.python.org/msg292841
msg292625https://bugs.python.org/msg292625
pull_request1472https://bugs.python.org/pull_request1472
msg290035https://bugs.python.org/msg290035
pythread-tss-3.patchhttps://bugs.python.org/file46379
msg286012https://bugs.python.org/msg286012
msg285478https://bugs.python.org/msg285478
msg285328https://bugs.python.org/msg285328
pythread-tss-2.patchhttps://bugs.python.org/file46227
msg285039https://bugs.python.org/msg285039
ncoghlanhttps://bugs.python.org/user1309
msg282410https://bugs.python.org/msg282410
pythread-tss.patchhttps://bugs.python.org/file45763
msg282404https://bugs.python.org/msg282404
msg282033https://bugs.python.org/msg282033
msg282024https://bugs.python.org/msg282024
msg281990https://bugs.python.org/msg281990
configure-pthread_key_t.patchhttps://bugs.python.org/file45548
msg281227https://bugs.python.org/msg281227
msg280527https://bugs.python.org/msg280527
issue28656 supersederhttps://bugs.python.org/issue28656
msg280526https://bugs.python.org/msg280526
msg280525https://bugs.python.org/msg280525
msg280512https://bugs.python.org/msg280512
pythread-key-intptr_t.patchhttps://bugs.python.org/file45427
masamotohttps://bugs.python.org/user19319
msg280511https://bugs.python.org/msg280511
msg274040https://bugs.python.org/msg274040
key-constant-time.diffhttps://bugs.python.org/file44303
msg274035https://bugs.python.org/msg274035
msg274030https://bugs.python.org/msg274030
msg273919https://bugs.python.org/msg273919
issue25658-1.patchhttps://bugs.python.org/file44269
patchhttps://bugs.python.org/keyword2
msg273916https://bugs.python.org/msg273916
msg273480https://bugs.python.org/msg273480
msg273464https://bugs.python.org/msg273464
r.david.murrayhttps://bugs.python.org/user9663
msg273460https://bugs.python.org/msg273460
msg273453https://bugs.python.org/msg273453
msg273451https://bugs.python.org/msg273451
vstinnerhttps://bugs.python.org/user2377
msg273443https://bugs.python.org/msg273443
erik.brayhttps://bugs.python.org/user13967
msg273441https://bugs.python.org/msg273441
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.