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 martin.panter
Recipients martin.panter
Date 2016-08-04.08:32:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470299556.34.0.285781931231.issue27679@psf.upfronthosting.co.za>
In-reply-to
Content
Modules/_ctypes/_ctypes_test.c defines a structure called BITS and exports two C functions set_bitfields() and unpack_bitfields() that operate on it. However only unpack_bitfields() seems to have been used, in Lib/ctypes/test/test_bitfields.py. Either there is scope for enhancing the tests, or maybe there is no point and the function can be removed.
History
Date User Action Args
2016-08-04 08:32:36martin.pantersetrecipients: + martin.panter
2016-08-04 08:32:36martin.pantersetmessageid: <1470299556.34.0.285781931231.issue27679@psf.upfronthosting.co.za>
2016-08-04 08:32:36martin.panterlinkissue27679 messages
2016-08-04 08:32:35martin.pantercreate