Highlights
- Arctic Code Vault Contributor
Pinned
3,057 contributions in the last year
Contribution activity
December 2020
Created 103 commits in 13 repositories
Created 2 repositories
- vstinner/six Python
- vstinner/python C++
Created a pull request in python/cpython that received 25 comments
bpo-40686: Fix compiler warnings on _zoneinfo.c
"uint8_t day" is unsigned and so "day < 0" test is always true. Remove the test to fix compiler the following warnings on Windows: modules_zoneinfoβ¦
+4
β10
β’
25
comments
Opened 50 other pull requests in 8 repositories
python/cpython
36
merged
2
open
2
closed
- bpo-42745: finalize_interp_types() calls _PyType_Fini()
- bpo-42694: Cannot create _curses_panel.panel
- bpo-42745: Make the type cache per-interpreter
- bpo-28468: Fix typo in _os_release_candidates
- [WIP] bpo-42671: Make Python finalization deterministic
- bpo-1635741: Port _thread to multiphase init
- [3.9] bpo-42415: Add symbols of the stable ABI to python3dll.c (GH-23598)
- bpo-40364: asyncio uses os.waitstatus_to_exitcode()
- bpo-41804: Enhance test_epoll.test_control_and_wait()
- bpo-1635741: Refactor _threadmodule.c
- bpo-42613: Fix freeze.py config directory
- [WIP] bpo-42648: Add exec_raise parameter to subprocess.Popen
- bpo-42641: Enhance test_select.test_select()
- bpo-42639: atexit._run_exitfuncs() uses sys.unraisablehook
- bpo-32381: pymain_run_file() uses PySys_FormatStderr()
- bpo-42639: Add script_helper.run_test_script()
- bpo-42639: atexit now logs callbacks exceptions
- bpo-42639: Cleanup atexitmodule.c
- bpo-42639: Move atexit state to PyInterpreterState
- [3.9] bpo-42591: Export missing Py_FrozenMain() symbol (GH-23730)
- bpo-42591: Export missing Py_FrozenMain() symbol
- bpo-32381: pymain_run_command() uses PyCF_IGNORE_COOKIE
- bpo-32381: Add _PyRun_AnyFileObject()
- bpo-32381: Remove unused _Py_fopen() function
- bpo-32381: Add _PyRun_SimpleFileObject()
- Some pull requests not shown.
cython/cython
2
merged
1
open
boostorg/python
2
open
benjaminp/six
1
open
indygreg/python-zstandard
1
merged
ilanschnell/bitarray
1
merged
pythoncapi/pythoncapi_compat
1
merged
MagicStack/immutables
1
merged
Reviewed 39 pull requests in 2 repositories
python/cpython 38 pull requests
- bpo-42749: Fix testing bignum if Tkinter is compiled with Tk 8.4 and dynamic linked with Tk >= 8.5
- bpo-31904: Add --enable-test-modules option for configure
- bpo-31904: Fix site and sysconfig modules for VxWorks RTOS
- bpo-42673 prevent branch misprediction in round_size (used in rehash)
- bpo-42663: Support full range of allowed transition hours in zipinfo.
- [3.8] bpo-26564: fix obsolete comment in traceback.c (GH-23819)
- [3.9] bpo-26564: fix obsolete comment in traceback.c (GH-23819)
- [3.9] bpo-42613: Fix freeze.py config directory (GH-23792)
- [3.8] bpo-42613: Fix freeze.py config directory (GH-23792)
- [3.8] bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795)
- [3.9] bpo-41804: Enhance test_epoll.test_control_and_wait() (GH-23795)
- [3.9] bpo-37961: Fix regression in tracemalloc.Traceback.__repr__ (GH-23805)
- bpo-42625: Using Py_XINCREF() in _PyState_AddModule to avoid segmentation fault.
- [3.9] bpo-40686: Fix compiler warnings on _zoneinfo.c (GH-23614)
- bpo-31904: posixpath.expanduser() handles user home of None
- Update stable ABI script for MacOS and update list of exported symbols
- bpo-31904: disable os.popen and impacted test cases on VxWorks
- bpo-31904: skip some tests of changing owner in _test_all_chown_common() on VxWorks
- bpo-40600: atexit only loads single time per interpreter
- bpo-32381: .pyc files with non-ASCII paths cannot be reopened on Windows
- bpo-42111: Make the xxlimited module an example of best extension module practices
- bpo-40600: Disallow loading extension modules load more than once in per interpreter.
- bpo-14935: Remove static state from the _csv module
- bpo-41462: add os.set_blocking() support for VxWorks RTOS
- bpo-32865: Pass the _O_NOINHERIT flag to _open_osfhandle() calls
- Some pull request reviews not shown.
boostorg/python 1 pull request
Created an issue in zarr-developers/zarr-python that received 10 comments
Failures on Python 3.10
Hi, 39 tests fails when run on Python 3.10. See logs below. There are 4 different errors: _lib.pymdb_put(): TypeError: initializer for ctype 'charβ¦
10
comments