Message399792
| Author | iritkatriel |
|---|---|
| Recipients | Mark.Shannon, chris.jerdonek, corona10, gvanrossum, iritkatriel, lukasz.langa, miss-islington, pablogsal, vstinner |
| Date | 2021-08-17.20:59:10 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1629233950.61.0.424401306301.issue44895@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
This doesn't leak:
try:
raise B()
except B:
tb = sys.exc_info()[1].__traceback__
So this isn't about the traceback being part of the cycle. The B() needs to be there too. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-08-17 20:59:10 | iritkatriel | set | recipients: + iritkatriel, gvanrossum, vstinner, chris.jerdonek, lukasz.langa, Mark.Shannon, corona10, pablogsal, miss-islington |
| 2021-08-17 20:59:10 | iritkatriel | set | messageid: <1629233950.61.0.424401306301.issue44895@roundup.psfhosted.org> |
| 2021-08-17 20:59:10 | iritkatriel | link | issue44895 messages |
| 2021-08-17 20:59:10 | iritkatriel | create | |