René's URL Explorer Experiment


Title: Issue 38006: Crash in remove() weak reference callback of weakref.WeakValueDictionary at Python exit - Python tracker

Mail addresses
callable=callable@entry
set_sys_last_vars=set_sys_last_vars@entry
lukasz@langa.pl
methane@users.noreply.github.com
nas-github@arctrix.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/82187 https://github.com/python/cpython/issues/82187
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
reproducer.tar.gzhttps://bugs.python.org/file48586/reproducer.tar.gz
gc_crash.pyhttps://bugs.python.org/file48587/gc_crash.py
gc_crash.patchhttps://bugs.python.org/file48588/gc_crash.patch
gc_disable_wr_callback.txthttps://bugs.python.org/file48630/gc_disable_wr_callback.txt
gc_weakref_bug_demo.pyhttps://bugs.python.org/file48633/gc_weakref_bug_demo.py
gc_weakref_bug_demo2.pyhttps://bugs.python.org/file48637/gc_weakref_bug_demo2.py
PR 15641https://github.com/python/cpython/pull/15641
PR 15787https://github.com/python/cpython/pull/15787
PR 15789https://github.com/python/cpython/pull/15789
PR 16495https://github.com/python/cpython/pull/16495
PR 16499https://github.com/python/cpython/pull/16499
PR 16502https://github.com/python/cpython/pull/16502
PR 16788https://github.com/python/cpython/pull/16788
msg350974https://bugs.python.org/issue38006#msg350974
(view)https://bugs.python.org/msg350974
https://github.com/python/cpython/blob/353053d9ad08fea0e205e6c008b8a4350c0188e6/Lib/weakref.py#L90-L112https://github.com/python/cpython/blob/353053d9ad08fea0e205e6c008b8a4350c0188e6/Lib/weakref.py#L90-L112
https://bugzilla.redhat.com/show_bug.cgi?id=1747901https://bugzilla.redhat.com/show_bug.cgi?id=1747901
msg350975https://bugs.python.org/issue38006#msg350975
(view)https://bugs.python.org/msg350975
msg350976https://bugs.python.org/issue38006#msg350976
(view)https://bugs.python.org/msg350976
msg350981https://bugs.python.org/issue38006#msg350981
(view)https://bugs.python.org/msg350981
msg350983https://bugs.python.org/issue38006#msg350983
(view)https://bugs.python.org/msg350983
msg350985https://bugs.python.org/issue38006#msg350985
(view)https://bugs.python.org/msg350985
msg350987https://bugs.python.org/issue38006#msg350987
(view)https://bugs.python.org/msg350987
PR 15641https://github.com/python/cpython/pull/15641
9cd7e17640a49635d1c1f8c2989578a8fc2c1de6https://hg.python.org/lookup/9cd7e17640a49635d1c1f8c2989578a8fc2c1de6
#29519https://bugs.python.org/issue29519
msg350990https://bugs.python.org/issue38006#msg350990
(view)https://bugs.python.org/msg350990
msg350991https://bugs.python.org/issue38006#msg350991
(view)https://bugs.python.org/msg350991
msg350992https://bugs.python.org/issue38006#msg350992
(view)https://bugs.python.org/msg350992
https://github.com/python/cpython/blob/3.7/Objects/funcobject.c#L615https://github.com/python/cpython/blob/3.7/Objects/funcobject.c#L615
msg350995https://bugs.python.org/issue38006#msg350995
(view)https://bugs.python.org/msg350995
https://bugs.python.org/issue33418https://bugs.python.org/issue33418
msg350996https://bugs.python.org/issue38006#msg350996
(view)https://bugs.python.org/msg350996
msg350997https://bugs.python.org/issue38006#msg350997
(view)https://bugs.python.org/msg350997
https://github.com/python/cpython/blob/3.7/Objects/funcobject.c#L615https://github.com/python/cpython/blob/3.7/Objects/funcobject.c#L615
df5cc2d3f5https://hg.python.org/lookup/df5cc2d3f5
357372c565https://hg.python.org/lookup/357372c565
msg350998https://bugs.python.org/issue38006#msg350998
(view)https://bugs.python.org/msg350998
bpo-33418https://bugs.python.org/issue33418
3c452404ae178b742967589a0bb4a5ec768d76e0https://hg.python.org/lookup/3c452404ae178b742967589a0bb4a5ec768d76e0
bpo-33418https://bugs.python.org/issue33418
GH-8058https://github.com/python/cpython/pull/8058
msg350999https://bugs.python.org/issue38006#msg350999
(view)https://bugs.python.org/msg350999
https://bugs.python.org/issue33418https://bugs.python.org/issue33418
msg351006https://bugs.python.org/issue38006#msg351006
(view)https://bugs.python.org/msg351006
#15641https://bugs.python.org/issue15641
msg351007https://bugs.python.org/issue38006#msg351007
(view)https://bugs.python.org/msg351007
msg351009https://bugs.python.org/issue38006#msg351009
(view)https://bugs.python.org/msg351009
msg351010https://bugs.python.org/issue38006#msg351010
(view)https://bugs.python.org/msg351010
msg351012https://bugs.python.org/issue38006#msg351012
(view)https://bugs.python.org/msg351012
https://github.com/python/cpython/blob/master/Modules/gcmodule.c#L1090https://github.com/python/cpython/blob/master/Modules/gcmodule.c#L1090
msg351015https://bugs.python.org/issue38006#msg351015
(view)https://bugs.python.org/msg351015
msg351017https://bugs.python.org/issue38006#msg351017
(view)https://bugs.python.org/msg351017
https://bitbucket.org/cffi/cffi/src/bf80722dea36237710083315e336c81bc8571fd0/cffi/model.py#lines-572https://bitbucket.org/cffi/cffi/src/bf80722dea36237710083315e336c81bc8571fd0/cffi/model.py#lines-572
msg351020https://bugs.python.org/issue38006#msg351020
(view)https://bugs.python.org/msg351020
msg351037https://bugs.python.org/issue38006#msg351037
(view)https://bugs.python.org/msg351037
bpo-33418https://bugs.python.org/issue33418
3c452404ae178b742967589a0bb4a5ec768d76e0https://hg.python.org/lookup/3c452404ae178b742967589a0bb4a5ec768d76e0
PR 15641https://github.com/python/cpython/pull/15641
msg351038https://bugs.python.org/issue38006#msg351038
(view)https://bugs.python.org/msg351038
Objects/call.c:406https://github.com/python/cpython/blob/master/Objects/call.c#L406
Objects/call.c:1186https://github.com/python/cpython/blob/master/Objects/call.c#L1186
Objects/call.c:1259https://github.com/python/cpython/blob/master/Objects/call.c#L1259
Objects/weakrefobject.c:877https://github.com/python/cpython/blob/master/Objects/weakrefobject.c#L877
Objects/weakrefobject.c:922https://github.com/python/cpython/blob/master/Objects/weakrefobject.c#L922
Objects/object.c:2213https://github.com/python/cpython/blob/master/Objects/object.c#L2213
Objects/object.c:2213https://github.com/python/cpython/blob/master/Objects/object.c#L2213
Objects/dictobject.c:580https://github.com/python/cpython/blob/master/Objects/dictobject.c#L580
Objects/dictobject.c:324https://github.com/python/cpython/blob/master/Objects/dictobject.c#L324
Objects/dictobject.c:1994https://github.com/python/cpython/blob/master/Objects/dictobject.c#L1994
Objects/object.c:2213https://github.com/python/cpython/blob/master/Objects/object.c#L2213
Objects/object.c:2213https://github.com/python/cpython/blob/master/Objects/object.c#L2213
Objects/tupleobject.c:247https://github.com/python/cpython/blob/master/Objects/tupleobject.c#L247
Objects/object.c:2213https://github.com/python/cpython/blob/master/Objects/object.c#L2213
Objects/tupleobject.c:247https://github.com/python/cpython/blob/master/Objects/tupleobject.c#L247
Objects/object.c:2213https://github.com/python/cpython/blob/master/Objects/object.c#L2213
Objects/typeobject.chttps://github.com/python/cpython/blob/master/Objects/typeobject.c
Objects/typeobject.c:1110https://github.com/python/cpython/blob/master/Objects/typeobject.c#L1110
Objects/typeobject.c:1262https://github.com/python/cpython/blob/master/Objects/typeobject.c#L1262
Objects/object.c:2213https://github.com/python/cpython/blob/master/Objects/object.c#L2213
Objects/dictobject.c:580https://github.com/python/cpython/blob/master/Objects/dictobject.c#L580
Objects/dictobject.c:324https://github.com/python/cpython/blob/master/Objects/dictobject.c#L324
Objects/dictobject.c:1994https://github.com/python/cpython/blob/master/Objects/dictobject.c#L1994
Objects/object.c:2213https://github.com/python/cpython/blob/master/Objects/object.c#L2213
Objects/cellobject.c:84https://github.com/python/cpython/blob/master/Objects/cellobject.c#L84
Objects/object.c:2213https://github.com/python/cpython/blob/master/Objects/object.c#L2213
Objects/tupleobject.c:247https://github.com/python/cpython/blob/master/Objects/tupleobject.c#L247
Objects/object.c:2213https://github.com/python/cpython/blob/master/Objects/object.c#L2213
Objects/funcobject.chttps://github.com/python/cpython/blob/master/Objects/funcobject.c
Objects/funcobject.c:584https://github.com/python/cpython/blob/master/Objects/funcobject.c#L584
Modules/gcmodule.c:929https://github.com/python/cpython/blob/master/Modules/gcmodule.c#L929
Modules/gcmodule.c:1106https://github.com/python/cpython/blob/master/Modules/gcmodule.c#L1106
Modules/gcmodule.c:1849https://github.com/python/cpython/blob/master/Modules/gcmodule.c#L1849
Python/import.c:541https://github.com/python/cpython/blob/master/Python/import.c#L541
Python/pylifecycle.c:1226https://github.com/python/cpython/blob/master/Python/pylifecycle.c#L1226
Python/pylifecycle.c:2248https://github.com/python/cpython/blob/master/Python/pylifecycle.c#L2248
Python/pythonrun.c:658https://github.com/python/cpython/blob/master/Python/pythonrun.c#L658
Python/pythonrun.c:668https://github.com/python/cpython/blob/master/Python/pythonrun.c#L668
Python/pythonrun.c:755https://github.com/python/cpython/blob/master/Python/pythonrun.c#L755
Python/pythonrun.c:761https://github.com/python/cpython/blob/master/Python/pythonrun.c#L761
Python/pythonrun.c:434https://github.com/python/cpython/blob/master/Python/pythonrun.c#L434
Python/pythonrun.c:86https://github.com/python/cpython/blob/master/Python/pythonrun.c#L86
Modules/main.c:383https://github.com/python/cpython/blob/master/Modules/main.c#L383
Modules/main.c:567https://github.com/python/cpython/blob/master/Modules/main.c#L567
Modules/main.c:646https://github.com/python/cpython/blob/master/Modules/main.c#L646
Modules/main.c:676https://github.com/python/cpython/blob/master/Modules/main.c#L676
Modules/main.c:700https://github.com/python/cpython/blob/master/Modules/main.c#L700
msg351039https://bugs.python.org/issue38006#msg351039
(view)https://bugs.python.org/msg351039
bpo-38009https://bugs.python.org/issue38009
msg351040https://bugs.python.org/issue38006#msg351040
(view)https://bugs.python.org/msg351040
msg351041https://bugs.python.org/issue38006#msg351041
(view)https://bugs.python.org/msg351041
msg351042https://bugs.python.org/issue38006#msg351042
(view)https://bugs.python.org/msg351042
msg351067https://bugs.python.org/issue38006#msg351067
(view)https://bugs.python.org/msg351067
https://bitbucket.org/cffi/cffi/issues/416/python-38-segfault-cfield_type-does-nothttps://bitbucket.org/cffi/cffi/issues/416/python-38-segfault-cfield_type-does-not
msg351072https://bugs.python.org/issue38006#msg351072
(view)https://bugs.python.org/msg351072
msg351077https://bugs.python.org/issue38006#msg351077
(view)https://bugs.python.org/msg351077
msg351082https://bugs.python.org/issue38006#msg351082
(view)https://bugs.python.org/msg351082
msg351083https://bugs.python.org/issue38006#msg351083
(view)https://bugs.python.org/msg351083
msg351086https://bugs.python.org/issue38006#msg351086
(view)https://bugs.python.org/msg351086
msg351098https://bugs.python.org/issue38006#msg351098
(view)https://bugs.python.org/msg351098
msg351099https://bugs.python.org/issue38006#msg351099
(view)https://bugs.python.org/msg351099
msg351492https://bugs.python.org/issue38006#msg351492
(view)https://bugs.python.org/msg351492
a2af05a0d3f0da06b8d432f52efa3ecf29038532https://hg.python.org/lookup/a2af05a0d3f0da06b8d432f52efa3ecf29038532
bpo-38006https://bugs.python.org/issue38006
GH-15641https://github.com/python/cpython/pull/15641
https://github.com/python/cpython/commit/a2af05a0d3f0da06b8d432f52efa3ecf29038532https://github.com/python/cpython/commit/a2af05a0d3f0da06b8d432f52efa3ecf29038532
msg351519https://bugs.python.org/issue38006#msg351519
(view)https://bugs.python.org/msg351519
78d15faf6c522619098e94be3e7f6d88a9e61123https://hg.python.org/lookup/78d15faf6c522619098e94be3e7f6d88a9e61123
bpo-38006https://bugs.python.org/issue38006
GH-15641https://github.com/python/cpython/pull/15641
https://github.com/python/cpython/commit/78d15faf6c522619098e94be3e7f6d88a9e61123https://github.com/python/cpython/commit/78d15faf6c522619098e94be3e7f6d88a9e61123
msg351561https://bugs.python.org/issue38006#msg351561
(view)https://bugs.python.org/msg351561
23669330b7d0d5ad1a9aac40315ba4c2e765f9ddhttps://hg.python.org/lookup/23669330b7d0d5ad1a9aac40315ba4c2e765f9dd
bpo-38006https://bugs.python.org/issue38006
GH-15641https://github.com/python/cpython/pull/15641
GH-15789https://github.com/python/cpython/pull/15789
https://github.com/python/cpython/commit/23669330b7d0d5ad1a9aac40315ba4c2e765f9ddhttps://github.com/python/cpython/commit/23669330b7d0d5ad1a9aac40315ba4c2e765f9dd
msg351676https://bugs.python.org/issue38006#msg351676
(view)https://bugs.python.org/msg351676
ccaea525885e41c5f1e566bb68698847faaa82cahttps://hg.python.org/lookup/ccaea525885e41c5f1e566bb68698847faaa82ca
bpo-33418https://bugs.python.org/issue33418
GH-8058https://github.com/python/cpython/pull/8058
GH-15826https://github.com/python/cpython/pull/15826
https://github.com/python/cpython/commit/ccaea525885e41c5f1e566bb68698847faaa82cahttps://github.com/python/cpython/commit/ccaea525885e41c5f1e566bb68698847faaa82ca
msg353371https://bugs.python.org/issue38006#msg353371
(view)https://bugs.python.org/msg353371
msg353378https://bugs.python.org/issue38006#msg353378
(view)https://bugs.python.org/msg353378
https://github.com/python/cpython/pull/15645https://github.com/python/cpython/pull/15645
msg353398https://bugs.python.org/issue38006#msg353398
(view)https://bugs.python.org/msg353398
msg353399https://bugs.python.org/issue38006#msg353399
(view)https://bugs.python.org/msg353399
msg353410https://bugs.python.org/issue38006#msg353410
(view)https://bugs.python.org/msg353410
PEP 442https://www.python.org/dev/peps/pep-0442/
msg353412https://bugs.python.org/issue38006#msg353412
(view)https://bugs.python.org/msg353412
PR 15645https://github.com/python/cpython/pull/15645
msg353414https://bugs.python.org/issue38006#msg353414
(view)https://bugs.python.org/msg353414
msg353439https://bugs.python.org/issue38006#msg353439
(view)https://bugs.python.org/msg353439
msg353480https://bugs.python.org/issue38006#msg353480
(view)https://bugs.python.org/msg353480
msg353506https://bugs.python.org/issue38006#msg353506
(view)https://bugs.python.org/msg353506
msg353512https://bugs.python.org/issue38006#msg353512
(view)https://bugs.python.org/msg353512
msg353515https://bugs.python.org/issue38006#msg353515
(view)https://bugs.python.org/msg353515
msg353520https://bugs.python.org/issue38006#msg353520
(view)https://bugs.python.org/msg353520
msg353521https://bugs.python.org/issue38006#msg353521
(view)https://bugs.python.org/msg353521
bpo-38009https://bugs.python.org/issue38009
msg353522https://bugs.python.org/issue38006#msg353522
(view)https://bugs.python.org/msg353522
msg353524https://bugs.python.org/issue38006#msg353524
(view)https://bugs.python.org/msg353524
msg353527https://bugs.python.org/issue38006#msg353527
(view)https://bugs.python.org/msg353527
msg353528https://bugs.python.org/issue38006#msg353528
(view)https://bugs.python.org/msg353528
msg353531https://bugs.python.org/issue38006#msg353531
(view)https://bugs.python.org/msg353531
msg353580https://bugs.python.org/issue38006#msg353580
(view)https://bugs.python.org/msg353580
msg353592https://bugs.python.org/issue38006#msg353592
(view)https://bugs.python.org/msg353592
msg353593https://bugs.python.org/issue38006#msg353593
(view)https://bugs.python.org/msg353593
msg353596https://bugs.python.org/issue38006#msg353596
(view)https://bugs.python.org/msg353596
GH-15826https://github.com/python/cpython/pull/15826
GH-15641https://github.com/python/cpython/pull/15641
GH-16083https://github.com/python/cpython/pull/16083
GH-15826https://github.com/python/cpython/pull/15826
GH-15641https://github.com/python/cpython/pull/15641
msg353597https://bugs.python.org/issue38006#msg353597
(view)https://bugs.python.org/msg353597
GH-16495https://github.com/python/cpython/pull/16495
msg353598https://bugs.python.org/issue38006#msg353598
(view)https://bugs.python.org/msg353598
msg 10https://bugs.python.org/msg10
msg353600https://bugs.python.org/issue38006#msg353600
(view)https://bugs.python.org/msg353600
msg353601https://bugs.python.org/issue38006#msg353601
(view)https://bugs.python.org/msg353601
GH-15826https://github.com/python/cpython/pull/15826
BPO-33418https://bugs.python.org/issue33418
msg353602https://bugs.python.org/issue38006#msg353602
(view)https://bugs.python.org/msg353602
BPO-33418https://bugs.python.org/issue33418
msg353603https://bugs.python.org/issue38006#msg353603
(view)https://bugs.python.org/msg353603
BPO-33418https://bugs.python.org/issue33418
BPO-33418https://bugs.python.org/issue33418
msg353604https://bugs.python.org/issue38006#msg353604
(view)https://bugs.python.org/msg353604
msg353605https://bugs.python.org/issue38006#msg353605
(view)https://bugs.python.org/msg353605
BPO-33418https://bugs.python.org/issue33418
msg353606https://bugs.python.org/issue38006#msg353606
(view)https://bugs.python.org/msg353606
msg353607https://bugs.python.org/issue38006#msg353607
(view)https://bugs.python.org/msg353607
msg353608https://bugs.python.org/issue38006#msg353608
(view)https://bugs.python.org/msg353608
msg353610https://bugs.python.org/issue38006#msg353610
(view)https://bugs.python.org/msg353610
msg353623https://bugs.python.org/issue38006#msg353623
(view)https://bugs.python.org/msg353623
GH-16502https://github.com/python/cpython/pull/16502
msg353631https://bugs.python.org/issue38006#msg353631
(view)https://bugs.python.org/msg353631
msg353642https://bugs.python.org/issue38006#msg353642
(view)https://bugs.python.org/msg353642
b3612070b746f799901443b65725008bc035872bhttps://hg.python.org/lookup/b3612070b746f799901443b65725008bc035872b
#16502https://bugs.python.org/issue16502
https://github.com/python/cpython/commit/b3612070b746f799901443b65725008bc035872bhttps://github.com/python/cpython/commit/b3612070b746f799901443b65725008bc035872b
msg353643https://bugs.python.org/issue38006#msg353643
(view)https://bugs.python.org/msg353643
msg353708https://bugs.python.org/issue38006#msg353708
(view)https://bugs.python.org/msg353708
msg353713https://bugs.python.org/issue38006#msg353713
(view)https://bugs.python.org/msg353713
msg353726https://bugs.python.org/issue38006#msg353726
(view)https://bugs.python.org/msg353726
bpo-38006https://bugs.python.org/issue38006
bcda460baf25062ab68622b3f043f52b9db4d21dhttps://hg.python.org/lookup/bcda460baf25062ab68622b3f043f52b9db4d21d
#16495https://bugs.python.org/issue16495
msg353729https://bugs.python.org/issue38006#msg353729
(view)https://bugs.python.org/msg353729
msg353867https://bugs.python.org/issue38006#msg353867
(view)https://bugs.python.org/msg353867
msg353875https://bugs.python.org/issue38006#msg353875
(view)https://bugs.python.org/msg353875
msg353883https://bugs.python.org/issue38006#msg353883
(view)https://bugs.python.org/msg353883
msg353884https://bugs.python.org/issue38006#msg353884
(view)https://bugs.python.org/msg353884
msg353896https://bugs.python.org/issue38006#msg353896
(view)https://bugs.python.org/msg353896
msg353961https://bugs.python.org/issue38006#msg353961
(view)https://bugs.python.org/msg353961
msg354674https://bugs.python.org/issue38006#msg354674
(view)https://bugs.python.org/msg354674
msg354678https://bugs.python.org/issue38006#msg354678
(view)https://bugs.python.org/msg354678
msg354685https://bugs.python.org/issue38006#msg354685
(view)https://bugs.python.org/msg354685
msg354766https://bugs.python.org/issue38006#msg354766
(view)https://bugs.python.org/msg354766
392a13bb9346331b087bcd8bb1b37072c126abeehttps://hg.python.org/lookup/392a13bb9346331b087bcd8bb1b37072c126abee
bpo-38006https://bugs.python.org/issue38006
GH-16788https://github.com/python/cpython/pull/16788
https://github.com/python/cpython/commit/392a13bb9346331b087bcd8bb1b37072c126abeehttps://github.com/python/cpython/commit/392a13bb9346331b087bcd8bb1b37072c126abee
msg405980https://bugs.python.org/issue38006#msg405980
(view)https://bugs.python.org/msg405980
msg405984https://bugs.python.org/issue38006#msg405984
(view)https://bugs.python.org/msg405984
msg405984https://bugs.python.org/msg405984
naschemehttps://bugs.python.org/user83
msg405980https://bugs.python.org/msg405980
msg354766https://bugs.python.org/msg354766
vstinnerhttps://bugs.python.org/user2377
msg354685https://bugs.python.org/msg354685
msg354678https://bugs.python.org/msg354678
msg354674https://bugs.python.org/msg354674
pull_request16348https://bugs.python.org/pull_request16348
msg353961https://bugs.python.org/msg353961
msg353896https://bugs.python.org/msg353896
msg353884https://bugs.python.org/msg353884
msg353883https://bugs.python.org/msg353883
msg353875https://bugs.python.org/msg353875
msg353867https://bugs.python.org/msg353867
msg353729https://bugs.python.org/msg353729
msg353726https://bugs.python.org/msg353726
gc_weakref_bug_demo2.pyhttps://bugs.python.org/file48637
msg353713https://bugs.python.org/msg353713
msg353708https://bugs.python.org/msg353708
msg353643https://bugs.python.org/msg353643
msg353642https://bugs.python.org/msg353642
gc_weakref_bug_demo.pyhttps://bugs.python.org/file48633
msg353631https://bugs.python.org/msg353631
larryhttps://bugs.python.org/user2731
ned.deilyhttps://bugs.python.org/user5248
benjamin.petersonhttps://bugs.python.org/user4455
msg353623https://bugs.python.org/msg353623
pull_request16092https://bugs.python.org/pull_request16092
msg353610https://bugs.python.org/msg353610
msg353608https://bugs.python.org/msg353608
msg353607https://bugs.python.org/msg353607
msg353606https://bugs.python.org/msg353606
msg353605https://bugs.python.org/msg353605
msg353604https://bugs.python.org/msg353604
msg353603https://bugs.python.org/msg353603
msg353602https://bugs.python.org/msg353602
msg353601https://bugs.python.org/msg353601
pull_request16088https://bugs.python.org/pull_request16088
msg353600https://bugs.python.org/msg353600
msg353598https://bugs.python.org/msg353598
msg353597https://bugs.python.org/msg353597
msg353596https://bugs.python.org/msg353596
msg353593https://bugs.python.org/msg353593
pull_request16083https://bugs.python.org/pull_request16083
msg353592https://bugs.python.org/msg353592
msg353580https://bugs.python.org/msg353580
msg353531https://bugs.python.org/msg353531
msg353528https://bugs.python.org/msg353528
msg353527https://bugs.python.org/msg353527
msg353524https://bugs.python.org/msg353524
msg353522https://bugs.python.org/msg353522
gc_disable_wr_callback.txthttps://bugs.python.org/file48630
msg353521https://bugs.python.org/msg353521
msg353520https://bugs.python.org/msg353520
msg353515https://bugs.python.org/msg353515
msg353512https://bugs.python.org/msg353512
msg353506https://bugs.python.org/msg353506
msg353480https://bugs.python.org/msg353480
msg353439https://bugs.python.org/msg353439
msg353414https://bugs.python.org/msg353414
msg353412https://bugs.python.org/msg353412
tim.petershttps://bugs.python.org/user6
naschemehttps://bugs.python.org/user83
msg353410https://bugs.python.org/msg353410
msg353399https://bugs.python.org/msg353399
msg353398https://bugs.python.org/msg353398
msg353378https://bugs.python.org/msg353378
msg353371https://bugs.python.org/msg353371
msg351676https://bugs.python.org/msg351676
msg351561https://bugs.python.org/msg351561
miss-islingtonhttps://bugs.python.org/user27838
msg351519https://bugs.python.org/msg351519
pull_request15442https://bugs.python.org/pull_request15442
pull_request15440https://bugs.python.org/pull_request15440
msg351492https://bugs.python.org/msg351492
methanehttps://bugs.python.org/user10371
msg351099https://bugs.python.org/msg351099
msg351098https://bugs.python.org/msg351098
gc_crash.patchhttps://bugs.python.org/file48588
gc_crash.pyhttps://bugs.python.org/file48587
msg351086https://bugs.python.org/msg351086
msg351083https://bugs.python.org/msg351083
msg351082https://bugs.python.org/msg351082
reproducer.tar.gzhttps://bugs.python.org/file48586
msg351077https://bugs.python.org/msg351077
msg351072https://bugs.python.org/msg351072
msg351067https://bugs.python.org/msg351067
msg351042https://bugs.python.org/msg351042
msg351041https://bugs.python.org/msg351041
msg351040https://bugs.python.org/msg351040
msg351039https://bugs.python.org/msg351039
msg351038https://bugs.python.org/msg351038
msg351037https://bugs.python.org/msg351037
msg351022https://bugs.python.org/msg351022
msg351022https://bugs.python.org/msg351022
msg351020https://bugs.python.org/msg351020
msg351017https://bugs.python.org/msg351017
msg351015https://bugs.python.org/msg351015
msg351012https://bugs.python.org/msg351012
msg351010https://bugs.python.org/msg351010
msg351009https://bugs.python.org/msg351009
msg351007https://bugs.python.org/msg351007
msg351006https://bugs.python.org/msg351006
msg350999https://bugs.python.org/msg350999
msg350998https://bugs.python.org/msg350998
msg350997https://bugs.python.org/msg350997
msg350996https://bugs.python.org/msg350996
msg350995https://bugs.python.org/msg350995
msg350992https://bugs.python.org/msg350992
msg350991https://bugs.python.org/msg350991
pitrouhttps://bugs.python.org/user2040
pablogsalhttps://bugs.python.org/user26865
msg350990https://bugs.python.org/msg350990
msg350987https://bugs.python.org/msg350987
patchhttps://bugs.python.org/keyword2
pull_request15307https://bugs.python.org/pull_request15307
msg350985https://bugs.python.org/msg350985
msg350983https://bugs.python.org/msg350983
jdemeyerhttps://bugs.python.org/user16197
msg350981https://bugs.python.org/msg350981
msg350976https://bugs.python.org/msg350976
msg350975https://bugs.python.org/msg350975
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.