HomeSort by relevance Sort by last modified time
    Searched defs:MS_WINDOWS (Results 1 - 6 of 6) sorted by null

  /external/python/cpython3/PC/
python_ver_rc.h 9 #define MS_WINDOWS
pyconfig.h 16 MS_WINDOWS - Code specific to Windows, but all versions.
69 #define MS_WINDOWS
  /external/python/cpython3/Lib/test/
test_utf8_mode.py 14 MS_WINDOWS = (sys.platform == 'win32')
39 @unittest.skipIf(MS_WINDOWS, 'Windows has no POSIX locale')
61 if MS_WINDOWS:
81 if MS_WINDOWS:
107 if MS_WINDOWS:
115 if MS_WINDOWS:
212 @unittest.skipIf(MS_WINDOWS, 'test specific to Unix')
test_embed.py 14 MS_WINDOWS = (os.name == 'nt')
22 if MS_WINDOWS:
44 if env is not None and MS_WINDOWS:
205 if MS_WINDOWS:
259 UTF8_MODE_ERRORS = ('surrogatepass' if MS_WINDOWS else 'surrogateescape')
350 if MS_WINDOWS:
test_faulthandler.py 22 MS_WINDOWS = (os.name == 'nt')
136 if not MS_WINDOWS:
751 @unittest.skipUnless(MS_WINDOWS, 'specific to Windows')
766 @unittest.skipUnless(MS_WINDOWS, 'specific to Windows')
782 @unittest.skipUnless(MS_WINDOWS, 'specific to Windows')
810 @unittest.skipUnless(MS_WINDOWS, 'specific to Windows')
  /external/python/cpython2/PC/
pyconfig.h 16 MS_WINDOWS - Code specific to Windows, but all versions.
81 #define MS_WINDOWS

Completed in 941 milliseconds