Commit Graph
1 Commits
Author SHA1 Message Date
Jakub Kuczys 81f8a10e9b Update traceback.clear_frames() to accept None (#8695)
`Exception.__traceback__` can potentially be None so for convenience
(and because the simplest way of implementing it will allow it anyway),
traceback.clear_frames() allows None.
2022-09-06 12:26:15 -07:00