Commit a03f3287 authored by Wouter van Oortmerssen's avatar Wouter van Oortmerssen

Merge pull request #3760 from rw/python-remove-ctypes-dependency

Python: remove ctypes dependency in runtime library.
parents 38662548 a88cf317
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import ctypes
from . import number_types as N from . import number_types as N
from . import packer from . import packer
from .compat import memoryview_type from .compat import memoryview_type
......
...@@ -12,10 +12,8 @@ ...@@ -12,10 +12,8 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import ctypes
import collections import collections
import struct import struct
from ctypes import sizeof
from . import packer from . import packer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment