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,805 contributions in the last year
Less
More
Contribution activity
February 2022
Created 1 repository
Created a pull request in python/cpython that received 26 comments
bpo-46640: Py_NAN now uses the C99 NAN constant
Building Python now requires a C99 <math.h> header file providing the NAN constant. https://bugs.python.org/issue46640
+20
−21
•
26
comments
Opened 37 other pull requests in 4 repositories
python/cpython
10
open
18
merged
2
closed
- bpo-45490: Convert unicodeobject.h macros to static inline functions
- bpo-46659: Fix the MBCS codec alias on Windows
- bpo-45490: Rename static inline functions
- bpo-46659: Enhance LocaleTextCalendar for C locale
- bpo-46659: Deprecate locale.getdefaultlocale()
- bpo-45459: Rename buffer.h to pybuffer.h
- bpo-46166: Fix compiler warnings in What's New in Python 3.11
- bpo-46670: Remove unused macros in ceval.c
- bpo-39277: Fix PY_TIMEOUT_MAX cast in _threadmodule.c
- bpo-46670: Remove unused macros in the Modules directory
- bpo-46670: Remove unused macros in the Objects directory
- bpo-46670: Remove unused macros in the Python directory
- bpo-46323: _ctypes.CFuncPtr fails if _argtypes_ is too long
- bpo-46670: Fix #ifdef in sha3module.c
- bpo-46670: Fix #ifdef WORDS_BIGENDIAN in audioop.c
- bpo-46670: Test if a macro is defined, not its value
- bpo-46670: Remove unused get_frame_state() function
- bpo-46670: Define all macros for stringlib
- bpo-46668: Remove the mbcs alias
- bpo-45412: Add _PY_SHORT_FLOAT_REPR macro
- bpo-46659: Update the test on the mbcs codec alias
- bpo-46659: test.support avoids locale.getdefaultlocale()
- bpo-46659: calendar uses locale.getlocale()
- bpo-46648: Skip test_urllib2.test_issue16464()
- bpo-46656: Remove Py_NO_NAN macro
- Some pull requests not shown.
python/peps
3
merged
1
open
python/buildmaster-config
2
merged
h2oai/datatable
1
open
Reviewed 20 pull requests in 4 repositories
python/cpython
17 pull requests
- bpo-45863: tarfile: don't zero out header fields unnecessarily
- bpo-46323: Use PyObject_Vectorcall while calling ctypes callback function
- bpo-46210: Fix deadlock in print.
- bpo-45459: Rename buffer.h to pybuffer.h
- [3.10] bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (GH-31186)
- [3.9] bpo-46648: Rewrite test_urllib2.test_issue16464() with a local HTTP server (GH-31186)
- bpo-46659: Update the test on the mbcs codec alias
- bpo-45412: Move _Py_SET_53BIT_PRECISION_START to pycore_pymath.h
- [3.10] bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161)
- [3.9] bpo-46648: Skip test_urllib2.test_issue16464() (GH-31161)
- Doc: enhance readability by avoiding big blocks for small numbers.
- bpo-46640: Py_NAN now uses the C99 NAN constant
- bpo-39947: Add PyThreadState_SetTrace() function
- [3.9] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cache (GH-29384) (GH-30922)
- bpo-46433: _PyType_GetModuleByDef: handle static types in MRO
- [3.10] bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)
- [3.9] bpo-44359: Fix test_ftplib unhandled thread exceptions (GH-31069)