invalid memory error reporting for windows is unsupported on some WinAPI partitions #133572
Labels
extension-modules
C modules in the Modules dir
OS-windows
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
The error reporting for invalid memory access (
HANDLE_INVALID_MEM
andHANDLE_INVALID_MEM_METHOD
) is usingNTSTATUS
andLsaNtStatusToWinError
which aren't available in all WinAPI partitions. This leads to a compilation failure.CPython versions tested on:
3.13
Operating systems tested on:
Windows
Linked PRs
The text was updated successfully, but these errors were encountered: