This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author erikjanss
Recipients erikjanss, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2019-05-19.13:36:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558272961.76.0.483293496668.issue36965@roundup.psfhosted.org>
In-reply-to
Content
According to the Microsoft documentation at

https://docs.microsoft.com/en-us/windows-hardware/drivers/kernel/using-ntstatus-values

system-supplied status codes are defined in ntstatus.h. and the NTSTATUS type is defined in ntdef.h

PR 13421 includes both ntstatus.h and ntdef.h to be able to use STATUS_CONTROL_C_EXIT when compiling for windows.
History
Date User Action Args
2019-05-19 13:36:01erikjansssetrecipients: + erikjanss, paul.moore, vstinner, tim.golden, zach.ware, steve.dower
2019-05-19 13:36:01erikjansssetmessageid: <1558272961.76.0.483293496668.issue36965@roundup.psfhosted.org>
2019-05-19 13:36:01erikjansslinkissue36965 messages
2019-05-19 13:36:01erikjansscreate