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,795 contributions in the last year
Less
More
Contribution activity
January 2022
Created 2 repositories
- vstinner/zodbpickle Python
- vstinner/datatable C++
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 73 other pull requests in 6 repositories
python/cpython
53
merged
11
closed
- bpo-46417: _PyStructSequence_FiniType() updates _Py_RefTotal
- bpo-46542: test_json uses support.infinite_recursion()
- bpo-46417: signal: move siginfo_type to the module state
- bpo-40170: Move _Py_GetAllocatedBlocks() to pycore_pymem.h
- bpo-40170: Remove PyHeapType_GET_MEMBERS() macro
- bpo-40170: Remove _Py_GetAllocatedBlocks() function
- bpo-40170: PyType_SUPPORTS_WEAKREFS() becomes a regular function
- bpo-38472: setup.py uses LC_ALL=C to check the C compiler
- bpo-35134: Add Include/cpython/descrobject.h
- 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
- Some pull requests not shown.
python/peps
5
merged
zopefoundation/zodbpickle
1
open
zhuyifei1999/guppy3
1
merged
h2oai/datatable
1
open
pythoncapi/pythoncapi_compat
1
open
Reviewed 57 pull requests in 5 repositories
python/cpython
53 pull requests
- bpo-46433: _PyType_GetModuleByDef: handle static types in MRO
- bpo-46449: add more assertions to verify that deepfreeze modules are finalized properly
- bpo-46449: use strong reference in deepfreeze modules
- bpo-46449: Fix refcount of deepfrozen code
- [3.9] bpo-46542: test_json uses support.infinite_recursion() (GH-30972)
- [3.10] bpo-46542: test_json uses support.infinite_recursion() (GH-30972)
- bpo-45162: Revert "Remove many old deprecated unittest features"
- [3.9] bpo-38472: setup.py uses LC_ALL=C to check the C compiler (GH-30929)
- [3.10] bpo-38472: setup.py uses LC_ALL=C to check the C compiler (GH-30929)
- [3.10] bpo-45703: Invalidate _NamespacePath cache on importlib.invalidate_cache (GH-29384)
- accepting a script filename as the input or oneliner python
- [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__
- 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)
- Some pull request reviews not shown.
python/peps
1 pull request
python/buildmaster-config
1 pull request
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