We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b496ff3 commit c5111aeCopy full SHA for c5111ae
Lib/test/test_ctypes/test_structures.py
@@ -1,5 +1,4 @@
1
import _ctypes_test
2
-import platform
3
import struct
4
import sys
5
import unittest
@@ -12,12 +11,6 @@
12
11
from test import support
13
14
15
-# The following definition is meant to be used from time to time to assist
16
-# temporarily disabling tests on specific architectures while investigations
17
-# are in progress, to keep buildbots happy.
18
-MACHINE = platform.machine()
19
-
20
21
class SubclassesTest(unittest.TestCase):
22
def test_subclass(self):
23
class X(Structure):
0 commit comments