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,819 contributions in the last year
Contribution activity
May 2022
Created 32 commits in 5 repositories
Created a pull request in python/cpython that received 23 comments
gh-57684: Add the -p command line option
Add the -p option to ignore the -P option and the PYTHONSAFEPATH environment variable. The -p option takes precedence over -P and -I options and th…
+125
−37
•
23
comments
Opened 22 other pull requests in 3 repositories
python/cpython
16
merged
2
closed
- What's New in Python 3.12: move C API at the end
- gh-90978: test_ssl of test_asyncio uses LONG_TIMEOUT
- gh-91827: Fix typo in What's New in Python 3.11
- gh-88279: Fix compiler warning in PySys_SetArgv()
- gh-91321: Fix _PyObject_EXTRA_INIT for C++
- Enhance PyConfig documentation
- What's New in Python 3.11: move C API changes
- gh-88279: Deprecate PySys_SetArgvEx()
- gh-57684: Document safe path in What's New in Python 3.11
- gh-57684: Update tests for PYTHONSAFEPATH=1
- gh-89653: PEP 670: Convert PyCFunction macros to functions
- gh-91321: Fix PyModuleDef_HEAD_INIT on C++
- gh-91321: Add _Py_NULL macro
- gh-91320: Use _PyCFunction_CAST()
- gh-91320: Fix more old-style cast warnings in C++
- gh-92135: Rename _Py_reinterpret_cast() to _Py_CAST()
- gh-88097: doc: fix link to Py_Version
- gh-92135: Fix _Py_reinterpret_cast() for const
python/pythoncapi-compat
3
merged
python/release-tools
1
merged
Reviewed 25 pull requests in 3 repositories
python/cpython
23 pull requests
- gh-91731: Add macro compatibility for static_assert for old libcs
- GH-92308 What's New: list pending removals in 3.13 and future versions
- What's New in Python 3.12: move C API at the end
- [3.11] What's New in Python 3.11: move C API changes (GH-92390)
- [3.11] Enhance PyConfig documentation (GH-92394)
- gh-88750: Remove the PYTHONTHREADDEBUG env var support.
- [3.8] bpo-47194: Update zlib to v1.2.12 on Windows to resolve CVE-2018-25032 (GH-32241)
- Fix What's New: use :gh: instead of :issue:
- gh-91827: Add method info_pathlevel() in tkinter
- gh-92308: Add Pending Removal section to 3.11 What's New
- [3.10] gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (GH-92048)
- [3.9] gh-92047: Py_GetVersion multi-digit minor version (GH-92047) (GH-92048)
- gh-57684: Add -P cmdline option and PYTHONSAFEPATH env var
-
Restore default role check in
make check. - gh-88050: Fix asyncio subprocess kill process cleanly when process is blocked
- gh-91744: Add semi-stable C API tier
- [3.9] gh-92036: Fix gc_fini_untrack() (GH-92037)
- [3.10] gh-92036: Fix gc_fini_untrack() (GH-92037)
- gh-92256: Improve Argument Clinic parser error messages
- gh-89289: Fix GHA annotation complaint for sqlite3
- gh-91049: Introduce set vectorcall field API for PyFunctionObject
- gh-89653: PEP 670: Convert PyBytes macros to functions
- gh-92154: Expose PyCode_GetCode in the C API
erlend-aasland/cpython
1 pull request
python/pythoncapi-compat
1 pull request
Created an issue in ansible-collections/community.general that received 4 comments
ansible: mail integration tests uses the asyncore module which has been removed in Python 3.11
Summary The ansible_collections/community/general/tests/integration/targets/mail/files/smtpserver.py uses import asyncore whereas this module has b…
1 task done