Pinned
2,904 contributions in the last year
Less
More
Contribution activity
April 2021
Created 85 commits in 10 repositories
Created 5 repositories
- vstinner/nosync C
- vstinner/packaging Python
- vstinner/wheel Python
- vstinner/pybind11 C++
- vstinner/numpy Python
Created a pull request in numpy/numpy that received 25 comments
MAINT: Use pythoncapi_compat.h in npy_3kcompat.h
pythoncapi_compat.h provides new Python functions on old Python functions, like Py_NewRef(). It supports Python 2.7 but requires ISO C99 support (w…
+351
−19
•
25
comments
Opened 54 other pull requests in 5 repositories
python/cpython
42
merged
3
closed
1
open
- bpo-40137: Add pycore_moduleobject.h internal header
- bpo-40137: Optimize _PyType_GetModuleByDef() loop
- bpo-40137: _PyType_GetModuleByDef() doesn't check tp_flags
- bpo-43867: multiprocessing Server catchs SystemExit
- [3.8] bpo-43842: Fix race condition in test_logging SMTP test (GH-25436) (GH-25437)
- bpo-43862: Enhance -W cmdline option documentation
- [3.9] bpo-43842: Fix race condition in test_logging SMTP test (GH-25436)
- bpo-43842: Fix race condition in test_logging SMTP test
- bpo-40443: Remove unused imports
- bpo-43844: Fix PendingDeprecationWarning in test_lib2to3
- bpo-41282: Fix distutils.utils.byte_compile() DeprecationWarning
- bpo-41282: setup.py ignores distutils DeprecationWarning
- bpo-43843: libregrtest uses threading.excepthook
- bpo-40137: Micro-optimize _PyType_GetModuleByDef()
- bpo-43770: Cleanup type_ready()
- bpo-43770: Reorder type_ready()
- bpo-43774: Remove --without-cycle-gc doc
- bpo-43774: Add more links to configure options
- bpo-43680: Deprecate io.OpenWrapper
- bpo-43680: _pyio.open() becomes a static method
- bpo-43770: Refactor PyType_Ready() function
- bpo-43770: Refactor type_new() function
- bpo-43774: Document the Python Build System
- bpo-43774: Doc job of Azure Pipelines uses Doc/requirements.txt
- bpo-43774: Enhance configure documentation
- Some pull requests not shown.
pythoncapi/pythoncapi_compat
3
merged
cython/cython
1
merged
2
closed
kjn/nosync
1
open
pybind/pybind11
1
open
Reviewed 50 pull requests in 3 repositories
python/cpython 48 pull requests
- bpo-40137: Move state lookups out of the critical path
- bpo-38605: Revert making 'from __future__ import annotations' the default
- bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list
- bpo-43795: PEP-652: Simplify headers for easier static analysis
- bpo-37355: For nonblocking sockets, call SSL_read in a loop
- bpo-43867: multiprocessing Server catchs SystemExit
- bpo-38530: Match exactly AttributeError and NameError when offering suggestions
- bpo-38530: Properly extend UnboundLocalError from NameError
- [3.8] [3.9] bpo-43723: Revert IDLE doc change (GH-25174)
- bpo-43844: Fix PendingDeprecationWarning in test_lib2to3
- bpo-38530: Clean exceptions if dir() fails when making suggestions for AttributeError
- bpo-41282: Fix distutils.utils.byte_compile() DeprecationWarning
- bpo-38530: Offer suggestions on NameError
- bpo-38530: Offer suggestions on AttributeError
- bpo-43680: Deprecate io.OpenWrapper
- [3.9] Revert "[3.9] bpo-43725: Add ignore file for the abidump check"
- bpo-43811: Test multiple OpenSSL versions on GHA
- [3.9] bpo-43816: Add extern "C" to Include/cpython/pyctype.h (GH-25365)
- [3.8] bpo-43816: Add extern "C" to Include/cpython/pyctype.h (GH-25365)
- bpo-43816: add 'extern "C"' to pyctype.h
- bpo-43770: Refactor PyType_Ready() function
- bpo-43753: Add Py_Is() and Py_IsNone() functions
- bpo-43774: Document the Python Build System
- Use Py_FatalError() to report exception set
- bpo-43778: Fix Sphinx glossary_search extension
- Some pull request reviews not shown.
python/buildmaster-config 1 pull request
numpy/numpy 1 pull request
Created an issue in cython/cython that received 7 comments
[BUG] More Python 3.10 test failures
Follow-up of #4046.
(*) Enum formatting:
FAIL: cpdef_enums ()
Doctest: cpdef_enums
----------------------------------------------------------------…
7
comments