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,875 contributions in the last year
Less
More
Contribution activity
December 2022
Created 9 commits in 3 repositories
Created a pull request in python/cpython that received 4 comments
[3.11] gh-99845: _PyObject_DictPointer(): fix dictoffset cast
Cast size_t to Py_ssize_t, rather than casting it to long. On 64-bit Windows, long is 32-bit whereas Py_ssize_t is 64-bit. Issue: gh-99845
+2
−1
•
4
comments
Opened 1 other pull request in 1 repository
vstinner/hachoir
1
merged
Reviewed 7 pull requests in 2 repositories
python/cpython
6 pull requests
- gh-99069: Consolidate checks for static_assert
- gh-99593: Add tests for Unicode C API (part 2)
- [3.10] gh-99845: _PyObject_DictPointer(): fix dictoffset cast (GH-99922)
- gh-98950: Pass through -X options to test.bisect_cmd
- gh-99845: Use size_t type in __sizeof__() methods
- gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data






