Pinned
2,179 contributions in the last year
Less
More
Contribution activity
October 2021
Created 73 commits in 9 repositories
Created 1 repository
Created a pull request in python/cpython that received 15 comments
bpo-45439: Move _PyObject_VectorcallTstate() to pycore_call.h
Move _PyObject_VectorcallTstate() and _PyObject_FastCallTstate() to pycore_call.h (internal C API). Convert PyObject_CallOneArg(), PyObject_Vector…
+127
−100
•
15
comments
Opened 59 other pull requests in 4 repositories
python/cpython
48
merged
4
open
3
closed
- bpo-35134: Add Include/cpython/longobject.h
- bpo-35134: Split warnings.h and weakrefobject.h
- bpo-43760: Rename _PyThreadState_DisableTracing()
- bpo-45434: Only exclude <stdlib.h> in Python 3.11 limited C API
- bpo-30459: Use (void) in macros setting variables
- [3.8] bpo-45310: Fix parrallel shared memory tests (GH-28661)
- bpo-45440: Remove pymath.c fallbacks
- bpo-45476: Add _Py_RVALUE() macro
- bpo-45482: Rename namespaceobject.h to pycore_namespace.h
- bpo-44113: Move the What's New entry to Deprecate section
- bpo-45434: Remove Include/eval.h header file
- bpo-45482 Add PySimpleNamespace_New() function
- bpo-35081: Move interpreteridobject.h to Include/internal/
- bpo-35134: Move classobject.h to Include/cpython/
- bpo-35134: Move Include/cellobject.h to Include/cpython/
- bpo-45434: Remove useless space in includes
- bpo-41710: Fix What's New Entry credit
- bpo-45476: Convert PyFloat_AS_DOUBLE() to static inline
- bpo-45434: Limited Python.h no longer includes stdio.h
- bpo-35134: Move Include/funcobject.h to Include/cpython/
- bpo-35134: Add Include/cpython/floatobject.h
- bpo-45474: Fix the limited C API of marshal.h
- bpo-45410: regrtest replaces print_warning.orig_stderr
- bpo-45434: Mark the PyTokenizer C API as private
- bpo-45434: Remove pystrhex.h header file
- Some pull requests not shown.
python-greenlet/greenlet
2
open
cython/cython
1
merged
pythoncapi/pythoncapi_compat
1
merged
Reviewed 34 pull requests in 3 repositories
python/cpython
32 pull requests
- bpo-43760: Add PyThreadState_EnterTracing()
- bpo-43976: add vendor config
- bpo-45434: Only exclude <stdlib.h> in Python 3.11 limited C API
- bpo-37013: Fix the error handling in socket.if_indextoname()
- bpo-45434: Include stdlib.h for specialize stat
- bpo-45172: netbsd socketmodule CAN protocol constants addition.
- bpo-45472: Add PyUnicode_DecodeUnicodeEscapeStateful() and PyUnicode_DecodeRawUnicodeEscapeStateful()
- bpo-45467: Fix IncrementalDecoder and StreamReader in the "raw-unicode-escape" codec
- bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec
- [3.10] bpo-45453: Fix test_embed.StdPrinterTests (GH-28916)
- bpo-45445: Fail if an invalid X-option is provided in the command line
- bpo-45440: Require math.h isinf() to build
- [3.9] bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828)
- [3.10] bpo-45351, asyncio: Enhance echo server example, print all addresses (GH-28828)
- bpo-44511: Improve the bytecode for class and mapping patterns
- [3.9] bpo-45401: Fix a resource warning in test_logging (GH-28864)
- [3.10] bpo-45401: Fix a resource warning in test_logging (GH-28864)
- bpo-45401: Fix a resource warning in test_logging
- bpo-45351: Print all addresses
- Fix a leak in _PyImport_LoadDynamicModuleWithSpec() after failing PySys_Audit()
- Handle error when PyUnicode_GetLength returns a negative value.
- [3.9] bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796)
- [3.10] bpo-45262, asyncio: Fix cache of the running loop holder (GH-28796)
- bpo-45262: Prevent use-after-free in asyncio
- [3.10] bpo-45400: Fix suggestion test of test_exceptions (GH-28783)
- Some pull request reviews not shown.