Comment 1 for bug 1916893

Revision history for this message
Marc Deslauriers (mdeslaur) wrote :

Possibly relevant part of bionic autopkgtest:

test test_ctypes failed -- Traceback (most recent call last):
  File "/usr/lib/python2.7/ctypes/test/test_parameters.py", line 232, in test_parameter_repr
    self.assertEqual(repr(c_char.from_param(97)), "<cparam 'c' ('a')>")
TypeError: wrong type

======================================================================
ERROR: test_parameter_repr (ctypes.test.test_parameters.SimpleTypesTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python2.7/ctypes/test/test_parameters.py", line 232, in test_parameter_repr
    self.assertEqual(repr(c_char.from_param(97)), "<cparam 'c' ('a')>")
TypeError: wrong type