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,858 contributions in the last year
Contribution activity
June 2022
Created 13 commits in 4 repositories
Created 1 repository
Created a pull request in python/cpython that received 10 comments
Add test.support.busy_wait()
Add busy_wait() and increasing_sleep() functions to test.support.
+182
−99
•
10
comments
Opened 12 other pull requests in 3 repositories
python/cpython
2
open
7
merged
1
closed
- gh-91321: Fix compatibility with C++ older than C++11
- gh-93353: regrtest checks for leaked temporary files
- gh-93353: Add test.support.late_deletion()
- gh-84623: Remove unused imports in stdlib
- gh-84623: Remove unused imports in tests
- gh-89653: PEP 670: Macros always cast arguments in cpython/
- gh-89653: PEP 670: Convert PyFunction macros
- Remove ANY_VARARGS() macro from the C API
- gh-93585: Set PyCode_Type.tp_basicsize to sizeof(PyCodeObject)
- test.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REFS
python/peps
1
merged
python-greenlet/greenlet
1
open
Reviewed 19 pull requests in 3 repositories
python/cpython
17 pull requests
- Add test.support.busy_wait()
- gh-93353: Add test.support.late_deletion()
- [3.11] gh-93353: Fix importlib.resources._tempfile() finalizer (GH-93377)
- [3.10] gh-93353: Fix importlib.resources._tempfile() finalizer (GH-93377)
- gh-93353: Fix importlib.resources._tempfile() finalizer
- gh-84461: Fix parallel testing on WebAssembly (GH-93768)
- GH-93262: Better error message for -X option
- gh-91731: Don't define 'static_assert' in C++11 where is a keyword to avoid UB
- gh-90763: Modernise xx template module initialisation
-
gh-69714: Make
calendarmodule fully tested - [3.11] gh-90549: Fix leak of global named resources using multiprocessing spawn (GH-30617)
-
gh-93180: Update documentation of
os.copy_file_range - gh-90549: Fix leak of global named resources using multiprocessing spawn
- GH-93503: Add thread-specific APIs to set profiling and tracing functions in the C-API
- gh-90473: WASI requires proper open(2) flags
- [3.11] test.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REFS (GH-93467)
- [3.10] test.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REFS (GH-93467)
cloudpipe/cloudpickle
1 pull request
python-attrs/attrs
1 pull request
Created an issue in cython/cython that received 16 comments
[BUG] Using types.CodeType in Python 3.11 fails with ValueError: types.CodeType size changed, may indicate binary incompatibility. Expected 168 from C header, got 160 from PyObject
Versions:
Cython 0.29 branch: commit c0dfb9c2f592b7e0ece90ec83fbadcf6e6da3d47 (May 17, 2022)
Python 3.11.0b3+: commit a848a9894d (Jun 6 2022)
Rep…
16
comments



