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
-
-
739 contributions in the last year
Less
More
Activity overview
Contribution activity
April 2022
Created 12 commits in 1 repository
Created 1 repository
- iritkatriel/github-tools Python
Created a pull request in python/cpython that received 19 comments
bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative
+349
−127
•
19
comments
Opened 8 other pull requests in 2 repositories
python/cpython
4
merged
1
open
2
closed
- gh-91276: Fix an out of date comment in compile.c
- gh-74166: Add option to get all errors from socket.create_connection
- gh-91276: make space for longer opcodes in dis output
- bpo-47120: make POP_JUMP_IF_NONE/NOT_NONE relative
- bpo-47120: define virtual opcodes in opcode.py. Better organization of jump opcodes.
- bpo-47186: Replace JUMP_IF_NOT_EG_MATCH by CHECK_EG_MATCH + jump
- bpo-47186: Replace JUMP_IF_NOT_EXC_MATCH by CHECK_EXC_MATCH + jump
iritkatriel/cpython
1
open
Reviewed 18 pull requests in 2 repositories
python/cpython
17 pull requests
- gh-90501: Fix refleak in PyErr_SetExcInfo/PyErr_SetHandledException
- gh-74166: Add option to get all errors from socket.create_connection
- gh-90501: Add PyErr_GetHandledException and PyErr_SetHandledException
- gh-89770: Implement PEP-678 - Exception notes
- gh-90449: Improve accuracy and readability of exceptions tutorial
- gh-91276: make space for longer opcodes in dis output
- gh-89455: Fix an uninitialized bool in exception print context.
- bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative
- bpo-47120: make POP_JUMP_IF_NONE/NOT_NONE relative
- bpo-47120: define virtual opcodes in opcode.py. Better organization of jump opcodes.
- bpo-47189: What's New in 3.11: Faster CPython
- bpo-47186: Replace JUMP_IF_NOT_EG_MATCH by CHECK_EG_MATCH + jump
- [3.9] bpo-46484:Add test for Calendar.iterweekdays (GH-30825)
- [3.10] bpo-46484:Add test for Calendar.iterweekdays (GH-30825)
- bpo-46484:Add test for Calendar.iterweekdays
- gh-83245: Raise BadZipFile instead of ValueError when reading a corrupt file
- gh-76728: Raise TypeError when fieldnames is not a sequence
python/devguide
1 pull request
Created an issue in faster-cpython/ideas that received 4 comments
break up JUMP_IF_NOT_EXC/EG_MATCH
JUMP_IF_NOT_EXC_MATCH and JUMP_IF_NOT_EG_MATCH are not hot opcodes (they are part of exception handling). If we break them up into (1) check match …
4
comments