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,027 contributions in the last year
Less
More
Contribution activity
June 2023
Created 38 commits in 6 repositories
Created a pull request in python/cpython that received 12 comments
gh-102304: doc: Add links to Stable ABI and Limited C API
Add "limited-c-api" and "stable-api" references. Rename "stable-abi-list" reference to "limited-api-list". Makefile: Document files regenerat…
+58
−42
•
12
comments
Opened 35 other pull requests in 3 repositories
python/cpython
29
merged
3
open
1
closed
- gh-105407: Remove unused imports
- [3.12] gh-102304: Fix Py_INCREF() for limited C API 3.9
- gh-102304: Remove Py_INCREF() doc change
- gh-102304: Fix Py_INCREF() for limited C API 3.9
- gh-105407: Remove unused imports in the stdlib
- gh-105407: Remove unused imports in Tools/c-analyzer/
- gh-105407: Remove unused imports in Tools/ directory
- gh-105407: Remove unused imports in tests
- gh-104783: locale.getlocale() calls sys.getfilesystemencoding()
- gh-105396: Deprecate PyImport_ImportModuleNoBlock() function
- gh-105373: Fix decimal documentation formatting
- gh-105373: Remove PyArg_Parse() deprecation
- gh-94172: Update keyfile removal documentation
- gh-102304: Debug mode no longer supports Limited API 3.9
- gh-102304: Document Py_INCREF() change in What's New in Python 3.12
- gh-105387: Limited C API implements Py_INCREF() as func
- gh-82180: Update math.factorial(float) doc for Python 3.10
- gh-105382: Remove urllib.request cafile parameter
- gh-104783: locale.getencoding() fallback uses FS encoding
- gh-105156: Update Unicode C API: remove deprecation
- gh-105376: Remove logging.Logger.warn() method
- gh-105373: PyObject_SetAttr(NULL) is no longer deprecated
- [3.12] gh-102304: doc: Add links to Stable ABI and Limited C API (#105345)
- gh-105268: Add _Py_FROM_GC() function to pycore_gc.h
- [3.12] gh-102304: Fix Py_INCREF() stable ABI in debug mode (#104763)
- Some pull requests not shown.
python/buildmaster-config
1
merged
python/pythoncapi-compat
1
merged
Reviewed 14 pull requests in 2 repositories
python/cpython
13 pull requests
-
gh-103648: Make
datetime.timestamp()raiseOverflowErrorwhen overflow on Windows - gh-80480: Emit DeprecationWarning for array's 'u' type code
- gh-105396: Deprecate PyImport_ImportModuleNoBlock() function
- gh-82180: Update math.factorial(float) doc for Python 3.10
- gh-104783: locale.getencoding() fallback uses FS encoding
- gh-102304: Enhance Simple ABI doc
- gh-102304: doc: Add links to Stable ABI and Limited C API
- gh-105059: Remove anonymous union from PyObject
- gh-89886: Use Autoconf quadrigraphs where appropriate
- gh-105140: remove unused arg of _PyErr_ChainStackItem
- gh-85275: Remove old buffer APIs
- gh-105156: Cleanup usage of old Py_UNICODE type
- remove unused #includes of pycore_pymem.h
python/pythoncapi-compat
1 pull request
Created an issue in python/cpython that received 5 comments
test_sqlite3.test_userfunctions redefines test_func_return_too_large_int() method
Lib/test/test_sqlite3/test_userfunctions.py defines to methods called test_func_return_too_large_int() in the same class, so the first one is never…
5
comments
Opened 11 other issues in 2 repositories
python/cpython
5
open
5
closed
- unittest: Detect duplicate method names
- Tools/unicode/gencodec.py generates duplicate dict keys with different values
- Remove unused imports (June 2023)
- C API: Deprecate PyImport_ImportModuleNoBlock() function
- PEP 683 (Immortal Objects): Implement Py_INCREF() as function call in limited C API 3.12
- urllib.request: Remove deprecated cafile, capath and cadefault parameters in Python 3.13
- Remove deprecated logging.Logger.warn() method in Python 3.13
- Keep deprecated functions in Python 3.13: remove this deprecation
- C API: Remove legacy buffer API like PyObject_AsReadBuffer()
- C API: Remove PyEval_AcquireLock() and PyEval_InitThreads() functions






