René's URL Explorer Experiment


Title: Issue 39573: [C API] Avoid accessing PyObject and PyVarObject members directly: add Py_SET_TYPE() and Py_IS_TYPE(), disallow Py_TYPE(obj)=type - 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/83754 https://github.com/python/cpython/issues/83754
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
PR 18388https://github.com/python/cpython/pull/18388
PR 18389https://github.com/python/cpython/pull/18389
PR 18390https://github.com/python/cpython/pull/18390
PR 18391https://github.com/python/cpython/pull/18391
PR 18392https://github.com/python/cpython/pull/18392
PR 18393https://github.com/python/cpython/pull/18393
PR 18394https://github.com/python/cpython/pull/18394
PR 18398https://github.com/python/cpython/pull/18398
PR 18400https://github.com/python/cpython/pull/18400
PR 18402https://github.com/python/cpython/pull/18402
PR 18411https://github.com/python/cpython/pull/18411
PR 18419https://github.com/python/cpython/pull/18419
PR 18488https://github.com/python/cpython/pull/18488
PR 18496https://github.com/python/cpython/pull/18496
PR 18507https://github.com/python/cpython/pull/18507
PR 18508https://github.com/python/cpython/pull/18508
PR 18521https://github.com/python/cpython/pull/18521
PR 18601https://github.com/python/cpython/pull/18601
PR 18789https://github.com/python/cpython/pull/18789
PR 18798https://github.com/python/cpython/pull/18798
PR 18799https://github.com/python/cpython/pull/18799
PR 18804https://github.com/python/cpython/pull/18804
PR 18809https://github.com/python/cpython/pull/18809
PR 19882https://github.com/python/cpython/pull/19882
PR 19975https://github.com/python/cpython/pull/19975
PR 20290https://github.com/python/cpython/pull/20290
PR 20391https://github.com/python/cpython/pull/20391
PR 20429https://github.com/python/cpython/pull/20429
PR 20610https://github.com/python/cpython/pull/20610
PR 21262https://github.com/python/cpython/pull/21262
PR 21433https://github.com/python/cpython/pull/21433
PR 23366https://github.com/python/cpython/pull/23366
PR 23375https://github.com/python/cpython/pull/23375
PR 26493https://github.com/python/cpython/pull/26493
PR 26550https://github.com/python/cpython/pull/26550
PR 26596https://github.com/python/cpython/pull/26596
PR 28128https://github.com/python/cpython/pull/28128
msg361513https://bugs.python.org/issue39573#msg361513
(view)https://bugs.python.org/msg361513
https://pythoncapi.readthedocs.io/https://pythoncapi.readthedocs.io/
https://pythoncapi.readthedocs.io/bad_api.htmlhttps://pythoncapi.readthedocs.io/bad_api.html
https://pythoncapi.readthedocs.io/optimization_ideas.htmlhttps://pythoncapi.readthedocs.io/optimization_ideas.html
msg361514https://bugs.python.org/issue39573#msg361514
(view)https://bugs.python.org/msg361514
msg361515https://bugs.python.org/issue39573#msg361515
(view)https://bugs.python.org/msg361515
a93c51e3a8e15f1a486d11d5b55a64f3381babe0https://hg.python.org/lookup/a93c51e3a8e15f1a486d11d5b55a64f3381babe0
bpo-39573https://bugs.python.org/issue39573
GH-18388https://github.com/python/cpython/pull/18388
https://github.com/python/cpython/commit/a93c51e3a8e15f1a486d11d5b55a64f3381babe0https://github.com/python/cpython/commit/a93c51e3a8e15f1a486d11d5b55a64f3381babe0
msg361516https://bugs.python.org/issue39573#msg361516
(view)https://bugs.python.org/msg361516
https://mail.python.org/archives/list/capi-sig@python.org/thread/EGAY55ZWMF2WSEMP7VAZSFZCZ4VARU7L/https://mail.python.org/archives/list/capi-sig@python.org/thread/EGAY55ZWMF2WSEMP7VAZSFZCZ4VARU7L/
https://github.com/nascheme/cpython/commits/tagged_inthttps://github.com/nascheme/cpython/commits/tagged_int
https://mail.python.org/archives/list/capi-sig@python.org/thread/JPUNPN3AILGXOA3C2TTSLMOFNSWJE3QX/https://mail.python.org/archives/list/capi-sig@python.org/thread/JPUNPN3AILGXOA3C2TTSLMOFNSWJE3QX/
https://pythoncapi.readthedocs.io/optimization_ideas.html#tagged-pointers-doablehttps://pythoncapi.readthedocs.io/optimization_ideas.html#tagged-pointers-doable
https://en.wikipedia.org/wiki/Tagged_pointerhttps://en.wikipedia.org/wiki/Tagged_pointer
msg361517https://bugs.python.org/issue39573#msg361517
(view)https://bugs.python.org/msg361517
PR 18389https://github.com/python/cpython/pull/18389
msg361518https://bugs.python.org/issue39573#msg361518
(view)https://bugs.python.org/msg361518
https://github.com/nascheme/cpython/commit/c156300592dc1eab234b74ed5b7cc90a020ab82bhttps://github.com/nascheme/cpython/commit/c156300592dc1eab234b74ed5b7cc90a020ab82b
msg361519https://bugs.python.org/issue39573#msg361519
(view)https://bugs.python.org/msg361519
c86a11221df7e37da389f9c6ce6e47ea22dc44ffhttps://hg.python.org/lookup/c86a11221df7e37da389f9c6ce6e47ea22dc44ff
bpo-39573https://bugs.python.org/issue39573
GH-18389https://github.com/python/cpython/pull/18389
https://github.com/python/cpython/commit/c86a11221df7e37da389f9c6ce6e47ea22dc44ffhttps://github.com/python/cpython/commit/c86a11221df7e37da389f9c6ce6e47ea22dc44ff
msg361522https://bugs.python.org/issue39573#msg361522
(view)https://bugs.python.org/msg361522
0d76d2bd28ac815dabae8b07240ed002ac8fce2dhttps://hg.python.org/lookup/0d76d2bd28ac815dabae8b07240ed002ac8fce2d
bpo-39573https://bugs.python.org/issue39573
GH-18390https://github.com/python/cpython/pull/18390
https://github.com/python/cpython/commit/0d76d2bd28ac815dabae8b07240ed002ac8fce2dhttps://github.com/python/cpython/commit/0d76d2bd28ac815dabae8b07240ed002ac8fce2d
msg361523https://bugs.python.org/issue39573#msg361523
(view)https://bugs.python.org/msg361523
https://pythoncapi.readthedocs.io/bad_api.html#borrowed-referenceshttps://pythoncapi.readthedocs.io/bad_api.html#borrowed-references
bpo-34595https://bugs.python.org/issue34595
bpo-34595https://bugs.python.org/issue34595
https://mail.python.org/archives/list/python-dev@python.org/thread/HKYUMTVHNBVB5LJNRMZ7TPUQKGKAERCJ/#3UAMHYG6UF4MPLXBZORHO4JVKUBRUZ53https://mail.python.org/archives/list/python-dev@python.org/thread/HKYUMTVHNBVB5LJNRMZ7TPUQKGKAERCJ/#3UAMHYG6UF4MPLXBZORHO4JVKUBRUZ53
msg361526https://bugs.python.org/issue39573#msg361526
(view)https://bugs.python.org/msg361526
a102ed7d2f0e7e05438f14d5fb72ca0358602249https://hg.python.org/lookup/a102ed7d2f0e7e05438f14d5fb72ca0358602249
bpo-39573https://bugs.python.org/issue39573
GH-18391https://github.com/python/cpython/pull/18391
https://github.com/python/cpython/commit/a102ed7d2f0e7e05438f14d5fb72ca0358602249https://github.com/python/cpython/commit/a102ed7d2f0e7e05438f14d5fb72ca0358602249
msg361527https://bugs.python.org/issue39573#msg361527
(view)https://bugs.python.org/msg361527
https://github.com/pyhandle/hpyhttps://github.com/pyhandle/hpy
https://morepypy.blogspot.com/2019/12/hpy-kick-off-sprint-report.htmlhttps://morepypy.blogspot.com/2019/12/hpy-kick-off-sprint-report.html
https://pythoncapi.readthedocs.io/rationale.htmlhttps://pythoncapi.readthedocs.io/rationale.html
msg361529https://bugs.python.org/issue39573#msg361529
(view)https://bugs.python.org/msg361529
58ac700fb09497df14d4492b6f820109490b2b88https://hg.python.org/lookup/58ac700fb09497df14d4492b6f820109490b2b88
bpo-39573https://bugs.python.org/issue39573
GH-18392https://github.com/python/cpython/pull/18392
https://github.com/python/cpython/commit/58ac700fb09497df14d4492b6f820109490b2b88https://github.com/python/cpython/commit/58ac700fb09497df14d4492b6f820109490b2b88
msg361531https://bugs.python.org/issue39573#msg361531
(view)https://bugs.python.org/msg361531
daa9756cb6395323d6f291efe5c7d7fdc6b2e9d8https://hg.python.org/lookup/daa9756cb6395323d6f291efe5c7d7fdc6b2e9d8
bpo-39573https://bugs.python.org/issue39573
GH-18393https://github.com/python/cpython/pull/18393
https://github.com/python/cpython/commit/daa9756cb6395323d6f291efe5c7d7fdc6b2e9d8https://github.com/python/cpython/commit/daa9756cb6395323d6f291efe5c7d7fdc6b2e9d8
msg361540https://bugs.python.org/issue39573#msg361540
(view)https://bugs.python.org/msg361540
d2ec81a8c99796b51fb8c49b77a7fe369863226fhttps://hg.python.org/lookup/d2ec81a8c99796b51fb8c49b77a7fe369863226f
bpo-39573https://bugs.python.org/issue39573
GH-18394https://github.com/python/cpython/pull/18394
https://github.com/python/cpython/commit/d2ec81a8c99796b51fb8c49b77a7fe369863226fhttps://github.com/python/cpython/commit/d2ec81a8c99796b51fb8c49b77a7fe369863226f
msg361549https://bugs.python.org/issue39573#msg361549
(view)https://bugs.python.org/msg361549
msg361555https://bugs.python.org/issue39573#msg361555
(view)https://bugs.python.org/msg361555
msg361557https://bugs.python.org/issue39573#msg361557
(view)https://bugs.python.org/msg361557
c65b320a95784d2b2133926921d67ac439259e9fhttps://hg.python.org/lookup/c65b320a95784d2b2133926921d67ac439259e9f
bpo-39573https://bugs.python.org/issue39573
GH-18398https://github.com/python/cpython/pull/18398
https://github.com/python/cpython/commit/c65b320a95784d2b2133926921d67ac439259e9fhttps://github.com/python/cpython/commit/c65b320a95784d2b2133926921d67ac439259e9f
msg361590https://bugs.python.org/issue39573#msg361590
(view)https://bugs.python.org/msg361590
b10dc3e7a11fcdb97e285882eba6da92594f90f9https://hg.python.org/lookup/b10dc3e7a11fcdb97e285882eba6da92594f90f9
bpo-39573https://bugs.python.org/issue39573
GH-18400https://github.com/python/cpython/pull/18400
https://github.com/python/cpython/commit/b10dc3e7a11fcdb97e285882eba6da92594f90f9https://github.com/python/cpython/commit/b10dc3e7a11fcdb97e285882eba6da92594f90f9
msg361593https://bugs.python.org/issue39573#msg361593
(view)https://bugs.python.org/msg361593
msg361607https://bugs.python.org/issue39573#msg361607
(view)https://bugs.python.org/msg361607
msg361611https://bugs.python.org/issue39573#msg361611
(view)https://bugs.python.org/msg361611
60ac6ed5579f6666130fc264d3b748ee9575e3aahttps://hg.python.org/lookup/60ac6ed5579f6666130fc264d3b748ee9575e3aa
bpo-39573https://bugs.python.org/issue39573
GH-18402https://github.com/python/cpython/pull/18402
https://github.com/python/cpython/commit/60ac6ed5579f6666130fc264d3b748ee9575e3aahttps://github.com/python/cpython/commit/60ac6ed5579f6666130fc264d3b748ee9575e3aa
msg361626https://bugs.python.org/issue39573#msg361626
(view)https://bugs.python.org/msg361626
msg361631https://bugs.python.org/issue39573#msg361631
(view)https://bugs.python.org/msg361631
msg361639https://bugs.python.org/issue39573#msg361639
(view)https://bugs.python.org/msg361639
7f6f7eef5206858030cbe4f80a7c04b02781cc9ahttps://hg.python.org/lookup/7f6f7eef5206858030cbe4f80a7c04b02781cc9a
bpo-39573https://bugs.python.org/issue39573
GH-18411https://github.com/python/cpython/pull/18411
https://github.com/python/cpython/commit/7f6f7eef5206858030cbe4f80a7c04b02781cc9ahttps://github.com/python/cpython/commit/7f6f7eef5206858030cbe4f80a7c04b02781cc9a
msg361904https://bugs.python.org/issue39573#msg361904
(view)https://bugs.python.org/msg361904
msg361960https://bugs.python.org/issue39573#msg361960
(view)https://bugs.python.org/msg361960
msg361961https://bugs.python.org/issue39573#msg361961
(view)https://bugs.python.org/msg361961
https://github.com/pyhandle/hpyhttps://github.com/pyhandle/hpy
bpo-39511https://bugs.python.org/issue39511
msg361963https://bugs.python.org/issue39573#msg361963
(view)https://bugs.python.org/msg361963
https://github.com/pyhandle/hpyhttps://github.com/pyhandle/hpy
bpo-39511https://bugs.python.org/issue39511
msg361964https://bugs.python.org/issue39573#msg361964
(view)https://bugs.python.org/msg361964
968dcd9e7a4d3aa9aaa1dfca693adf60d6b71ce7https://hg.python.org/lookup/968dcd9e7a4d3aa9aaa1dfca693adf60d6b71ce7
bpo-39573https://bugs.python.org/issue39573
GH-18496https://github.com/python/cpython/pull/18496
https://github.com/python/cpython/commit/968dcd9e7a4d3aa9aaa1dfca693adf60d6b71ce7https://github.com/python/cpython/commit/968dcd9e7a4d3aa9aaa1dfca693adf60d6b71ce7
msg361965https://bugs.python.org/issue39573#msg361965
(view)https://bugs.python.org/msg361965
d905df766c367c350f20c46ccd99d4da19ed57d8https://hg.python.org/lookup/d905df766c367c350f20c46ccd99d4da19ed57d8
bpo-39573https://bugs.python.org/issue39573
GH-18488https://github.com/python/cpython/pull/18488
https://github.com/python/cpython/commit/d905df766c367c350f20c46ccd99d4da19ed57d8https://github.com/python/cpython/commit/d905df766c367c350f20c46ccd99d4da19ed57d8
msg361971https://bugs.python.org/issue39573#msg361971
(view)https://bugs.python.org/msg361971
https://heyguys.cc/https://heyguys.cc/
msg361977https://bugs.python.org/issue39573#msg361977
(view)https://bugs.python.org/msg361977
https://heyguys.cc/https://heyguys.cc/
msg361987https://bugs.python.org/issue39573#msg361987
(view)https://bugs.python.org/msg361987
d212c3c55d414203b0579e000d9f340f8cd11be7https://hg.python.org/lookup/d212c3c55d414203b0579e000d9f340f8cd11be7
bpo-39573https://bugs.python.org/issue39573
GH-18508https://github.com/python/cpython/pull/18508
https://github.com/python/cpython/commit/d212c3c55d414203b0579e000d9f340f8cd11be7https://github.com/python/cpython/commit/d212c3c55d414203b0579e000d9f340f8cd11be7
msg361988https://bugs.python.org/issue39573#msg361988
(view)https://bugs.python.org/msg361988
9aeb0ef9309384099e2f23bcee2240fbc096568ehttps://hg.python.org/lookup/9aeb0ef9309384099e2f23bcee2240fbc096568e
bpo-39573https://bugs.python.org/issue39573
GH-18507https://github.com/python/cpython/pull/18507
https://github.com/python/cpython/commit/9aeb0ef9309384099e2f23bcee2240fbc096568ehttps://github.com/python/cpython/commit/9aeb0ef9309384099e2f23bcee2240fbc096568e
msg362033https://bugs.python.org/issue39573#msg362033
(view)https://bugs.python.org/msg362033
msg362034https://bugs.python.org/issue39573#msg362034
(view)https://bugs.python.org/msg362034
msg362133https://bugs.python.org/issue39573#msg362133
(view)https://bugs.python.org/msg362133
msg362134https://bugs.python.org/issue39573#msg362134
(view)https://bugs.python.org/msg362134
1b55b65638254aa78b005fbf0b71fb02499f1852https://hg.python.org/lookup/1b55b65638254aa78b005fbf0b71fb02499f1852
bpo-39573https://bugs.python.org/issue39573
GH-18521https://github.com/python/cpython/pull/18521
https://github.com/python/cpython/commit/1b55b65638254aa78b005fbf0b71fb02499f1852https://github.com/python/cpython/commit/1b55b65638254aa78b005fbf0b71fb02499f1852
msg362166https://bugs.python.org/issue39573#msg362166
(view)https://bugs.python.org/msg362166
msg362212https://bugs.python.org/issue39573#msg362212
(view)https://bugs.python.org/msg362212
msg362216https://bugs.python.org/issue39573#msg362216
(view)https://bugs.python.org/msg362216
msg362445https://bugs.python.org/issue39573#msg362445
(view)https://bugs.python.org/msg362445
https://github.com/python/cpython/pull/18601https://github.com/python/cpython/pull/18601
msg363345https://bugs.python.org/issue39573#msg363345
(view)https://bugs.python.org/msg363345
dffe4c07095e0c693e094d3c140e85a68bd8128ehttps://hg.python.org/lookup/dffe4c07095e0c693e094d3c140e85a68bd8128e
bpo-39573https://bugs.python.org/issue39573
GH-18601https://github.com/python/cpython/pull/18601
https://github.com/python/cpython/commit/dffe4c07095e0c693e094d3c140e85a68bd8128ehttps://github.com/python/cpython/commit/dffe4c07095e0c693e094d3c140e85a68bd8128e
msg363494https://bugs.python.org/issue39573#msg363494
(view)https://bugs.python.org/msg363494
8767ce92d24d3687405848442e6c67cf0af1c657https://hg.python.org/lookup/8767ce92d24d3687405848442e6c67cf0af1c657
bpo-39573https://bugs.python.org/issue39573
GH-18799https://github.com/python/cpython/pull/18799
https://github.com/python/cpython/commit/8767ce92d24d3687405848442e6c67cf0af1c657https://github.com/python/cpython/commit/8767ce92d24d3687405848442e6c67cf0af1c657
msg363564https://bugs.python.org/issue39573#msg363564
(view)https://bugs.python.org/msg363564
557287075c264d2458cd3e1b45e9b8ee5341e0a1https://hg.python.org/lookup/557287075c264d2458cd3e1b45e9b8ee5341e0a1
bpo-39573https://bugs.python.org/issue39573
GH-18809https://github.com/python/cpython/pull/18809
https://github.com/python/cpython/commit/557287075c264d2458cd3e1b45e9b8ee5341e0a1https://github.com/python/cpython/commit/557287075c264d2458cd3e1b45e9b8ee5341e0a1
msg365690https://bugs.python.org/issue39573#msg365690
(view)https://bugs.python.org/msg365690
bpo-40170https://bugs.python.org/issue40170
msg366473https://bugs.python.org/issue39573#msg366473
(view)https://bugs.python.org/msg366473
https://mail.python.org/archives/list/python-dev@python.org/message/PGKRW7S2IUOWVRX6F7RT6VAWD3ZPUDYS/https://mail.python.org/archives/list/python-dev@python.org/message/PGKRW7S2IUOWVRX6F7RT6VAWD3ZPUDYS/
msg366493https://bugs.python.org/issue39573#msg366493
(view)https://bugs.python.org/msg366493
msg366473https://bugs.python.org/msg366473
https://en.wikipedia.org/wiki/Objective-C#Non-fragile_instance_variableshttps://en.wikipedia.org/wiki/Objective-C#Non-fragile_instance_variables
msg368047https://bugs.python.org/issue39573#msg368047
(view)https://bugs.python.org/msg368047
5e8ffe147710e449c2e935a4e2ff5cbd19828a8ahttps://hg.python.org/lookup/5e8ffe147710e449c2e935a4e2ff5cbd19828a8a
bpo-39573https://bugs.python.org/issue39573
GH-19882https://github.com/python/cpython/pull/19882
https://github.com/python/cpython/commit/5e8ffe147710e449c2e935a4e2ff5cbd19828a8ahttps://github.com/python/cpython/commit/5e8ffe147710e449c2e935a4e2ff5cbd19828a8a
msg369896https://bugs.python.org/issue39573#msg369896
(view)https://bugs.python.org/msg369896
ad3252bad905d41635bcbb4b76db30d570cf0087https://hg.python.org/lookup/ad3252bad905d41635bcbb4b76db30d570cf0087
bpo-39573https://bugs.python.org/issue39573
GH-20290https://github.com/python/cpython/pull/20290
https://github.com/python/cpython/commit/ad3252bad905d41635bcbb4b76db30d570cf0087https://github.com/python/cpython/commit/ad3252bad905d41635bcbb4b76db30d570cf0087
msg369898https://bugs.python.org/issue39573#msg369898
(view)https://bugs.python.org/msg369898
7d847e29d76b178c2db66b180065771b4d90c78fhttps://hg.python.org/lookup/7d847e29d76b178c2db66b180065771b4d90c78f
bpo-39573https://bugs.python.org/issue39573
GH-20391https://github.com/python/cpython/pull/20391
https://github.com/python/cpython/commit/7d847e29d76b178c2db66b180065771b4d90c78fhttps://github.com/python/cpython/commit/7d847e29d76b178c2db66b180065771b4d90c78f
msg370074https://bugs.python.org/issue39573#msg370074
(view)https://bugs.python.org/msg370074
fe2978b3b940fe2478335e3a2ca5ad22338cdf9chttps://hg.python.org/lookup/fe2978b3b940fe2478335e3a2ca5ad22338cdf9c
bpo-39573https://bugs.python.org/issue39573
GH-20429https://github.com/python/cpython/pull/20429
https://github.com/python/cpython/commit/fe2978b3b940fe2478335e3a2ca5ad22338cdf9chttps://github.com/python/cpython/commit/fe2978b3b940fe2478335e3a2ca5ad22338cdf9c
msg370303https://bugs.python.org/issue39573#msg370303
(view)https://bugs.python.org/msg370303
bpo-39573https://bugs.python.org/issue39573
GH-20290https://github.com/python/cpython/pull/20290
https://github.com/cython/cython/commit/d8e93b332fe7d15459433ea74cd29178c03186bdhttps://github.com/cython/cython/commit/d8e93b332fe7d15459433ea74cd29178c03186bd
https://github.com/MagicStack/immutables/issues/46https://github.com/MagicStack/immutables/issues/46
msg370638https://bugs.python.org/issue39573#msg370638
(view)https://bugs.python.org/msg370638
bpo-39573https://bugs.python.org/issue39573
GH-20290https://github.com/python/cpython/pull/20290
https://github.com/pycurl/pycurl/pull/636https://github.com/pycurl/pycurl/pull/636
msg370663https://bugs.python.org/issue39573#msg370663
(view)https://bugs.python.org/msg370663
msg370665https://bugs.python.org/issue39573#msg370665
(view)https://bugs.python.org/msg370665
msg370666https://bugs.python.org/issue39573#msg370666
(view)https://bugs.python.org/msg370666
https://github.com/numpy/numpy/commit/a96b18e3d4d11be31a321999cda4b795ea9eccaahttps://github.com/numpy/numpy/commit/a96b18e3d4d11be31a321999cda4b795ea9eccaa
https://github.com/numpy/numpy/pull/16417https://github.com/numpy/numpy/pull/16417
msg370671https://bugs.python.org/issue39573#msg370671
(view)https://bugs.python.org/msg370671
PR 20610https://github.com/python/cpython/pull/20610
msg370729https://bugs.python.org/issue39573#msg370729
(view)https://bugs.python.org/msg370729
dc24b8a2ac32114313bae519db3ccc21fe45c982https://hg.python.org/lookup/dc24b8a2ac32114313bae519db3ccc21fe45c982
bpo-39573https://bugs.python.org/issue39573
GH-20610https://github.com/python/cpython/pull/20610
https://github.com/python/cpython/commit/dc24b8a2ac32114313bae519db3ccc21fe45c982https://github.com/python/cpython/commit/dc24b8a2ac32114313bae519db3ccc21fe45c982
msg370902https://bugs.python.org/issue39573#msg370902
(view)https://bugs.python.org/msg370902
https://github.com/numpy/numpy/commit/f1671076c80bd972421751f2d48186ee9ac808aahttps://github.com/numpy/numpy/commit/f1671076c80bd972421751f2d48186ee9ac808aa
msg370932https://bugs.python.org/issue39573#msg370932
(view)https://bugs.python.org/msg370932
bpo-40881https://bugs.python.org/issue40881
c96a61e8163c2d25ed4ac77cf96201fd0bdb945chttps://hg.python.org/lookup/c96a61e8163c2d25ed4ac77cf96201fd0bdb945c
msg372308https://bugs.python.org/issue39573#msg372308
(view)https://bugs.python.org/msg372308
bpo-41111https://bugs.python.org/issue41111
msg373460https://bugs.python.org/issue39573#msg373460
(view)https://bugs.python.org/msg373460
8182cc2e68a3c6ea5d5342fed3f1c76b0521fbc1https://hg.python.org/lookup/8182cc2e68a3c6ea5d5342fed3f1c76b0521fbc1
bpo-39573https://bugs.python.org/issue39573
GH-21433https://github.com/python/cpython/pull/21433
https://github.com/python/cpython/commit/8182cc2e68a3c6ea5d5342fed3f1c76b0521fbc1https://github.com/python/cpython/commit/8182cc2e68a3c6ea5d5342fed3f1c76b0521fbc1
msg379675https://bugs.python.org/issue39573#msg379675
(view)https://bugs.python.org/msg379675
https://github.com/pycurl/pycurl/pull/660https://github.com/pycurl/pycurl/pull/660
https://bugzilla.redhat.com/show_bug.cgi?id=1890880https://bugzilla.redhat.com/show_bug.cgi?id=1890880
msg379679https://bugs.python.org/issue39573#msg379679
(view)https://bugs.python.org/msg379679
msg379680https://bugs.python.org/issue39573#msg379680
(view)https://bugs.python.org/msg379680
msg379757https://bugs.python.org/issue39573#msg379757
(view)https://bugs.python.org/msg379757
https://github.com/pycurl/pycurl/pull/660https://github.com/pycurl/pycurl/pull/660
https://github.com/pycurl/pycurl/pull/636https://github.com/pycurl/pycurl/pull/636
https://github.com/pycurl/pycurl/commit/e633f9a1ac4df5e249e78c218d5fbbd848219042https://github.com/pycurl/pycurl/commit/e633f9a1ac4df5e249e78c218d5fbbd848219042
msg379759https://bugs.python.org/issue39573#msg379759
(view)https://bugs.python.org/msg379759
PEP 620https://www.python.org/dev/peps/pep-0620/
https://www.python.org/dev/peps/pep-0620/https://www.python.org/dev/peps/pep-0620/
msg381337https://bugs.python.org/issue39573#msg381337
(view)https://bugs.python.org/msg381337
https://bugzilla.redhat.com/show_bug.cgi?id=1897264https://bugzilla.redhat.com/show_bug.cgi?id=1897264
https://bugzilla.redhat.com/show_bug.cgi?id=1897536https://bugzilla.redhat.com/show_bug.cgi?id=1897536
https://bugzilla.redhat.com/show_bug.cgi?id=1896382https://bugzilla.redhat.com/show_bug.cgi?id=1896382
https://bugzilla.redhat.com/show_bug.cgi?id=1896684https://bugzilla.redhat.com/show_bug.cgi?id=1896684
https://bugzilla.redhat.com/show_bug.cgi?id=1893194https://bugzilla.redhat.com/show_bug.cgi?id=1893194
https://bugzilla.redhat.com/show_bug.cgi?id=1897178https://bugzilla.redhat.com/show_bug.cgi?id=1897178
https://bugzilla.redhat.com/show_bug.cgi?id=1897256https://bugzilla.redhat.com/show_bug.cgi?id=1897256
https://bugzilla.redhat.com/show_bug.cgi?id=1894522https://bugzilla.redhat.com/show_bug.cgi?id=1894522
https://bugzilla.redhat.com/show_bug.cgi?id=1897529https://bugzilla.redhat.com/show_bug.cgi?id=1897529
https://bugzilla.redhat.com/show_bug.cgi?id=1898974https://bugzilla.redhat.com/show_bug.cgi?id=1898974
https://bugzilla.redhat.com/show_bug.cgi?id=1898980https://bugzilla.redhat.com/show_bug.cgi?id=1898980
msg381345https://bugs.python.org/issue39573#msg381345
(view)https://bugs.python.org/msg381345
PR 23366https://github.com/python/cpython/pull/23366
https://bugzilla.redhat.com/show_bug.cgi?id=1897264https://bugzilla.redhat.com/show_bug.cgi?id=1897264
https://bugzilla.redhat.com/show_bug.cgi?id=1897536https://bugzilla.redhat.com/show_bug.cgi?id=1897536
https://bugzilla.redhat.com/show_bug.cgi?id=1896382https://bugzilla.redhat.com/show_bug.cgi?id=1896382
https://bugzilla.redhat.com/show_bug.cgi?id=1896684https://bugzilla.redhat.com/show_bug.cgi?id=1896684
https://bugzilla.redhat.com/show_bug.cgi?id=1893194https://bugzilla.redhat.com/show_bug.cgi?id=1893194
https://bugzilla.redhat.com/show_bug.cgi?id=1897178https://bugzilla.redhat.com/show_bug.cgi?id=1897178
https://bugzilla.redhat.com/show_bug.cgi?id=1897256https://bugzilla.redhat.com/show_bug.cgi?id=1897256
https://bugzilla.redhat.com/show_bug.cgi?id=1894522https://bugzilla.redhat.com/show_bug.cgi?id=1894522
https://bugzilla.redhat.com/show_bug.cgi?id=1897529https://bugzilla.redhat.com/show_bug.cgi?id=1897529
https://bugzilla.redhat.com/show_bug.cgi?id=1898974https://bugzilla.redhat.com/show_bug.cgi?id=1898974
https://bugzilla.redhat.com/show_bug.cgi?id=1898980https://bugzilla.redhat.com/show_bug.cgi?id=1898980
PEP 620https://www.python.org/dev/peps/pep-0620/
PR 20290https://github.com/python/cpython/pull/20290
PEP 620https://www.python.org/dev/peps/pep-0620/
msg381365https://bugs.python.org/issue39573#msg381365
(view)https://bugs.python.org/msg381365
0e2ac21dd4960574e89561243763eabba685296ahttps://hg.python.org/lookup/0e2ac21dd4960574e89561243763eabba685296a
bpo-39573https://bugs.python.org/issue39573
GH-23366https://github.com/python/cpython/pull/23366
https://github.com/python/cpython/commit/0e2ac21dd4960574e89561243763eabba685296ahttps://github.com/python/cpython/commit/0e2ac21dd4960574e89561243763eabba685296a
msg381374https://bugs.python.org/issue39573#msg381374
(view)https://bugs.python.org/msg381374
e0251787d85950538cf2490c2c73cc680b153940https://hg.python.org/lookup/e0251787d85950538cf2490c2c73cc680b153940
bpo-39573https://bugs.python.org/issue39573
GH-23375https://github.com/python/cpython/pull/23375
https://github.com/python/cpython/commit/e0251787d85950538cf2490c2c73cc680b153940https://github.com/python/cpython/commit/e0251787d85950538cf2490c2c73cc680b153940
msg381403https://bugs.python.org/issue39573#msg381403
(view)https://bugs.python.org/msg381403
https://bugzilla.redhat.com/show_bug.cgi?id=1890880https://bugzilla.redhat.com/show_bug.cgi?id=1890880
msg381404https://bugs.python.org/issue39573#msg381404
(view)https://bugs.python.org/msg381404
https://bugzilla.redhat.com/show_bug.cgi?id=1890880https://bugzilla.redhat.com/show_bug.cgi?id=1890880
https://bugs.launchpad.net/brz/+bug/1904868https://bugs.launchpad.net/brz/+bug/1904868
msg382260https://bugs.python.org/issue39573#msg382260
(view)https://bugs.python.org/msg382260
https://github.com/pythoncapi/upgrade_pythoncapihttps://github.com/pythoncapi/upgrade_pythoncapi
msg382534https://bugs.python.org/issue39573#msg382534
(view)https://bugs.python.org/msg382534
https://github.com/pythoncapi/pythoncapi_compathttps://github.com/pythoncapi/pythoncapi_compat
https://github.com/pythoncapi/pythoncapi_compathttps://github.com/pythoncapi/pythoncapi_compat
PEP 620https://www.python.org/dev/peps/pep-0620/
msg381337https://bugs.python.org/msg381337
msg361523https://bugs.python.org/msg361523
msg366473https://bugs.python.org/msg366473
msg382539https://bugs.python.org/issue39573#msg382539
(view)https://bugs.python.org/msg382539
https://github.com/MagicStack/immutables/issues/46https://github.com/MagicStack/immutables/issues/46
https://github.com/MagicStack/immutables/pull/52https://github.com/MagicStack/immutables/pull/52
https://bugzilla.redhat.com/show_bug.cgi?id=1897178https://bugzilla.redhat.com/show_bug.cgi?id=1897178
https://bz.mercurial-scm.org/show_bug.cgi?id=6451https://bz.mercurial-scm.org/show_bug.cgi?id=6451
msg382780https://bugs.python.org/issue39573#msg382780
(view)https://bugs.python.org/msg382780
https://bugzilla.redhat.com/show_bug.cgi?id=1898974https://bugzilla.redhat.com/show_bug.cgi?id=1898974
https://bugreports.qt.io/browse/PYSIDE-1436https://bugreports.qt.io/browse/PYSIDE-1436
https://src.fedoraproject.org/rpms/python-pyside2/pull-request/7https://src.fedoraproject.org/rpms/python-pyside2/pull-request/7
https://bugzilla.redhat.com/show_bug.cgi?id=1902618https://bugzilla.redhat.com/show_bug.cgi?id=1902618
msg382781https://bugs.python.org/issue39573#msg382781
(view)https://bugs.python.org/msg382781
https://bugzilla.redhat.com/show_bug.cgi?id=1897536https://bugzilla.redhat.com/show_bug.cgi?id=1897536
https://github.com/ilanschnell/bitarray/pull/109https://github.com/ilanschnell/bitarray/pull/109
msg382783https://bugs.python.org/issue39573#msg382783
(view)https://bugs.python.org/msg382783
https://bugzilla.redhat.com/show_bug.cgi?id=1896382https://bugzilla.redhat.com/show_bug.cgi?id=1896382
https://github.com/boostorg/python/pull/330https://github.com/boostorg/python/pull/330
https://github.com/boostorg/python/pull/329https://github.com/boostorg/python/pull/329
msg394954https://bugs.python.org/issue39573#msg394954
(view)https://bugs.python.org/msg394954
https://github.com/python/cpython/pull/26493https://github.com/python/cpython/pull/26493
https://mail.python.org/archives/list/python-dev@python.org/thread/KHDZGCNOYEDUTSPAATUDP55ZSSQM5RRC/https://mail.python.org/archives/list/python-dev@python.org/thread/KHDZGCNOYEDUTSPAATUDP55ZSSQM5RRC/
https://mail.python.org/archives/list/capi-sig@python.org/thread/LFLXFMKMZ77UCDUFD5EQCONSAFFWJWOZ/https://mail.python.org/archives/list/capi-sig@python.org/thread/LFLXFMKMZ77UCDUFD5EQCONSAFFWJWOZ/
msg394971https://bugs.python.org/issue39573#msg394971
(view)https://bugs.python.org/msg394971
msg395018https://bugs.python.org/issue39573#msg395018
(view)https://bugs.python.org/msg395018
f3fa63ec75fdbb4a08a10957a5c631bf0c4a5970https://hg.python.org/lookup/f3fa63ec75fdbb4a08a10957a5c631bf0c4a5970
bpo-39573https://bugs.python.org/issue39573
GH-26493https://github.com/python/cpython/pull/26493
https://github.com/python/cpython/commit/f3fa63ec75fdbb4a08a10957a5c631bf0c4a5970https://github.com/python/cpython/commit/f3fa63ec75fdbb4a08a10957a5c631bf0c4a5970
msg395205https://bugs.python.org/issue39573#msg395205
(view)https://bugs.python.org/msg395205
f3fa63ec75fdbb4a08a10957a5c631bf0c4a5970https://hg.python.org/lookup/f3fa63ec75fdbb4a08a10957a5c631bf0c4a5970
https://buildbot.python.org/all/#/builders/596/builds/354/steps/4/logs/stdiohttps://buildbot.python.org/all/#/builders/596/builds/354/steps/4/logs/stdio
https://bugs.python.org/msg395172https://bugs.python.org/msg395172
msg395177https://bugs.python.org/msg395177
msg395206https://bugs.python.org/issue39573#msg395206
(view)https://bugs.python.org/msg395206
msg395287https://bugs.python.org/issue39573#msg395287
(view)https://bugs.python.org/msg395287
https://pythondev.readthedocs.io/unstable_tests.html#unlimited-recursionhttps://pythondev.readthedocs.io/unstable_tests.html#unlimited-recursion
msg395323https://bugs.python.org/issue39573#msg395323
(view)https://bugs.python.org/msg395323
6d518bb3a11f9b16098f45b21a13ebe8f537f045https://hg.python.org/lookup/6d518bb3a11f9b16098f45b21a13ebe8f537f045
bpo-44348https://bugs.python.org/issue44348
bpo-39573https://bugs.python.org/issue39573
GH-26493https://github.com/python/cpython/pull/26493
GH-26596https://github.com/python/cpython/pull/26596
https://github.com/python/cpython/commit/6d518bb3a11f9b16098f45b21a13ebe8f537f045https://github.com/python/cpython/commit/6d518bb3a11f9b16098f45b21a13ebe8f537f045
msg395536https://bugs.python.org/issue39573#msg395536
(view)https://bugs.python.org/msg395536
bpo-44378https://bugs.python.org/issue44378
msg401365https://bugs.python.org/issue39573#msg401365
(view)https://bugs.python.org/msg401365
cb15afcccffc6c42cbfb7456ce8db89cd2f77512https://hg.python.org/lookup/cb15afcccffc6c42cbfb7456ce8db89cd2f77512
bpo-39573https://bugs.python.org/issue39573
GH-28128https://github.com/python/cpython/pull/28128
https://github.com/python/cpython/commit/cb15afcccffc6c42cbfb7456ce8db89cd2f77512https://github.com/python/cpython/commit/cb15afcccffc6c42cbfb7456ce8db89cd2f77512
msg401370https://bugs.python.org/issue39573#msg401370
(view)https://bugs.python.org/msg401370
https://bugzilla.redhat.com/show_bug.cgi?id=1896382https://bugzilla.redhat.com/show_bug.cgi?id=1896382
https://github.com/boostorg/python/commit/500194edb7833d0627ce7a2595fec49d0aae2484https://github.com/boostorg/python/commit/500194edb7833d0627ce7a2595fec49d0aae2484
msg401378https://bugs.python.org/issue39573#msg401378
(view)https://bugs.python.org/msg401378
https://github.com/cython/cython/commit/d8e93b332fe7d15459433ea74cd29178c03186bdhttps://github.com/cython/cython/commit/d8e93b332fe7d15459433ea74cd29178c03186bd
https://github.com/MagicStack/immutables/pull/52https://github.com/MagicStack/immutables/pull/52
https://github.com/numpy/numpy/commit/a96b18e3d4d11be31a321999cda4b795ea9eccaahttps://github.com/numpy/numpy/commit/a96b18e3d4d11be31a321999cda4b795ea9eccaa
https://github.com/numpy/numpy/commit/f1671076c80bd972421751f2d48186ee9ac808aahttps://github.com/numpy/numpy/commit/f1671076c80bd972421751f2d48186ee9ac808aa
https://github.com/pycurl/pycurl/commit/e633f9a1ac4df5e249e78c218d5fbbd848219042https://github.com/pycurl/pycurl/commit/e633f9a1ac4df5e249e78c218d5fbbd848219042
https://github.com/ilanschnell/bitarray/pull/109https://github.com/ilanschnell/bitarray/pull/109
https://bz.mercurial-scm.org/show_bug.cgi?id=6451https://bz.mercurial-scm.org/show_bug.cgi?id=6451
https://github.com/boostorg/python/commit/500194edb7833d0627ce7a2595fec49d0aae2484https://github.com/boostorg/python/commit/500194edb7833d0627ce7a2595fec49d0aae2484
https://bugreports.qt.io/browse/PYSIDE-1436https://bugreports.qt.io/browse/PYSIDE-1436
https://bugs.launchpad.net/brz/+bug/1904868https://bugs.launchpad.net/brz/+bug/1904868
https://git.launchpad.net/duplicity/commit/duplicity/_librsyncmodule.c?id=bbaae91b5ac6ef7e295968e508522884609fbf84https://git.launchpad.net/duplicity/commit/duplicity/_librsyncmodule.c?id=bbaae91b5ac6ef7e295968e508522884609fbf84
https://gitlab.gnome.org/GNOME/gobject-introspection/-/merge_requests/243https://gitlab.gnome.org/GNOME/gobject-introspection/-/merge_requests/243
https://github.com/pybluez/pybluez/pull/410https://github.com/pybluez/pybluez/pull/410
msg401395https://bugs.python.org/issue39573#msg401395
(view)https://bugs.python.org/msg401395
cb15afcccffc6c42cbfb7456ce8db89cd2f77512https://hg.python.org/lookup/cb15afcccffc6c42cbfb7456ce8db89cd2f77512
Python/specialize.chttps://github.com/python/cpython/blob/master/Python/specialize.c
Modules/_testcapimodule.chttps://github.com/python/cpython/blob/master/Modules/_testcapimodule.c
msg401396https://bugs.python.org/issue39573#msg401396
(view)https://bugs.python.org/msg401396
msg401399https://bugs.python.org/issue39573#msg401399
(view)https://bugs.python.org/msg401399
https://github.com/pythoncapi/pythoncapi_compathttps://github.com/pythoncapi/pythoncapi_compat
https://mail.python.org/archives/list/capi-sig@python.org/thread/WGRLTHTHC32DQTACPPX36TPR2GLJAFRB/https://mail.python.org/archives/list/capi-sig@python.org/thread/WGRLTHTHC32DQTACPPX36TPR2GLJAFRB/
msg403252https://bugs.python.org/issue39573#msg403252
(view)https://bugs.python.org/msg403252
https://vstinner.github.io/c-api-abstract-pyobject.htmlhttps://vstinner.github.io/c-api-abstract-pyobject.html
msg410995https://bugs.python.org/issue39573#msg410995
(view)https://bugs.python.org/msg410995
f3fa63ec75fdbb4a08a10957a5c631bf0c4a5970https://hg.python.org/lookup/f3fa63ec75fdbb4a08a10957a5c631bf0c4a5970
bpo-44348https://bugs.python.org/issue44348
fb305092a5d7894b41f122c1a1117b3abf4c567ehttps://hg.python.org/lookup/fb305092a5d7894b41f122c1a1117b3abf4c567e
bpo-44348https://bugs.python.org/issue44348
GH-28190https://github.com/python/cpython/pull/28190
https://github.com/python/cpython/commit/fb305092a5d7894b41f122c1a1117b3abf4c567ehttps://github.com/python/cpython/commit/fb305092a5d7894b41f122c1a1117b3abf4c567e
vstinnerhttps://bugs.python.org/user2377
msg410995https://bugs.python.org/msg410995
ahmedsayeed1982https://bugs.python.org/user40940
msg405687https://bugs.python.org/msg405687
ahmedsayeed1982https://bugs.python.org/user40940
naschemehttps://bugs.python.org/user83
ronaldoussorenhttps://bugs.python.org/user925
vstinnerhttps://bugs.python.org/user2377
serhiy.storchakahttps://bugs.python.org/user15623
steve.dowerhttps://bugs.python.org/user16632
hroncokhttps://bugs.python.org/user25227
corona10https://bugs.python.org/user25975
ZackerySpytzhttps://bugs.python.org/user26650
pablogsalhttps://bugs.python.org/user26865
WildCard65https://bugs.python.org/user27683
BTaskayahttps://bugs.python.org/user30064
shihai1991https://bugs.python.org/user31412
erlendaaslandhttps://bugs.python.org/user31937
kjhttps://bugs.python.org/user35958
msg405687https://bugs.python.org/msg405687
msg403252https://bugs.python.org/msg403252
msg401399https://bugs.python.org/msg401399
msg401396https://bugs.python.org/msg401396
msg401395https://bugs.python.org/msg401395
msg401378https://bugs.python.org/msg401378
msg401370https://bugs.python.org/msg401370
msg401365https://bugs.python.org/msg401365
pull_request26567https://bugs.python.org/pull_request26567
msg395536https://bugs.python.org/msg395536
msg395323https://bugs.python.org/msg395323
pablogsalhttps://bugs.python.org/user26865
pull_request25180https://bugs.python.org/pull_request25180
erlendaaslandhttps://bugs.python.org/user31937
msg395287https://bugs.python.org/msg395287
msg395206https://bugs.python.org/msg395206
kjhttps://bugs.python.org/user35958
msg395205https://bugs.python.org/msg395205
BTaskayahttps://bugs.python.org/user30064
pull_request25148https://bugs.python.org/pull_request25148
msg395018https://bugs.python.org/msg395018
msg394971https://bugs.python.org/msg394971
msg394954https://bugs.python.org/msg394954
pull_request25089https://bugs.python.org/pull_request25089
msg382783https://bugs.python.org/msg382783
msg382781https://bugs.python.org/msg382781
msg382780https://bugs.python.org/msg382780
msg382539https://bugs.python.org/msg382539
msg382534https://bugs.python.org/msg382534
petdancehttps://bugs.python.org/user33299
msg382260https://bugs.python.org/msg382260
msg381404https://bugs.python.org/msg381404
msg381403https://bugs.python.org/msg381403
msg381374https://bugs.python.org/msg381374
pull_request22268https://bugs.python.org/pull_request22268
msg381365https://bugs.python.org/msg381365
msg381345https://bugs.python.org/msg381345
pull_request22259https://bugs.python.org/pull_request22259
msg381337https://bugs.python.org/msg381337
msg379759https://bugs.python.org/msg379759
msg379757https://bugs.python.org/msg379757
msg379680https://bugs.python.org/msg379680
msg379679https://bugs.python.org/msg379679
hroncokhttps://bugs.python.org/user25227
msg379675https://bugs.python.org/msg379675
msg373460https://bugs.python.org/msg373460
pull_request20580https://bugs.python.org/pull_request20580
WildCard65https://bugs.python.org/user27683
pull_request20410https://bugs.python.org/pull_request20410
msg372308https://bugs.python.org/msg372308
msg370932https://bugs.python.org/msg370932
msg370902https://bugs.python.org/msg370902
msg370729https://bugs.python.org/msg370729
msg370671https://bugs.python.org/msg370671
pull_request19838https://bugs.python.org/pull_request19838
msg370666https://bugs.python.org/msg370666
msg370665https://bugs.python.org/msg370665
msg370663https://bugs.python.org/msg370663
msg370638https://bugs.python.org/msg370638
msg370303https://bugs.python.org/msg370303
msg370074https://bugs.python.org/msg370074
pull_request19686https://bugs.python.org/pull_request19686
msg369898https://bugs.python.org/msg369898
pull_request19654https://bugs.python.org/pull_request19654
msg369896https://bugs.python.org/msg369896
pull_request19565https://bugs.python.org/pull_request19565
ZackerySpytzhttps://bugs.python.org/user26650
pull_request19294https://bugs.python.org/pull_request19294
msg368047https://bugs.python.org/msg368047
pull_request19194https://bugs.python.org/pull_request19194
ronaldoussorenhttps://bugs.python.org/user925
msg366493https://bugs.python.org/msg366493
msg366473https://bugs.python.org/msg366473
msg365690https://bugs.python.org/msg365690
msg363564https://bugs.python.org/msg363564
pull_request18167https://bugs.python.org/pull_request18167
pull_request18161https://bugs.python.org/pull_request18161
msg363494https://bugs.python.org/msg363494
pull_request18155https://bugs.python.org/pull_request18155
pull_request18154https://bugs.python.org/pull_request18154
pull_request18146https://bugs.python.org/pull_request18146
msg363345https://bugs.python.org/msg363345
msg362445https://bugs.python.org/msg362445
pull_request17968https://bugs.python.org/pull_request17968
msg362216https://bugs.python.org/msg362216
msg362212https://bugs.python.org/msg362212
msg362166https://bugs.python.org/msg362166
msg362134https://bugs.python.org/msg362134
msg362133https://bugs.python.org/msg362133
pull_request17898https://bugs.python.org/pull_request17898
msg362034https://bugs.python.org/msg362034
petdancehttps://bugs.python.org/user33299
msg362033https://bugs.python.org/msg362033
msg361988https://bugs.python.org/msg361988
msg361987https://bugs.python.org/msg361987
pull_request17884https://bugs.python.org/pull_request17884
pull_request17883https://bugs.python.org/pull_request17883
msg361977https://bugs.python.org/msg361977
msg361971https://bugs.python.org/msg361971
msg361965https://bugs.python.org/msg361965
msg361964https://bugs.python.org/msg361964
msg361963https://bugs.python.org/msg361963
msg361961https://bugs.python.org/msg361961
shihai1991https://bugs.python.org/user31412
msg361960https://bugs.python.org/msg361960
pull_request17870https://bugs.python.org/pull_request17870
pull_request17861https://bugs.python.org/pull_request17861
corona10https://bugs.python.org/user25975
msg361904https://bugs.python.org/msg361904
pull_request17795https://bugs.python.org/pull_request17795
msg361639https://bugs.python.org/msg361639
msg361631https://bugs.python.org/msg361631
steve.dowerhttps://bugs.python.org/user16632
msg361626https://bugs.python.org/msg361626
pull_request17785https://bugs.python.org/pull_request17785
msg361611https://bugs.python.org/msg361611
msg361607https://bugs.python.org/msg361607
serhiy.storchakahttps://bugs.python.org/user15623
msg361593https://bugs.python.org/msg361593
pull_request17778https://bugs.python.org/pull_request17778
msg361590https://bugs.python.org/msg361590
pull_request17776https://bugs.python.org/pull_request17776
msg361557https://bugs.python.org/msg361557
msg361555https://bugs.python.org/msg361555
pull_request17774https://bugs.python.org/pull_request17774
msg361549https://bugs.python.org/msg361549
msg361540https://bugs.python.org/msg361540
pull_request17770https://bugs.python.org/pull_request17770
msg361531https://bugs.python.org/msg361531
pull_request17769https://bugs.python.org/pull_request17769
msg361529https://bugs.python.org/msg361529
msg361527https://bugs.python.org/msg361527
pull_request17767https://bugs.python.org/pull_request17767
msg361526https://bugs.python.org/msg361526
msg361523https://bugs.python.org/msg361523
pull_request17765https://bugs.python.org/pull_request17765
msg361522https://bugs.python.org/msg361522
pull_request17764https://bugs.python.org/pull_request17764
naschemehttps://bugs.python.org/user83
msg361519https://bugs.python.org/msg361519
msg361518https://bugs.python.org/msg361518
msg361517https://bugs.python.org/msg361517
msg361516https://bugs.python.org/msg361516
pull_request17763https://bugs.python.org/pull_request17763
msg361515https://bugs.python.org/msg361515
msg361514https://bugs.python.org/msg361514
patchhttps://bugs.python.org/keyword2
pull_request17762https://bugs.python.org/pull_request17762
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.