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,686 contributions in the last year
Less
More
Contribution activity
October 2022
Created 26 commits in 4 repositories
Created a pull request in python/cpython that received 9 comments
gh-97669: Create Tools/build/ directory
Create Tools/build/ directory. Move the following scripts from Tools/scripts/ to Tools/build/: check_extension_modules.py deepfreeze.py freeze_mod…
+102
−84
•
9
comments
Opened 14 other pull requests in 1 repository
python/cpython
12
merged
2
open
- gh-95027: Fix regrtest stdout encoding on Windows
- gh-98393: Update test_os for bytes-like types
- gh-98401: Reject invalid escape sequences in strings
- gh-98393: os module reject bytes-like, only accept bytes
- gh-98257: Make _PyEval_SetTrace() reentrant
- signalmodule.c uses _PyErr_WriteUnraisableMsg()
- gh-97669: Fix test_tools reference leak
- gh-97669: Remove Tools/scripts/startuptime.py
- gh-98178: syslog() is not thread-safe on macOS
- gh-97669: Create Tools/patchcheck/ directory
- gh-97669: Remove outdated example scripts (#97675)
- gh-97669: Remove abitype.py and pep384_macrocheck.py
- gh-97982: Remove asciilib_count()
- gh-97669: Move difflib examples to Doc/includes/
Reviewed 18 pull requests in 3 repositories
python/cpython
16 pull requests
- [3.11] gh-95027: Fix regrtest stdout encoding on Windows (GH-98492)
- gh-98393: Update test_os for bytes-like types
- gh-95023: Added os.setns and os.unshare to easily switch between namespaces on Linux
- [3.11] gh-95914: Add What's New item describing PEP 670 changes (GH-98315)
- gh-95914: Add What's New item describing PEP 670 changes
- [3.10] gh-98178: syslog() is not thread-safe on macOS (GH-98213)
- [3.11] gh-98178: syslog() is not thread-safe on macOS (GH-98213)
- gh-97669: Create Tools/build/ directory
-
gh-97982: Reuse
PyUnicode_Countinunicode_count - gh-96853: Restore test coverage for Py_Initialize(Ex)
- gh-97982: Remove asciilib_count()
- gh-86404: Doc: Drop now unused make suspicious and rstlint.
- gh-96954: use a directed acyclic word graph for storing the unicodedata codepoint names
- gh-97731: fix distclean target to clean docs
- gh-96512: Move int_max_str_digits setting to PyConfig
- gh-97758: Fix a crash in getpath_joinpath() called without arguments
psf/pyperf
1 pull request
fedora-python/cpython
1 pull request
Created an issue in python/cpython that received 31 comments
test_syslog: test_syslog_threaded() crashs randomly on ARM64 macOS 3.x
test_syslog crashed 4 times in the last 2 days, each time in the test_syslog_threaded() function, on the "ARM64 macOS 3.x" buildbot: Today: https:…
31
comments
Opened 8 other issues in 1 repository
python/cpython
4
closed
4
open
- AMD64 Ubuntu Shared 3.x: python processes killed with SIGKILL by Linux Out-of-Memory (OOM), maybe related to test_asyncio
- Reject invalid escape sequences (and octal escape sequences) in bytes and Unicode strings
- os module: reject bytes-like strings for paths, only accept the exact bytes type
- _PyEval_SetTrace() fails with RuntimeError: Cannot install a trace function while another trace function is being installed
- test.support.os_helper.rmdir(): PermissionError: [WinError 32] The process cannot access the file because it is being used by another process
- test_distutils and test_peg_generator fail on "AMD64 Windows11 Non-Debug 3.x" buildbot
- .github/problem-matchers/sphinx.json:20: DeprecationWarning: invalid escape sequence
- [tests] When test_venv.test_with_pip() fails, a bug in error handling fails to display stderr






