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,746 contributions in the last year
Less
More
Contribution activity
May 2022
Created a pull request in python/cpython that received 1 comment
gh-92135: Add _Py_reinterpret_const_cast() macro
Fix C++ compiler warnings on cast macros, like _PyObject_CAST(), when casting a constant expression to a non constant type: use const_cast<> in C++. …
+25
−20
•
1
comment
Created an issue in python/cpython that received 1 comment
In C++, Python 3.11 C API introduces new compiler warnings/errors
To fix C++ compiler warnings about "old-style casts", I recently modified the Python C API to use C++ reinterpret_cast<> and static_cast<>: #91959
P…
1
comment