mirror of
https://github.com/python/cpython.git
synced 2025-08-09 19:38:42 +00:00
Add support.MS_WINDOWS constant (#110446)
(cherry picked from commit e0c4437793
)
This commit is contained in:
parent
67028f0c15
commit
e188534607
10 changed files with 27 additions and 23 deletions
|
@ -9,9 +9,9 @@ import _testinternalcapi
|
|||
import os
|
||||
import sys
|
||||
import unittest
|
||||
from test.support import MS_WINDOWS
|
||||
|
||||
|
||||
MS_WINDOWS = (os.name == 'nt')
|
||||
MAX_HASH_SEED = 4294967295
|
||||
|
||||
class SetConfigTests(unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue