Pinned
427 contributions in the last year
Less
More
Activity overview
Contribution activity
October 2021
Created 10 commits in 3 repositories
Created 2 repositories
Created a pull request in python/cpython that received 30 comments
Opened 14 other pull requests in 3 repositories
python/cpython
11
merged
1
open
- bpo-45489: Update ForwardRef to support | operator.
- [3.10] no-issue: Make silence about warning '_POSIX_C_SOURCE redefin…
- no-issue: Make silence about warning '_POSIX_C_SOURCE redefined'
- bpo-45452: Able to use GDBM_NUMSYNC flag if gdbm supports.
- Handle error when PyUnicode_GetLength returns a negative value.
- [3.9] bpo-20028: Keep original exception when PyUnicode_GetLength ret…
- [3.10] bpo-20028: Keep original exception when PyUnicode_GetLength re…
- bpo-20028: Empty escapechar/quotechar is not allowed for csv.Dialect
- bpo-20028: Keep original exception when PyUnicode_GetLength return -1
- [3.9] bpo-45385: Fix reference leak from descr_check (GH-28719)
- bpo-45385: Fix reference leak from descr_check
- bpo-45332: Fix broken Decimal test and benchmark
libexpat/libexpat
1
merged
psf/pyperf
1
merged
Reviewed 17 pull requests in 1 repository
python/cpython
17 pull requests
- Fix contributor person name in changelog
- [3.9] no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948)
- Fix format string in _PyImport_LoadDynamicModuleWithSpec()
- [3.9] Handle error when PyUnicode_GetLength returns a negative value. (GH-28859)
- [3.10] Handle error when PyUnicode_GetLength returns a negative value. (GH-28859)
-
bpo-45405: Prevent
internal configure errorwhen runningconfigurewith recent versions of non-Apple clang. - Fix EncodingWarning in test_tools.
- bpo-20028: Empty escapechar/quotechar is not allowed for csv.Dialect
- [3.10] bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)
- [3.9] bpo-20028: Improve error message of csv.Dialect when initializing (GH-28705)
- bpo-20028: Improve error message of csv.Dialect when initializing
- bpo-27580: Add support of null characters in csv
- bpo-45407: Remove outdated XXX comment from Struct___init___impl
- [3.10] bpo-45385: Fix reference leak from descr_check (GH-28719)
- bpo-45385: Fix reference leak from descr_check
- [3.10] bpo-45332: Fix broken Decimal test and benchmark (GH-28680)
- bpo-41710: PyThread_acquire_lock_timed() uses sem_clockwait()
Created an issue in libexpat/libexpat that received 4 comments
Location of expat_config.h include (include order)
CPython projects use the libexpat project and we met the "_POSIX_C_SOURCE" redefined warning. We modify xmltok.c file to make silence about warning…
4
comments