exc_info simplifications #216
Replies: 4 comments 18 replies
-
Sounds good, let's do it. |
Beta Was this translation helpful? Give feedback.
-
I started the easy ones: sys.exception(): https://bugs.python.org/issue46328 |
Beta Was this translation helpful? Give feedback.
-
I opened https://bugs.python.org/issue46330 about the hard one, |
Beta Was this translation helpful? Give feedback.
-
Let's just leave |
Beta Was this translation helpful? Give feedback.
-
I'm trying to understand what it would take to make it possible to write (new) python code without knowing what (type, val, tb) is. This is my current draft.
I don't expect this to make python much faster, but it's the obvious followup to #106.
Beta Was this translation helpful? Give feedback.
All reactions