I am paid by Red Hat to maintain Python upstream (python.org) and downstream (RHEL, Fedora). @python core-dev.
Block or Report
Block or report vstinner
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
1,788 contributions in the last year
Less
More
Contribution activity
April 2022
Created 19 commits in 5 repositories
Created a pull request in python/cpython that received 11 comments
bpo-45210: _Py_Dealloc() checks tp_dealloc exception
If Python is built in debug mode, _Py_Dealloc() now ensures that the tp_dealloc function leaves the current exception unchanged. https://bugs.pytho…
+47
−3
•
11
comments
Opened 10 other pull requests in 4 repositories
python/cpython
1
open
5
merged
- bpo-40421: Cleanup PyFrame C API
- bpo-35134: Remove the Include/code.h header file
- bpo-35134: Add Include/cpython/setobject.h header
- bpo-35134: Add Include/cpython/complexobject.h header
- bpo-40421: test_capi uses assertEqual(), not assertEquals()
- Revert "bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-32052)"
nedbat/coveragepy
1
open
1
closed
python/pythoncapi_compat
1
merged
vstinner/hachoir
1
merged
Reviewed 12 pull requests in 1 repository
python/cpython
12 pull requests
-
bpo-47000: Add
locale.getencoding() - bpo-47250: Fix refleak from object.__getstate__()
- gh-89279: In ceval.c, redefine some macros for speed
- Remove python2 support in logging cookbook example. (GH-32362)
- bpo-23747: Add small note to document default method behavior
- bpo-45210: Document that error indicator may be set in tp_dealloc
- bpo-47211: Remove function re.template() and flag re.TEMPLATE
- no-issue: Add assertion to PyModule_GetName for understanding
- bpo-47115: Document which parts of structs are in limited API/stable ABI
- [3.10] bpo-47089: Avoid test_compileall failures on Windows (GH-32037)
- bpo-47089: Avoid test_compileall failures on Windows
- bpo-47152: Convert the re module into a package
Created an issue in python/cpython that received 10 comments
code.replace(co_code=new_code) no longer catch exceptions on Python 3.11
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state. Show more details GitHub fi…
10
comments

