Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9819647

Browse filesBrowse files
author
Paul Monson
committed
test for win32
1 parent 4e147de commit 9819647
Copy full SHA for 9819647

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎Lib/test/test_ssl.py

Copy file name to clipboardExpand all lines: Lib/test/test_ssl.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
ssl = support.import_module("ssl")
2727

2828
Py_DEBUG = hasattr(sys, 'gettotalrefcount')
29-
Py_DEBUG_Win32 = Py_DEBUG and platform.win32_is_iot()
29+
Py_DEBUG_Win32 = Py_DEBUG and sys.platform=='win32'
3030

3131
PROTOCOLS = sorted(ssl._PROTOCOL_NAMES)
3232
HOST = support.HOST

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.