Created originally on Bitbucket by anntzer (Antony Lee)
Was already merged in Bitbucket before import, marked as merged by the import user
This would not work previously but does now, because setattr does an implicit unicode->bytes conversion:
from __future__ import unicode_literals
from ctypes import *
class S(Structure): _fields_ = [("i", c_int)]