mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Add support.MS_WINDOWS constant (#110446)
This commit is contained in:
parent
3c0f65ebce
commit
e0c4437793
15 changed files with 22 additions and 33 deletions
|
@ -730,6 +730,7 @@ def collect_support(info_add):
|
|||
return
|
||||
|
||||
attributes = (
|
||||
'MS_WINDOWS',
|
||||
'has_fork_support',
|
||||
'has_socket_support',
|
||||
'has_strftime_extensions',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue