Add support.MS_WINDOWS constant (#110446)

This commit is contained in:
Victor Stinner 2023-10-06 02:37:28 +02:00 committed by GitHub
parent 3c0f65ebce
commit e0c4437793
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 22 additions and 33 deletions

View file

@ -730,6 +730,7 @@ def collect_support(info_add):
return
attributes = (
'MS_WINDOWS',
'has_fork_support',
'has_socket_support',
'has_strftime_extensions',