René's URL Explorer Experiment


Title: Issue 43656: TracebackException or StackSummary.extract with capture_locals=True fail to catch exceptions raised by repr() on value of frame local variable in FrameSummary.__init__. - 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/87822 https://github.com/python/cpython/issues/87822
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 25062https://github.com/python/cpython/pull/25062
PR 29299https://github.com/python/cpython/pull/29299
msg389679https://bugs.python.org/issue43656#msg389679
(view)https://bugs.python.org/msg389679
https://github.com/python/cpython/blob/4827483f47906fecee6b5d9097df2a69a293a85c/Lib/traceback.py#L440https://github.com/python/cpython/blob/4827483f47906fecee6b5d9097df2a69a293a85c/Lib/traceback.py#L440
msg389680https://bugs.python.org/issue43656#msg389680
(view)https://bugs.python.org/msg389680
https://github.com/python/cpython/blob/4827483f47906fecee6b5d9097df2a69a293a85c/Lib/traceback.py#L273https://github.com/python/cpython/blob/4827483f47906fecee6b5d9097df2a69a293a85c/Lib/traceback.py#L273
msg389794https://bugs.python.org/issue43656#msg389794
(view)https://bugs.python.org/msg389794
msg389815https://bugs.python.org/issue43656#msg389815
(view)https://bugs.python.org/msg389815
msg389819https://bugs.python.org/issue43656#msg389819
(view)https://bugs.python.org/msg389819
issue39228https://bugs.python.org/issue39228
msg389840https://bugs.python.org/issue43656#msg389840
(view)https://bugs.python.org/msg389840
msg389842https://bugs.python.org/issue43656#msg389842
(view)https://bugs.python.org/msg389842
https://docs.python.org/3/reference/datamodel.html#object.__repr__https://docs.python.org/3/reference/datamodel.html#object.__repr__
https://docs.python.org/3/library/functions.html#reprhttps://docs.python.org/3/library/functions.html#repr
msg393199https://bugs.python.org/issue43656#msg393199
(view)https://bugs.python.org/msg393199
msg393298https://bugs.python.org/issue43656#msg393298
(view)https://bugs.python.org/msg393298
msg393519https://bugs.python.org/issue43656#msg393519
(view)https://bugs.python.org/msg393519
msg404319https://bugs.python.org/issue43656#msg404319
(view)https://bugs.python.org/msg404319
Lib/traceback.pyhttps://github.com/python/cpython/blob/master/Lib/traceback.py
msg404330https://bugs.python.org/issue43656#msg404330
(view)https://bugs.python.org/msg404330
https://bugs.python.org/issue20853https://bugs.python.org/issue20853
msg404392https://bugs.python.org/issue43656#msg404392
(view)https://bugs.python.org/msg404392
msg404445https://bugs.python.org/issue43656#msg404445
(view)https://bugs.python.org/msg404445
msg404452https://bugs.python.org/issue43656#msg404452
(view)https://bugs.python.org/msg404452
https://docs.python.org/3/reference/datamodel.html?highlight=__repr__#object.__repr__https://docs.python.org/3/reference/datamodel.html?highlight=__repr__#object.__repr__
msg404456https://bugs.python.org/issue43656#msg404456
(view)https://bugs.python.org/msg404456
https://bugs.python.org/issue39228https://bugs.python.org/issue39228
msg404457https://bugs.python.org/issue43656#msg404457
(view)https://bugs.python.org/msg404457
msg404464https://bugs.python.org/issue43656#msg404464
(view)https://bugs.python.org/msg404464
https://bugs.python.org/issue39228https://bugs.python.org/issue39228
msg404468https://bugs.python.org/issue43656#msg404468
(view)https://bugs.python.org/msg404468
msg404514https://bugs.python.org/issue43656#msg404514
(view)https://bugs.python.org/msg404514
msg404567https://bugs.python.org/issue43656#msg404567
(view)https://bugs.python.org/msg404567
msg404603https://bugs.python.org/issue43656#msg404603
(view)https://bugs.python.org/msg404603
msg404736https://bugs.python.org/issue43656#msg404736
(view)https://bugs.python.org/msg404736
msg404950https://bugs.python.org/issue43656#msg404950
(view)https://bugs.python.org/msg404950
https://docs.python.org/3/reference/datamodel.html#object.__repr__https://docs.python.org/3/reference/datamodel.html#object.__repr__
msg404988https://bugs.python.org/issue43656#msg404988
(view)https://bugs.python.org/msg404988
msg404989https://bugs.python.org/issue43656#msg404989
(view)https://bugs.python.org/msg404989
msg405028https://bugs.python.org/issue43656#msg405028
(view)https://bugs.python.org/msg405028
https://github.com/moi90/experiturhttps://github.com/moi90/experitur
msg405033https://bugs.python.org/issue43656#msg405033
(view)https://bugs.python.org/msg405033
msg405049https://bugs.python.org/issue43656#msg405049
(view)https://bugs.python.org/msg405049
msg405214https://bugs.python.org/issue43656#msg405214
(view)https://bugs.python.org/msg405214
issue 23597https://bugs.python.org/issue23597
msg 404319https://bugs.python.org/msg404319
msg405238https://bugs.python.org/issue43656#msg405238
(view)https://bugs.python.org/msg405238
msg405893https://bugs.python.org/issue43656#msg405893
(view)https://bugs.python.org/msg405893
https://github.com/python/cpython/pull/29299https://github.com/python/cpython/pull/29299
msg405918https://bugs.python.org/issue43656#msg405918
(view)https://bugs.python.org/msg405918
msg405935https://bugs.python.org/issue43656#msg405935
(view)https://bugs.python.org/msg405935
msg405994https://bugs.python.org/issue43656#msg405994
(view)https://bugs.python.org/msg405994
msg406008https://bugs.python.org/issue43656#msg406008
(view)https://bugs.python.org/msg406008
#22936https://bugs.python.org/issue22936
msg237320https://bugs.python.org/msg237320
msg237323https://bugs.python.org/msg237323
msg406012https://bugs.python.org/issue43656#msg406012
(view)https://bugs.python.org/msg406012
msg406042https://bugs.python.org/issue43656#msg406042
(view)https://bugs.python.org/msg406042
msg406107https://bugs.python.org/issue43656#msg406107
(view)https://bugs.python.org/msg406107
msg406997https://bugs.python.org/issue43656#msg406997
(view)https://bugs.python.org/msg406997
msg406998https://bugs.python.org/issue43656#msg406998
(view)https://bugs.python.org/msg406998
msg406999https://bugs.python.org/issue43656#msg406999
(view)https://bugs.python.org/msg406999
msg407001https://bugs.python.org/issue43656#msg407001
(view)https://bugs.python.org/msg407001
msg407001https://bugs.python.org/msg407001
msg406999https://bugs.python.org/msg406999
msg406998https://bugs.python.org/msg406998
msg406997https://bugs.python.org/msg406997
msg406107https://bugs.python.org/msg406107
msg406042https://bugs.python.org/msg406042
kjhttps://bugs.python.org/user35958
msg406012https://bugs.python.org/msg406012
rbcollinshttps://bugs.python.org/user3924
msg406008https://bugs.python.org/msg406008
msg405994https://bugs.python.org/msg405994
msg405935https://bugs.python.org/msg405935
msg405918https://bugs.python.org/msg405918
msg405893https://bugs.python.org/msg405893
pull_request27563https://bugs.python.org/pull_request27563
msg405238https://bugs.python.org/msg405238
msg405214https://bugs.python.org/msg405214
msg405049https://bugs.python.org/msg405049
msg405033https://bugs.python.org/msg405033
msg405028https://bugs.python.org/msg405028
msg404989https://bugs.python.org/msg404989
msg404988https://bugs.python.org/msg404988
msg404950https://bugs.python.org/msg404950
msg404736https://bugs.python.org/msg404736
msg404603https://bugs.python.org/msg404603
msg404567https://bugs.python.org/msg404567
msg404514https://bugs.python.org/msg404514
msg404468https://bugs.python.org/msg404468
msg404464https://bugs.python.org/msg404464
msg404457https://bugs.python.org/msg404457
msg404456https://bugs.python.org/msg404456
msg404452https://bugs.python.org/msg404452
msg404445https://bugs.python.org/msg404445
kjhttps://bugs.python.org/user35958
msg404392https://bugs.python.org/msg404392
msg404330https://bugs.python.org/msg404330
jbwhttps://bugs.python.org/user40733
msg404319https://bugs.python.org/msg404319
msg393519https://bugs.python.org/msg393519
andrei.avkhttps://bugs.python.org/user36824
msg393298https://bugs.python.org/msg393298
msg393199https://bugs.python.org/msg393199
msg389842https://bugs.python.org/msg389842
msg389840https://bugs.python.org/msg389840
msg389819https://bugs.python.org/msg389819
msg389815https://bugs.python.org/msg389815
serhiy.storchakahttps://bugs.python.org/user15623
msg389794https://bugs.python.org/msg389794
iritkatrielhttps://bugs.python.org/user34626
patchhttps://bugs.python.org/keyword2
pull_request23812https://bugs.python.org/pull_request23812
msg389680https://bugs.python.org/msg389680
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.