This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kumma
Recipients brian.curtin, eric.araujo, kumma, theller
Date 2010-06-22.08:15:07
SpamBayes Score 0.031039657
Marked as misclassified No
Message-id <AANLkTilokj7tWstrPG4nuVZxJol8yBBrYSB1BCQ3zRXE@mail.gmail.com>
In-reply-to <AANLkTikNkj58_DL4tmDItpUrmScm_dtl-pX6LI1QgRLT@mail.gmail.com>
Content
If d_set makes the conversion, py3k does the same thing:

http://svn.python.org/projects/python/branches/py3k/Modules/_ctypes/cfield.c

It has a function d_set_sw, which might have same issues as well. The
same function can be found from 2.6 too:
http://svn.python.org/projects/python/branches/release26-maint/Modules/_ctypes/cfield.c
History
Date User Action Args
2010-06-22 08:15:09kummasetrecipients: + kumma, theller, eric.araujo, brian.curtin
2010-06-22 08:15:07kummalinkissue9041 messages
2010-06-22 08:15:07kummacreate