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
-
-
-
-
exceptiongroups Public
Forked from python/exceptiongroups
An early draft of a PEP around Exception Groups in Python
-
-
708 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 7 commits in 2 repositories
Created a pull request in python/cpython that received 8 comments
Opened 7 other pull requests in 1 repository
python/cpython
2
open
5
merged
- gh-83658: make multiprocessing.Pool raise an exception if maxtasksperchild is not None or a positive int
- gh-93008: refactor compiler functions that add instructions to take only a basicblock* (not the whole compiler)
- gh-92782: unify the style of CFG traversal algorithms in the compiler
- gh-93356: Lay out exception handling code at end of code unit
- gh-92619: Fix bug where the compiler duplicates exit blocks unnecessarily
- gh-92118: fix traceback of exceptions propagated from inside a contextlib.contextmanager
- gh-91276: revert the increase of dis output width
Reviewed 5 pull requests in 1 repository
python/cpython
5 pull requests
- gh-93356: Lay out exception handling code at end of code unit
- gh-93143: Avoid NULL check in LOAD_FAST based on analysis in the compiler
- gh-93162: Add ability to configure QueueHandler/QueueListener together and prov…
- gh-92546: Fix invalid call in pprint executed as a script
- gh-92118: fix traceback of exceptions propagated from inside a contextlib.contextmanager
Created an issue in python/core-workflow that received 4 comments
Opened 8 other issues in 2 repositories
python/cpython
2
open
3
closed
- Lay out exception handling code at end of code unit
- Refactor compiler so that the low level code generation functions operate on a basicblock*
- some tests fail with -O (assertions off)
- Unify the style of CFG traversal algorithms in the compiler
- finally blocks are duplicated by the compiler unnecessarily
python/core-workflow
2
closed
1
open
Started 2 discussions in 1 repository
faster-cpython/ideas
faster-cpython/ideas