[issue16117] python2.7.3 struct misaligned when returned

2020-04-26 Thread Zachary Ware
Zachary Ware added the comment: As Python 2.7 has now reached end-of-life, I'm closing the issue. If you can still reproduce this issue in a modern version of Python (3.6-3.8), please reopen it and hopefully we can get someone who understands what's going on to actually look at it :)

[issue16117] python2.7.3 struct misaligned when returned

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16117] python2.7.3 struct misaligned when returned

2014-07-03 Thread Mark Lawrence
Mark Lawrence added the comment: @Roland please accept our apologies for the delay in getting back to you. Can someone else take a look please as I know nothing about ctypes, thanks. -- nosy: +BreamoreBoy, amaury.forgeotdarc, belopolsky ___ Python

[issue16117] python2.7.3 struct misaligned when returned

2012-10-03 Thread Roland Lezuo
New submission from Roland Lezuo: class Int(ctypes.Structure): _fields_ = [ (_i, ctypes.c_uint64), (undef, ctypes.c_bool)] class Int { public: Int(); Int(uint64_t i); uint64_t _i;

[issue16117] python2.7.3 struct misaligned when returned

2012-10-03 Thread Mark Dickinson
Changes by Mark Dickinson dicki...@gmail.com: -- nosy: +mark.dickinson, meador.inge ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16117 ___ ___