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
-
-
1,085 contributions in the last year
Less
More
Activity overview
Contributed to
python/cpython,
faster-cpython/benchmarking-public,
capi-workgroup/problems
and 16 other
repositories
Contribution activity
June 2023
Created 9 commits in 1 repository
Created a pull request in python/cpython that received 17 comments
gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred
@encukou As you suggested, I made this PR in order to backport it as far back as we can. Both of these functions should be changed to have int retu…
+8
−0
•
17
comments
Opened 10 other pull requests in 1 repository
python/cpython
5
merged
4
open
1
closed
- gh-105481: add pseudo-instructions to the cases DSL
- gh-105481: add flags to each instr in the opcode metadata table, to replace opcode.hasarg/hasname/hasconst
- gh-105462: move YIELD_VALUE opcode out of the HAVE_ARGUMENT range, where it should be
- gh-105292: Add option to make traceback.TracebackException.format_exception_only recurse into exception groups
- gh-87092: remove unused macros
- gh-105240: add missing function prototypes
- gh-105184: add return value indicating success/failure for PyMarshal_WriteLongToFile and PyMarshal_WriteObjectToFile
- gh-105201: Add PyIter_NextItem to replace PyIter_Next which has an ambiguous output
- gh-84436: update docs on Py_None/Py_True/Py_False/Py_Ellipsis becoming immortal
- gh-102778: update documentation of PyErr_PrintEx and traceback.print_last() regarding sys.last_exc
Reviewed 22 pull requests in 1 repository
python/cpython
22 pull requests
- gh-105481: add pseudo-instructions to the cases DSL
- gh-102832: IDLE - update stackviewer open
- gh-102832: IDLE - remove use of deprecated sys.last_xyzs for stackviewer
- gh-105481: add flags to each instr in the opcode metadata table, to replace opcode.hasarg/hasname/hasconst
-
[3.10] [3.11] Add single value
agen.athrow(value)signature to the 3.11 docs gh-105269 (GH-105468) -
[3.7] [3.11] Add single value
agen.athrow(value)signature to the 3.11 docs gh-105269 (GH-105468) -
[3.9] [3.11] Add single value
agen.athrow(value)signature to the 3.11 docs gh-105269 (GH-105468) -
[3.11] Add single value
agen.athrow(value)signature to the 3.11 docs gh-105269 - GH-105229: Remove remaining two-codeunit superinstructions
- gh-105292: Add option to make traceback.TracebackException.format_exception_only recurse into exception groups
- gh-84436: update docs on Py_None/Py_True/Py_False/Py_Ellipsis becoming immortal
- [3.12] gh-102778: update documentation of PyErr_PrintEx and traceback.print_last() regarding sys.last_exc (GH-105190)
- gh-87092: avoid gcc warning on uninitialized struct field in assemble…
- gh-105201: Add PyIter_NextItem to replace PyIter_Next which has an ambiguous output
- gh-105214: Use named constants for MAKE_FUNCTION oparg
- [3.7] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185)
- [3.8] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185)
- [3.9] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185)
- [3.10] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185)
- [3.11] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185)
- [3.12] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185)
-
GH-105162: Account for
INSTRUMENTED_RESUMEin gen.close/throw.
Created an issue in python/cpython that received 17 comments
PyIter_Next has ambiguous return value
As discussed in capi-workgroup/problems#1, we have some C API functions that have ambiguous return values, requiring the caller to query PyErr_Occu…
17
comments
Opened 7 other issues in 2 repositories
python/cpython
3
open
3
closed
- Generate opcode metadata from bytecodes.c instead of opcode.py
- YIELD_VALUE has numeric code in the HAVE_ARGUMENT range, and it doesn't have an arg
- add option to traceback.format_exception_only to recurse into exception groups
- Compiler warning on missing prototypes (Mac)
- c-api documentation index is laid out incorrectly
- C API functions with no return value cannot report errors






