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 Loading
2,072 contributions in the last year
Less
More
Contribution activity
November 2021
Created 21 commits in 8 repositories
Created a pull request in python/cpython that received 11 comments
bpo-45866: pegen strips directory of "generated from" header
"make regen-all" now produces the same output when run from a directory other than the source tree: when building Python out of the source tree. ht…
+12
−4
•
11
comments
Opened 14 other pull requests in 2 repositories
python/cpython
10
merged
1
open
- bpo-45866: Fix typo in the NEWS entry
- [3.9] bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-29792)
- [3.10] bpo-45866: pegen strips directory of "generated from" header (GH-29777)
- [3.9] bpo-39026: Fix Python.h when building with Xcode (GH-29488)
- [3.10] bpo-39026: Fix Python.h when building with Xcode (GH-29488)
- [WIP] bpo-45490: Convert static inline to macros
- bpo-45831: _Py_DumpASCII() uses a single write() call if possible
- bpo-28533: Remove asyncore, asynchat, smtpd modules
- bpo-45745: Remove regrtest --findleaks options
- bpo-39026: Fix Python.h when building with Xcode
- bpo-40170: Update What's New in Python 3.9
python/peps
3
merged
Reviewed 19 pull requests in 4 repositories
python/cpython
15 pull requests
- [3.9] bpo-45866: Fix typo in the NEWS entry (GH-29798)
- [3.10] bpo-45866: Fix typo in the NEWS entry (GH-29798)
- [3.9] bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-29792)
- bpo-45866: pegen strips directory of "generated from" header
- bpo-45876: Improve accuracy for stdev() and pstdev() in statistics
- [3.10] bpo-42540: reallocation of id_mutex should not force default allocator (GH-29564)
- bpo-45582: Port getpath[p].c to Python
- bpo-42540: reallocation of id_mutex should not force default allocator
- bpo-45643: Add signal.SIGSTKFLT on platforms where this is defined.
- bpo-45429: Merge whatsnew about time.sleep
- bpo-45429: Support CREATE_WAITABLE_TIMER_HIGH_RESOLUTION if possible
- bpo-45775: Implement rgb_to_yuv and yuv_to_rgb for colorsys
- bpo-45220: Ensure RT_MANIFEST is defined when compiling Windows resource files
- [3.9] bpo-40170: Update What's New in Python 3.9 (GH-29470)
- [3.10] bpo-40170: Update What's New in Python 3.9 (GH-29470)
vstinner/cpython_core_tutorial
2 pull requests
python/peps
1 pull request
edgewall/genshi
1 pull request
Created an issue in python/steering-council that received 2 comments
Request PEP 387 exception for remove asyncore, asynchat and stmpd in Python 3.11
Context: https://bugs.python.org/issue28533 python/cpython#29521 My PR got 5 approvals by core devs and so I merged it, but Brett wrote on python…
2
comments