René's URL Explorer Experiment


Title: Issue 10115: Support accept4() for atomic setting of flags at socket creation - 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/54324 https://github.com/python/cpython/issues/54324
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
issue10115_first_attempt.diffhttps://bugs.python.org/file19253/issue10115_first_attempt.diff
reviewhttps://bugs.python.org/review/10115/#ps1646
msg118767https://bugs.python.org/issue10115#msg118767
(view)https://bugs.python.org/msg118767
threading.pyhttps://github.com/python/cpython/blob/main/Lib/threading.py#L525
test/test_asynchat.pyhttps://github.com/python/cpython/blob/main/Lib/test/test_asynchat.py#L37
socket.pyhttps://github.com/python/cpython/blob/main/Lib/socket.py#L132
http://www.python.org/dev/buildbot/builders/sparc%20Debian%203.x/builds/147/steps/test/logs/stdiohttp://www.python.org/dev/buildbot/builders/sparc%20Debian%203.x/builds/147/steps/test/logs/stdio
msg118768https://bugs.python.org/issue10115#msg118768
(view)https://bugs.python.org/msg118768
msg118769https://bugs.python.org/issue10115#msg118769
(view)https://bugs.python.org/msg118769
msg118771https://bugs.python.org/issue10115#msg118771
(view)https://bugs.python.org/msg118771
msg118775https://bugs.python.org/issue10115#msg118775
(view)https://bugs.python.org/msg118775
msg118781https://bugs.python.org/issue10115#msg118781
(view)https://bugs.python.org/msg118781
msg118784https://bugs.python.org/issue10115#msg118784
(view)https://bugs.python.org/msg118784
msg118787https://bugs.python.org/issue10115#msg118787
(view)https://bugs.python.org/msg118787
msg118885https://bugs.python.org/issue10115#msg118885
(view)https://bugs.python.org/msg118885
msg118906https://bugs.python.org/issue10115#msg118906
(view)https://bugs.python.org/msg118906
msg118939https://bugs.python.org/issue10115#msg118939
(view)https://bugs.python.org/msg118939
msg118951https://bugs.python.org/issue10115#msg118951
(view)https://bugs.python.org/msg118951
msg118960https://bugs.python.org/issue10115#msg118960
(view)https://bugs.python.org/msg118960
msg119398https://bugs.python.org/issue10115#msg119398
(view)https://bugs.python.org/msg119398
r85796https://hg.python.org/lookup/r85796
msg128209https://bugs.python.org/issue10115#msg128209
(view)https://bugs.python.org/msg128209
issue11157https://bugs.python.org/issue11157
msg137766https://bugs.python.org/issue10115#msg137766
(view)https://bugs.python.org/msg137766
Lib/socket.pyhttps://github.com/python/cpython/blob/master/Lib/socket.py
Lib/test/test_posix.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_posix.py
msg137812https://bugs.python.org/issue10115#msg137812
(view)https://bugs.python.org/msg137812
msg138164https://bugs.python.org/issue10115#msg138164
(view)https://bugs.python.org/msg138164
msg146504https://bugs.python.org/issue10115#msg146504
(view)https://bugs.python.org/msg146504
msg147164https://bugs.python.org/issue10115#msg147164
(view)https://bugs.python.org/msg147164
msg147166https://bugs.python.org/issue10115#msg147166
(view)https://bugs.python.org/msg147166
msg147167https://bugs.python.org/issue10115#msg147167
(view)https://bugs.python.org/msg147167
msg147168https://bugs.python.org/issue10115#msg147168
(view)https://bugs.python.org/msg147168
msg154553https://bugs.python.org/issue10115#msg154553
(view)https://bugs.python.org/msg154553
msg179839https://bugs.python.org/issue10115#msg179839
(view)https://bugs.python.org/msg179839
PEP 433https://www.python.org/dev/peps/pep-0433/
msg180192https://bugs.python.org/issue10115#msg180192
(view)https://bugs.python.org/msg180192
PEP 433https://www.python.org/dev/peps/pep-0433/
http://hg.python.org/features/pep-433/file/46b7a077ae87/Modules/socketmodule.c#l1961http://hg.python.org/features/pep-433/file/46b7a077ae87/Modules/socketmodule.c#l1961
12442ac3f7ddhttps://hg.python.org/lookup/12442ac3f7dd
#7523https://bugs.python.org/issue7523
msg196330https://bugs.python.org/issue10115#msg196330
(view)https://bugs.python.org/msg196330
PEP 446https://www.python.org/dev/peps/pep-0446/
#18571https://bugs.python.org/issue18571
msg196330https://bugs.python.org/msg196330
msg180192https://bugs.python.org/msg180192
msg179839https://bugs.python.org/msg179839
anacrolixhttps://bugs.python.org/user11830
msg154553https://bugs.python.org/msg154553
msg147168https://bugs.python.org/msg147168
msg147167https://bugs.python.org/msg147167
msg147166https://bugs.python.org/msg147166
msg147164https://bugs.python.org/msg147164
msg146504https://bugs.python.org/msg146504
msg138164https://bugs.python.org/msg138164
msg137812https://bugs.python.org/msg137812
msg137766https://bugs.python.org/msg137766
vstinnerhttps://bugs.python.org/user2377
neologixhttps://bugs.python.org/user12146
socketpairhttps://bugs.python.org/user13573
msg128209https://bugs.python.org/msg128209
issue11157 supersederhttps://bugs.python.org/issue11157
msg119398https://bugs.python.org/msg119398
msg118960https://bugs.python.org/msg118960
msg118951https://bugs.python.org/msg118951
msg118939https://bugs.python.org/msg118939
issue10115_first_attempt.diffhttps://bugs.python.org/file19253
patchhttps://bugs.python.org/keyword2
msg118906https://bugs.python.org/msg118906
msg118885https://bugs.python.org/msg118885
exarkunhttps://bugs.python.org/user982
msg118787https://bugs.python.org/msg118787
loewishttps://bugs.python.org/user8
msg118784https://bugs.python.org/msg118784
msg118781https://bugs.python.org/msg118781
msg118775https://bugs.python.org/msg118775
msg118771https://bugs.python.org/msg118771
msg118769https://bugs.python.org/msg118769
msg118768https://bugs.python.org/msg118768
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.