René's URL Explorer Experiment


Title: Issue 22038: Implement atomic operations on non-x86 platforms - 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/66237 https://github.com/python/cpython/issues/66237
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
atomic.patchhttps://bugs.python.org/file36035/atomic.patch
reviewhttps://bugs.python.org/review/22038/#ps12451
atomicv2.patchhttps://bugs.python.org/file36151/atomicv2.patch
reviewhttps://bugs.python.org/review/22038/#ps12533
atomicv3.patchhttps://bugs.python.org/file37500/atomicv3.patch
reviewhttps://bugs.python.org/review/22038/#ps13458
atomicv4.patchhttps://bugs.python.org/file37694/atomicv4.patch
reviewhttps://bugs.python.org/review/22038/#ps13614
atomicv5.patchhttps://bugs.python.org/file37704/atomicv5.patch
reviewhttps://bugs.python.org/review/22038/#ps13623
atomic_pointer.patchhttps://bugs.python.org/file37706/atomic_pointer.patch
msg223676https://bugs.python.org/issue22038#msg223676
(view)https://bugs.python.org/msg223676
msg223740https://bugs.python.org/issue22038#msg223740
(view)https://bugs.python.org/msg223740
PEP 7https://www.python.org/dev/peps/pep-0007/
https://gcc.gnu.org/gcc-4.9/changes.htmlhttps://gcc.gnu.org/gcc-4.9/changes.html
msg224235https://bugs.python.org/issue22038#msg224235
(view)https://bugs.python.org/msg224235
msg232813https://bugs.python.org/issue22038#msg232813
(view)https://bugs.python.org/msg232813
msg232836https://bugs.python.org/issue22038#msg232836
(view)https://bugs.python.org/msg232836
msg232839https://bugs.python.org/issue22038#msg232839
(view)https://bugs.python.org/msg232839
https://gcc.gnu.org/onlinedocs/gcc/_005f_005fatomic-Builtins.htmlhttps://gcc.gnu.org/onlinedocs/gcc/_005f_005fatomic-Builtins.html
msg232901https://bugs.python.org/issue22038#msg232901
(view)https://bugs.python.org/msg232901
msg233706https://bugs.python.org/issue22038#msg233706
(view)https://bugs.python.org/msg233706
fbe87fb071a6https://hg.python.org/lookup/fbe87fb071a6
#22038https://bugs.python.org/issue22038
https://hg.python.org/cpython/rev/fbe87fb071a6https://hg.python.org/cpython/rev/fbe87fb071a6
msg233707https://bugs.python.org/issue22038#msg233707
(view)https://bugs.python.org/msg233707
msg233745https://bugs.python.org/issue22038#msg233745
(view)https://bugs.python.org/msg233745
msg233942https://bugs.python.org/issue22038#msg233942
(view)https://bugs.python.org/msg233942
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.x/builds/2947/steps/configure/logs/stdiohttp://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.x/builds/2947/steps/configure/logs/stdio
http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.x/builds/2947/steps/compile/logs/stdiohttp://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%203.x/builds/2947/steps/compile/logs/stdio
Parser/tokenizer_pgen.ohttps://github.com/python/cpython/blob/master/Parser/tokenizer_pgen.o
Parser/tokenizer_pgen.c:2https://github.com/python/cpython/blob/master/Parser/tokenizer_pgen.c#L2
Parser/tokenizer.c:4https://github.com/python/cpython/blob/master/Parser/tokenizer.c#L4
Include/Python.h:53https://github.com/python/cpython/blob/master/Include/Python.h#L53
Include/pyatomic.h:37https://github.com/python/cpython/blob/master/Include/pyatomic.h#L37
msg233944https://bugs.python.org/issue22038#msg233944
(view)https://bugs.python.org/msg233944
msg233955https://bugs.python.org/issue22038#msg233955
(view)https://bugs.python.org/msg233955
msg233958https://bugs.python.org/issue22038#msg233958
(view)https://bugs.python.org/msg233958
msg233959https://bugs.python.org/issue22038#msg233959
(view)https://bugs.python.org/msg233959
msg233960https://bugs.python.org/issue22038#msg233960
(view)https://bugs.python.org/msg233960
msg233991https://bugs.python.org/issue22038#msg233991
(view)https://bugs.python.org/msg233991
fbe87fb071a67cb5e638b3496362b5aedc0fc9a7https://hg.python.org/lookup/fbe87fb071a67cb5e638b3496362b5aedc0fc9a7
msg233993https://bugs.python.org/issue22038#msg233993
(view)https://bugs.python.org/msg233993
msg234023https://bugs.python.org/issue22038#msg234023
(view)https://bugs.python.org/msg234023
msg234029https://bugs.python.org/issue22038#msg234029
(view)https://bugs.python.org/msg234029
dacc944641b1https://hg.python.org/lookup/dacc944641b1
#22038https://bugs.python.org/issue22038
https://hg.python.org/cpython/rev/dacc944641b1https://hg.python.org/cpython/rev/dacc944641b1
msg234030https://bugs.python.org/issue22038#msg234030
(view)https://bugs.python.org/msg234030
msg234031https://bugs.python.org/issue22038#msg234031
(view)https://bugs.python.org/msg234031
msg234037https://bugs.python.org/issue22038#msg234037
(view)https://bugs.python.org/msg234037
http://llvm.org/viewvc/llvm-project?view=revision&revision=218957http://llvm.org/viewvc/llvm-project?view=revision&revision=218957
http://www.openwall.com/lists/musl/2014/11/09/2http://www.openwall.com/lists/musl/2014/11/09/2
msg237945https://bugs.python.org/issue22038#msg237945
(view)https://bugs.python.org/msg237945
eb48295e1f8bhttps://hg.python.org/lookup/eb48295e1f8b
#23644https://bugs.python.org/issue23644
#22038https://bugs.python.org/issue22038
https://hg.python.org/cpython/rev/eb48295e1f8bhttps://hg.python.org/cpython/rev/eb48295e1f8b
msg238348https://bugs.python.org/issue22038#msg238348
(view)https://bugs.python.org/msg238348
msg238348https://bugs.python.org/msg238348
lbianchttps://bugs.python.org/user20972
msg237945https://bugs.python.org/msg237945
msg234037https://bugs.python.org/msg234037
msg234031https://bugs.python.org/msg234031
atomic_pointer.patchhttps://bugs.python.org/file37706
msg234030https://bugs.python.org/msg234030
msg234029https://bugs.python.org/msg234029
msg234023https://bugs.python.org/msg234023
atomicv5.patchhttps://bugs.python.org/file37704
jyasskinhttps://bugs.python.org/user3818
msg233993https://bugs.python.org/msg233993
koobshttps://bugs.python.org/user16276
msg233991https://bugs.python.org/msg233991
msg233960https://bugs.python.org/msg233960
msg233959https://bugs.python.org/msg233959
msg233958https://bugs.python.org/msg233958
msg233955https://bugs.python.org/msg233955
atomicv4.patchhttps://bugs.python.org/file37694
atomicv4.patchhttps://bugs.python.org/file37693
atomicv4.patchhttps://bugs.python.org/file37693
msg233944https://bugs.python.org/msg233944
msg233942https://bugs.python.org/msg233942
msg233745https://bugs.python.org/msg233745
msg233707https://bugs.python.org/msg233707
python-devhttps://bugs.python.org/user13902
msg233706https://bugs.python.org/msg233706
Arfreverhttps://bugs.python.org/user9138
atomicv3.patchhttps://bugs.python.org/file37500
atomicv3.patchhttps://bugs.python.org/file37499
atomicv3.patchhttps://bugs.python.org/file37499
atomicv3.patchhttps://bugs.python.org/file37498
atomicv3.patchhttps://bugs.python.org/file37498
atomicv3.patchhttps://bugs.python.org/file37497
msg232901https://bugs.python.org/msg232901
atomicv3.patchhttps://bugs.python.org/file37497
msg232839https://bugs.python.org/msg232839
msg232836https://bugs.python.org/msg232836
gustavotemplehttps://bugs.python.org/user20557
msg232813https://bugs.python.org/msg232813
John.Malmberghttps://bugs.python.org/user18773
atomicv2.patchhttps://bugs.python.org/file36151
msg224235https://bugs.python.org/msg224235
vstinnerhttps://bugs.python.org/user2377
msg223740https://bugs.python.org/msg223740
jyasskinhttps://bugs.python.org/user3818
neologixhttps://bugs.python.org/user12146
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.