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,730 contributions in the last year
Less
More
Contribution activity
January 2022
Created 61 commits in 6 repositories
Created a pull request in python/cpython that received 19 comments
bpo-29882: _Py_popcount32() doesn't need 64x64 multiply
32x32 bits multiply is enough for _Py_popcount32(). https://bugs.python.org/issue29882
+1
−1
•
19
comments
Opened 58 other pull requests in 3 repositories
python/cpython
1
open
11
closed
43
merged
- make regen-all now suggests running: make autoconf
- make regen-all now suggests running: make autoconf
- [3.10] bpo-45382: test.pythoninfo logs more Windows versions
- bpo-45382: test.pythoninfo: set wmic.exe encoding to OEM
- bpo-45382: test.pythoninfo logs more Windows versions
- bpo-46417: _PyList_Fini() clears indexerr
- bpo-46417: Fix _PyStaticType_Dealloc()
- bpo-46417: Clear symtable identifiers at exit
- bpo-46417: Clear _io module static objects at exit
- bpo-46417: Clear Unicode static types at exit
- bpo-46417: Py_Finalize() clears static exceptioins
- bpo-46417: Cleanup _PyExc_InitTypes()
- bpo-46417: _PyTypes_FiniTypes() clears object and type
- bpo-45200: GHA Address Sanitizer skips 3 slowest tests
- bpo-46417: Clear more static types
- bpo-46417: Cleanup typeobject.c code
- bpo-46417: remove_subclass() clears tp_subclasses
- bpo-46417: Debug tp_subclasses crash
- bpo-46417: Fix race condition on setting type __bases__
- bpo-46417: Fix type recurse_down_subclasses()
- bpo-46417: Use _PyType_CAST() in Python directory
- bpo-46417: Use _PyType_CAST() in Modules directory
- bpo-46417: Use _PyType_CAST() in Objects directory
- bpo-46417: PyWeakref_GET_OBJECT() uses PyWeakref_CheckRef()
- bpo-46417: Add _PyType_GetSubclasses() function
- Some pull requests not shown.
python/peps
2
merged
pythoncapi/pythoncapi_compat
1
open
Reviewed 45 pull requests in 3 repositories
python/cpython
43 pull requests
- [3.9] bpo-41682: fixed flaky test test_sendfile_close_peer_in_the_middle_of_receiving (GH-30845)
- bpo-45382: test.pythoninfo: set wmic.exe encoding to OEM
- bpo-46513: Remove AC_C_CHAR_UNSIGNED / __CHAR_UNSIGNED__
- accepting a script filename as the input or oneliner python
- bpo-46510: simplify exception handling code in xmlrpc
- bpo-46476: Fix memory leak in code objects generated by deepfreeze
-
bpo-46465: Check eval breaker in specialized
CALLopcodes - bpo-46481: Implement vectorcall for weakref.ref.__call__ method.
- bpo-46417: Py_Finalize() clears static exceptioins
- bpo-29882: Fix portability bug introduced in GH-30774
- bpo-46417: Fix _PyStaticType_Dealloc()
- [3.9] bpo-41682: Skip unstable test_asyncio sendfile test on Windows (GH-30801)
- [3.10] bpo-41682: Skip unstable test_asyncio sendfile test on Windows (GH-30801)
-
bpo-41682: skip
test_sendfile_close_peer_in_the_middle_of_receivingintest_asyncio - [3.10] bpo-46417: Fix race condition on setting type __bases__ (GH-30788)
- [3.9] bpo-46417: Fix race condition on setting type __bases__ (GH-30788)
- bpo-46407: Optimizing power-of-2 operations
- bpo-46417: Add _PyType_CAST() macro
-
Update generated files list and add
diff=generatedattribute - bpo-40120: Fix unbounded struct char[] undefined behavior.
- bpo-46417: Finalize structseq types at exit
- bpo-43869: Time Epoch is the same on all platforms
- bpo-40066: [Enum] fix doc and unit tests
- [3.9] bpo-13886: Skip PTY non-ASCII tests if readline is loaded (GH-30631)
- [3.10] bpo-13886: Skip PTY non-ASCII tests if readline is loaded (GH-30631)
- Some pull request reviews not shown.
vstinner/hachoir
1 pull request
vstinner/misc
1 pull request
Created an issue in python/core-workflow that received 8 comments
Should we make the Docs CI mandatory on the Python main branch?
Hi, When I wanted to merge my fix GH fix, I saw that the Docs CI failed. After looking at the failure, I saw that it was unrelated to my change, bu…
8
comments