Block or Report
Block or report iritkatriel
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories Loading
-
-
-
-
exceptiongroups Public
Forked from python/exceptiongroups
An early draft of a PEP around Exception Groups in Python
-
-
537 contributions in the last year
Less
More
Activity overview
Loading
Contribution activity
November 2021
Created 12 commits in 2 repositories
Created a pull request in python/cpython that received 5 comments
bpo-45711: assert that the type of exc_info is redundant
I suggest we commit this so that the diff when we remove the type shows why we think it's safe to do so. https://bugs.python.org/issue45711
+25
−0
•
5
comments
Opened 11 other pull requests in 3 repositories
python/cpython
2
open
6
merged
- bpo-45711: use exc_value instead of exc_type to determine if exc_info is valid. Add more assertions.
- Fix link to exception handling notes
- bpo-45292: [PEP-654] add except*
- bpo-45292: Use raw strings for regex in tests
- [3.10] bpo-45757: Fix bug where dis produced an incorrect oparg on EXTENDED_ARG before a no-arg opcode (GH-29480)
- bpo-45711: remove unnecessary DUP_TOP and POP in exception handling
- bpo-45757: make dis reset extended_arg when op does not have an arg
- bpo-45711: Use _PyErr_ClearExcState instead of setting only exc_value…
python/peps
2
merged
miss-islington/cpython
1
closed
Reviewed 6 pull requests in 1 repository
python/cpython
6 pull requests
- bpo-45834: Move runtime 'except:' check to the parser
- bpo-45292: [PEP-654] add except*
- bpo-45711: Re-bump the magic number and update doc
- bpo-45745: Remove regrtest --findleaks options
- bpo-45711: Use _PyErr_ClearExcState instead of setting only exc_value…
- bpo-45292: [PEP 654] Update traceback display code to work with exception groups