gh-118209: Add structured exception handling to mmap module #109968
Annotations
4 errors and 3 warnings
Build CPython:
Modules/mmapmodule.c#L326
unknown type name ‘EXCEPTION_RECORD’
|
Build CPython:
Modules/mmapmodule.c#L327
‘__try’ undeclared (first use in this function)
|
Build CPython:
Modules/mmapmodule.c#L327
expected ‘;’ before ‘{’ token
|
Build CPython
Process completed with exit code 2.
|
Build CPython:
Modules/mmapmodule.c#L326
unused variable ‘record’ [-Wunused-variable]
|
Build CPython:
Modules/mmapmodule.c#L310
unused variable ‘result’ [-Wunused-variable]
|
Build CPython:
Modules/mmapmodule.c#L339
control reaches end of non-void function [-Wreturn-type]
|
Loading