[issue39030] Ctypes unions with bitfield members that do not share memory
New submission from dankreso : I've found what looks like a corner case bug. Specifically, the behaviour that looks suspicious is when a ctypes union has bit field members, where the members have bit widths that are smaller than the size types: class BitFieldUnion(Union): _fields_ =
[issue28533] Replace asyncore
dankreso added the comment: Hi, is this still open? I'm happy to work on replacing asyncore usage in one of the other test files. -- nosy: +dankreso ___ Python tracker <https://bugs.python.org/is