Issue #15144: Fix possible integer overflow when handling pointers as integer...
Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t. Patch by Serhiy Storchaka.
Showing
Please register or sign in to comment