Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
7b2eb819
Commit
7b2eb819
authored
Nov 26, 2015
by
Martin Panter
Browse files
Options
Browse Files
Download
Plain Diff
Issue #25622: Merge ctypes test from 3.4 into 3.5
parents
44d682a9
92072ac8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Lib/ctypes/test/test_values.py
Lib/ctypes/test/test_values.py
+1
-2
No files found.
Lib/ctypes/test/test_values.py
View file @
7b2eb819
...
...
@@ -28,8 +28,7 @@ class ValuesTestCase(unittest.TestCase):
ctdll
=
CDLL
(
_ctypes_test
.
__file__
)
self
.
assertRaises
(
ValueError
,
c_int
.
in_dll
,
ctdll
,
"Undefined_Symbol"
)
@
unittest
.
skipUnless
(
sys
.
platform
==
'win32'
,
'Windows-specific test'
)
class
Win_ValuesTestCase
(
unittest
.
TestCase
):
class
PythonValuesTestCase
(
unittest
.
TestCase
):
"""This test only works when python itself is a dll/shared library"""
def
test_optimizeflag
(
self
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment