René's URL Explorer Experiment


Title: Issue 3100: weakref subclass segfault - 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/47350 https://github.com/python/cpython/issues/47350
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
weakref_subclass_cycle.pyhttps://bugs.python.org/file10613/weakref_subclass_cycle.py
python-incref-from-zero.diffhttps://bugs.python.org/file10614/python-incref-from-zero.diff
weakref_cycle.patchhttps://bugs.python.org/file10625/weakref_cycle.patch
msg68120https://bugs.python.org/issue3100#msg68120
(view)https://bugs.python.org/msg68120
msg68121https://bugs.python.org/issue3100#msg68121
(view)https://bugs.python.org/msg68121
Objects/object.c:2022https://github.com/python/cpython/blob/master/Objects/object.c#L2022
Objects/object.c:2022https://github.com/python/cpython/blob/master/Objects/object.c#L2022
Objects/object.c:2043https://github.com/python/cpython/blob/master/Objects/object.c#L2043
Objects/tupleobject.c:169https://github.com/python/cpython/blob/master/Objects/tupleobject.c#L169
Objects/object.c:2044https://github.com/python/cpython/blob/master/Objects/object.c#L2044
Objects/abstract.c:2716https://github.com/python/cpython/blob/master/Objects/abstract.c#L2716
Objects/weakrefobject.c:864https://github.com/python/cpython/blob/master/Objects/weakrefobject.c#L864
Objects/weakrefobject.c:910https://github.com/python/cpython/blob/master/Objects/weakrefobject.c#L910
Objects/funcobject.c:453https://github.com/python/cpython/blob/master/Objects/funcobject.c#L453
Objects/object.c:2044https://github.com/python/cpython/blob/master/Objects/object.c#L2044
Objects/tupleobject.c:169https://github.com/python/cpython/blob/master/Objects/tupleobject.c#L169
Objects/object.c:2044https://github.com/python/cpython/blob/master/Objects/object.c#L2044
Objects/typeobject.c:821https://github.com/python/cpython/blob/master/Objects/typeobject.c#L821
Objects/typeobject.c:950https://github.com/python/cpython/blob/master/Objects/typeobject.c#L950
Objects/object.c:2044https://github.com/python/cpython/blob/master/Objects/object.c#L2044
Objects/dictobject.c:907https://github.com/python/cpython/blob/master/Objects/dictobject.c#L907
Objects/object.c:2044https://github.com/python/cpython/blob/master/Objects/object.c#L2044
Objects/dictobject.c:907https://github.com/python/cpython/blob/master/Objects/dictobject.c#L907
Objects/object.c:2044https://github.com/python/cpython/blob/master/Objects/object.c#L2044
Objects/classobject.c:668https://github.com/python/cpython/blob/master/Objects/classobject.c#L668
Objects/object.c:2044https://github.com/python/cpython/blob/master/Objects/object.c#L2044
Objects/dictobject.c:455https://github.com/python/cpython/blob/master/Objects/dictobject.c#L455
Objects/dictobject.c:697https://github.com/python/cpython/blob/master/Objects/dictobject.c#L697
Objects/moduleobject.c:125https://github.com/python/cpython/blob/master/Objects/moduleobject.c#L125
Python/import.c:479https://github.com/python/cpython/blob/master/Python/import.c#L479
Python/pythonrun.c:430https://github.com/python/cpython/blob/master/Python/pythonrun.c#L430
Modules/main.c:623https://github.com/python/cpython/blob/master/Modules/main.c#L623
msg68122https://bugs.python.org/issue3100#msg68122
(view)https://bugs.python.org/msg68122
msg68123https://bugs.python.org/issue3100#msg68123
(view)https://bugs.python.org/msg68123
msg68124https://bugs.python.org/issue3100#msg68124
(view)https://bugs.python.org/msg68124
msg68126https://bugs.python.org/issue3100#msg68126
(view)https://bugs.python.org/msg68126
msg68127https://bugs.python.org/issue3100#msg68127
(view)https://bugs.python.org/msg68127
msg68128https://bugs.python.org/issue3100#msg68128
(view)https://bugs.python.org/msg68128
msg68134https://bugs.python.org/issue3100#msg68134
(view)https://bugs.python.org/msg68134
msg68143https://bugs.python.org/issue3100#msg68143
(view)https://bugs.python.org/msg68143
msg68146https://bugs.python.org/issue3100#msg68146
(view)https://bugs.python.org/msg68146
msg68173https://bugs.python.org/issue3100#msg68173
(view)https://bugs.python.org/msg68173
msg68175https://bugs.python.org/issue3100#msg68175
(view)https://bugs.python.org/msg68175
msg68187https://bugs.python.org/issue3100#msg68187
(view)https://bugs.python.org/msg68187
msg68196https://bugs.python.org/issue3100#msg68196
(view)https://bugs.python.org/msg68196
msg68290https://bugs.python.org/issue3100#msg68290
(view)https://bugs.python.org/msg68290
r64309https://hg.python.org/lookup/r64309
msg68294https://bugs.python.org/issue3100#msg68294
(view)https://bugs.python.org/msg68294
msg75772https://bugs.python.org/issue3100#msg75772
(view)https://bugs.python.org/msg75772
r64309https://hg.python.org/lookup/r64309
r64310https://hg.python.org/lookup/r64310
msg274690https://bugs.python.org/issue3100#msg274690
(view)https://bugs.python.org/msg274690
3d8109fe6d82https://hg.python.org/lookup/3d8109fe6d82
issue3100https://bugs.python.org/issue3100
https://hg.python.org/cpython/rev/3d8109fe6d82https://hg.python.org/cpython/rev/3d8109fe6d82
python-devhttps://bugs.python.org/user13902
msg274690https://bugs.python.org/msg274690
msg75772https://bugs.python.org/msg75772
msg68294https://bugs.python.org/msg68294
msg68290https://bugs.python.org/msg68290
roudkerkhttps://bugs.python.org/user4259
amaury.forgeotdarchttps://bugs.python.org/user1076
Rhamphoryncushttps://bugs.python.org/user1613
jnollerhttps://bugs.python.org/user5849
msg68196https://bugs.python.org/msg68196
weakref_cycle.patchhttps://bugs.python.org/file10625
msg68187https://bugs.python.org/msg68187
weakref_cycle.patchhttps://bugs.python.org/file10616
msg68175https://bugs.python.org/msg68175
msg68173https://bugs.python.org/msg68173
jnollerhttps://bugs.python.org/user5849
weakref_cycle.patchhttps://bugs.python.org/file10616
msg68146https://bugs.python.org/msg68146
weakref_cycle.patchhttps://bugs.python.org/file10615
weakref_cycle.patchhttps://bugs.python.org/file10615
msg68143https://bugs.python.org/msg68143
amaury.forgeotdarchttps://bugs.python.org/user1076
msg68134https://bugs.python.org/msg68134
python-incref-from-zero.diffhttps://bugs.python.org/file10614
patchhttps://bugs.python.org/keyword2
msg68128https://bugs.python.org/msg68128
msg68127https://bugs.python.org/msg68127
msg68126https://bugs.python.org/msg68126
inner.pyhttps://bugs.python.org/file10612
outer.pyhttps://bugs.python.org/file10611
weakref_subclass_cycle.pyhttps://bugs.python.org/file10613
msg68124https://bugs.python.org/msg68124
register_after_fork-crash.pyhttps://bugs.python.org/file10610
inner.pyhttps://bugs.python.org/file10612
outer.pyhttps://bugs.python.org/file10611
msg68123https://bugs.python.org/msg68123
register_after_fork-crash.pyhttps://bugs.python.org/file10610
msg68122https://bugs.python.org/msg68122
msg68121https://bugs.python.org/msg68121
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.