René's URL Explorer Experiment


Title: Issue 14386: Expose dict_proxy internal type as types.MappingProxyType - Python tracker

Mail addresses
tim.peters@gmail.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/58594 https://github.com/python/cpython/issues/58594
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
dictproxy.patchhttps://bugs.python.org/file24990/dictproxy.patch
reviewhttps://bugs.python.org/review/14386/#ps4502
dictproxy-2.patchhttps://bugs.python.org/file24991/dictproxy-2.patch
reviewhttps://bugs.python.org/review/14386/#ps4503
mappingview-3.patchhttps://bugs.python.org/file25028/mappingview-3.patch
reviewhttps://bugs.python.org/review/14386/#ps4527
mappingview-4.patchhttps://bugs.python.org/file25063/mappingview-4.patch
reviewhttps://bugs.python.org/review/14386/#ps4552
mappingproxy-5.patchhttps://bugs.python.org/file25070/mappingproxy-5.patch
reviewhttps://bugs.python.org/review/14386/#ps4557
mappingproxy_abc.patchhttps://bugs.python.org/file25229/mappingproxy_abc.patch
reviewhttps://bugs.python.org/review/14386/#ps4658
msg156536https://bugs.python.org/issue14386#msg156536
(view)https://bugs.python.org/msg156536
PEP 416https://www.python.org/dev/peps/pep-0416/
msg156538https://bugs.python.org/issue14386#msg156538
(view)https://bugs.python.org/msg156538
msg156550https://bugs.python.org/issue14386#msg156550
(view)https://bugs.python.org/msg156550
msg156551https://bugs.python.org/issue14386#msg156551
(view)https://bugs.python.org/msg156551
#14385https://bugs.python.org/issue14385
msg156634https://bugs.python.org/issue14386#msg156634
(view)https://bugs.python.org/msg156634
msg156780https://bugs.python.org/issue14386#msg156780
(view)https://bugs.python.org/msg156780
msg156781https://bugs.python.org/issue14386#msg156781
(view)https://bugs.python.org/msg156781
msg156783https://bugs.python.org/issue14386#msg156783
(view)https://bugs.python.org/msg156783
msg156785https://bugs.python.org/issue14386#msg156785
(view)https://bugs.python.org/msg156785
msg156786https://bugs.python.org/issue14386#msg156786
(view)https://bugs.python.org/msg156786
Include/Python.hhttps://github.com/python/cpython/blob/master/Include/Python.h
Include/abstract.hhttps://github.com/python/cpython/blob/master/Include/abstract.h
Include/ceval.hhttps://github.com/python/cpython/blob/master/Include/ceval.h
Include/classobject.hhttps://github.com/python/cpython/blob/master/Include/classobject.h
Include/descrobject.hhttps://github.com/python/cpython/blob/master/Include/descrobject.h
Include/dictobject.hhttps://github.com/python/cpython/blob/master/Include/dictobject.h
Include/eval.hhttps://github.com/python/cpython/blob/master/Include/eval.h
Include/funchttps://github.com/python/cpython/blob/master/Include/func
PEP 416https://www.python.org/dev/peps/pep-0416/
#14385https://bugs.python.org/issue14385
#14385https://bugs.python.org/issue14385
msg156788https://bugs.python.org/issue14386#msg156788
(view)https://bugs.python.org/msg156788
msg156789https://bugs.python.org/issue14386#msg156789
(view)https://bugs.python.org/msg156789
msg156792https://bugs.python.org/issue14386#msg156792
(view)https://bugs.python.org/msg156792
msg156796https://bugs.python.org/issue14386#msg156796
(view)https://bugs.python.org/msg156796
msg156815https://bugs.python.org/issue14386#msg156815
(view)https://bugs.python.org/msg156815
msg156860https://bugs.python.org/issue14386#msg156860
(view)https://bugs.python.org/msg156860
msg156864https://bugs.python.org/issue14386#msg156864
(view)https://bugs.python.org/msg156864
msg156867https://bugs.python.org/issue14386#msg156867
(view)https://bugs.python.org/msg156867
msg156868https://bugs.python.org/issue14386#msg156868
(view)https://bugs.python.org/msg156868
msg156871https://bugs.python.org/issue14386#msg156871
(view)https://bugs.python.org/msg156871
msg156934https://bugs.python.org/issue14386#msg156934
(view)https://bugs.python.org/msg156934
msg156936https://bugs.python.org/issue14386#msg156936
(view)https://bugs.python.org/msg156936
http://pypi.python.org/pypi/ProxyTypeshttp://pypi.python.org/pypi/ProxyTypes
msg156971https://bugs.python.org/issue14386#msg156971
(view)https://bugs.python.org/msg156971
msg156973https://bugs.python.org/issue14386#msg156973
(view)https://bugs.python.org/msg156973
msg156980https://bugs.python.org/issue14386#msg156980
(view)https://bugs.python.org/msg156980
msg157008https://bugs.python.org/issue14386#msg157008
(view)https://bugs.python.org/msg157008
msg157012https://bugs.python.org/issue14386#msg157012
(view)https://bugs.python.org/msg157012
msg157030https://bugs.python.org/issue14386#msg157030
(view)https://bugs.python.org/msg157030
msg157036https://bugs.python.org/issue14386#msg157036
(view)https://bugs.python.org/msg157036
msg157083https://bugs.python.org/issue14386#msg157083
(view)https://bugs.python.org/msg157083
msg157111https://bugs.python.org/issue14386#msg157111
(view)https://bugs.python.org/msg157111
msg157112https://bugs.python.org/issue14386#msg157112
(view)https://bugs.python.org/msg157112
msg157113https://bugs.python.org/issue14386#msg157113
(view)https://bugs.python.org/msg157113
msg157517https://bugs.python.org/issue14386#msg157517
(view)https://bugs.python.org/msg157517
msg157036https://bugs.python.org/msg157036
msg157618https://bugs.python.org/issue14386#msg157618
(view)https://bugs.python.org/msg157618
msg157619https://bugs.python.org/issue14386#msg157619
(view)https://bugs.python.org/msg157619
msg157630https://bugs.python.org/issue14386#msg157630
(view)https://bugs.python.org/msg157630
msg158374https://bugs.python.org/issue14386#msg158374
(view)https://bugs.python.org/msg158374
c3a0197256eehttps://hg.python.org/lookup/c3a0197256ee
#14386https://bugs.python.org/issue14386
http://hg.python.org/cpython/rev/c3a0197256eehttp://hg.python.org/cpython/rev/c3a0197256ee
msg158375https://bugs.python.org/issue14386#msg158375
(view)https://bugs.python.org/msg158375
msg158776https://bugs.python.org/issue14386#msg158776
(view)https://bugs.python.org/msg158776
34af3e74292dhttps://hg.python.org/lookup/34af3e74292d
#14386https://bugs.python.org/issue14386
http://hg.python.org/cpython/rev/34af3e74292dhttp://hg.python.org/cpython/rev/34af3e74292d
issue14226 supersederhttps://bugs.python.org/issue14226
msg158776https://bugs.python.org/msg158776
mappingproxy_abc.patchhttps://bugs.python.org/file25229
msg158375https://bugs.python.org/msg158375
python-devhttps://bugs.python.org/user13902
msg158374https://bugs.python.org/msg158374
msg157630https://bugs.python.org/msg157630
msg157619https://bugs.python.org/msg157619
msg157618https://bugs.python.org/msg157618
msg157517https://bugs.python.org/msg157517
msg157113https://bugs.python.org/msg157113
msg157112https://bugs.python.org/msg157112
mappingproxy-5.patchhttps://bugs.python.org/file25070
msg157111https://bugs.python.org/msg157111
msg157083https://bugs.python.org/msg157083
mappingview-4.patchhttps://bugs.python.org/file25063
msg157036https://bugs.python.org/msg157036
Arfreverhttps://bugs.python.org/user9138
msg157030https://bugs.python.org/msg157030
poqhttps://bugs.python.org/user14309
msg157012https://bugs.python.org/msg157012
msg157008https://bugs.python.org/msg157008
msg156980https://bugs.python.org/msg156980
georg.brandlhttps://bugs.python.org/user93
msg156973https://bugs.python.org/msg156973
eric.araujohttps://bugs.python.org/user7641
msg156971https://bugs.python.org/msg156971
michael.foordhttps://bugs.python.org/user9716
msg156936https://bugs.python.org/msg156936
pitrouhttps://bugs.python.org/user2040
msg156934https://bugs.python.org/msg156934
giampaolo.rodolahttps://bugs.python.org/user3080
msg156871https://bugs.python.org/msg156871
msg156868https://bugs.python.org/msg156868
skrahhttps://bugs.python.org/user11089
msg156867https://bugs.python.org/msg156867
msg156864https://bugs.python.org/msg156864
msg156860https://bugs.python.org/msg156860
mappingview-3.patchhttps://bugs.python.org/file25028
msg156815https://bugs.python.org/msg156815
msg156796https://bugs.python.org/msg156796
msg156792https://bugs.python.org/msg156792
msg156789https://bugs.python.org/msg156789
msg156788https://bugs.python.org/msg156788
msg156786https://bugs.python.org/msg156786
r.david.murrayhttps://bugs.python.org/user9663
msg156785https://bugs.python.org/msg156785
rhettingerhttps://bugs.python.org/user114
msg156783https://bugs.python.org/msg156783
msg156781https://bugs.python.org/msg156781
msg156780https://bugs.python.org/msg156780
Jim.Jewetthttps://bugs.python.org/user15267
msg156634https://bugs.python.org/msg156634
msg156551https://bugs.python.org/msg156551
dictproxy-2.patchhttps://bugs.python.org/file24991
msg156550https://bugs.python.org/msg156550
eric.snowhttps://bugs.python.org/user14000
msg156538https://bugs.python.org/msg156538
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.