René's URL Explorer Experiment


Title: Issue 1868: threading.local doesn't free attrs when assigning thread exits - 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/46176 https://github.com/python/cpython/issues/46176
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
_threading_local.py.patchhttps://bugs.python.org/file9212/_threading_local.py.patch
threading_local.patchhttps://bugs.python.org/file9225/threading_local.patch
test1868.pyhttps://bugs.python.org/file11296/test1868.py
threading_local2.patchhttps://bugs.python.org/file11297/threading_local2.patch
threading_local3.patchhttps://bugs.python.org/file11298/threading_local3.patch
threading_local4.patchhttps://bugs.python.org/file11341/threading_local4.patch
threadlocal.patchhttps://bugs.python.org/file18603/threadlocal.patch
msg60127https://bugs.python.org/issue1868#msg60127
(view)https://bugs.python.org/msg60127
msg60164https://bugs.python.org/issue1868#msg60164
(view)https://bugs.python.org/msg60164
r60075https://hg.python.org/lookup/r60075
msg60180https://bugs.python.org/issue1868#msg60180
(view)https://bugs.python.org/msg60180
r60075https://hg.python.org/lookup/r60075
msg60183https://bugs.python.org/issue1868#msg60183
(view)https://bugs.python.org/msg60183
msg60203https://bugs.python.org/issue1868#msg60203
(view)https://bugs.python.org/msg60203
msg72062https://bugs.python.org/issue1868#msg72062
(view)https://bugs.python.org/msg72062
#3710https://bugs.python.org/issue3710
msg72063https://bugs.python.org/issue1868#msg72063
(view)https://bugs.python.org/msg72063
#3710https://bugs.python.org/issue3710
http://codereview.appspot.com/3641http://codereview.appspot.com/3641
msg72110https://bugs.python.org/issue1868#msg72110
(view)https://bugs.python.org/msg72110
msg72112https://bugs.python.org/issue1868#msg72112
(view)https://bugs.python.org/msg72112
msg72115https://bugs.python.org/issue1868#msg72115
(view)https://bugs.python.org/msg72115
msg72315https://bugs.python.org/issue1868#msg72315
(view)https://bugs.python.org/msg72315
http://codereview.appspot.com/3641http://codereview.appspot.com/3641
msg72333https://bugs.python.org/issue1868#msg72333
(view)https://bugs.python.org/msg72333
#3757https://bugs.python.org/issue3757
msg72335https://bugs.python.org/issue1868#msg72335
(view)https://bugs.python.org/msg72335
msg72336https://bugs.python.org/issue1868#msg72336
(view)https://bugs.python.org/msg72336
msg72799https://bugs.python.org/issue1868#msg72799
(view)https://bugs.python.org/msg72799
msg72974https://bugs.python.org/issue1868#msg72974
(view)https://bugs.python.org/msg72974
msg72985https://bugs.python.org/issue1868#msg72985
(view)https://bugs.python.org/msg72985
Modules/threadmodule.chttps://github.com/python/cpython/blob/master/Modules/threadmodule.c
msg76584https://bugs.python.org/issue1868#msg76584
(view)https://bugs.python.org/msg76584
msg76589https://bugs.python.org/issue1868#msg76589
(view)https://bugs.python.org/msg76589
msg77520https://bugs.python.org/issue1868#msg77520
(view)https://bugs.python.org/msg77520
msg114574https://bugs.python.org/issue1868#msg114574
(view)https://bugs.python.org/msg114574
msg114577https://bugs.python.org/issue1868#msg114577
(view)https://bugs.python.org/msg114577
msg114689https://bugs.python.org/issue1868#msg114689
(view)https://bugs.python.org/msg114689
http://codereview.appspot.com/1995049/http://codereview.appspot.com/1995049/
msg115165https://bugs.python.org/issue1868#msg115165
(view)https://bugs.python.org/msg115165
r84344https://hg.python.org/lookup/r84344
r84345https://hg.python.org/lookup/r84345
r84346https://hg.python.org/lookup/r84346
ncoghlanhttps://bugs.python.org/user1309
msg115165https://bugs.python.org/msg115165
gregory.p.smithhttps://bugs.python.org/user252
pitrouhttps://bugs.python.org/user2040
msg114689https://bugs.python.org/msg114689
msg114577https://bugs.python.org/msg114577
issue3710 supersederhttps://bugs.python.org/issue3710
threadlocal.patchhttps://bugs.python.org/file18603
msg114574https://bugs.python.org/msg114574
msg77520https://bugs.python.org/msg77520
needs reviewhttps://bugs.python.org/keyword8
msg76589https://bugs.python.org/msg76589
msg76584https://bugs.python.org/msg76584
msg72985https://bugs.python.org/msg72985
loewishttps://bugs.python.org/user8
msg72974https://bugs.python.org/msg72974
msg72799https://bugs.python.org/msg72799
msg72336https://bugs.python.org/msg72336
msg72335https://bugs.python.org/msg72335
pitrouhttps://bugs.python.org/user2040
msg72333https://bugs.python.org/msg72333
threading_local4.patchhttps://bugs.python.org/file11341
msg72315https://bugs.python.org/msg72315
gregory.p.smithhttps://bugs.python.org/user252
threading_local3.patchhttps://bugs.python.org/file11298
msg72115https://bugs.python.org/msg72115
threading_local2.patchhttps://bugs.python.org/file11297
msg72112https://bugs.python.org/msg72112
test1868.pyhttps://bugs.python.org/file11296
taminohttps://bugs.python.org/user9156
msg72110https://bugs.python.org/msg72110
needs reviewhttps://bugs.python.org/keyword8
msg72063https://bugs.python.org/msg72063
msg72062https://bugs.python.org/msg72062
patchhttps://bugs.python.org/keyword2
gregory.p.smithhttps://bugs.python.org/user252
threading_local.patchhttps://bugs.python.org/file9225
msg60203https://bugs.python.org/msg60203
amaury.forgeotdarchttps://bugs.python.org/user1076
msg60183https://bugs.python.org/msg60183
msg60180https://bugs.python.org/msg60180
christian.heimeshttps://bugs.python.org/user3108
msg60164https://bugs.python.org/msg60164
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.