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 markgrandi
Recipients markgrandi, steve.dower, tim.golden, zach.ware
Date 2015-01-22.23:24:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421969049.12.0.941466671246.issue23026@psf.upfronthosting.co.za>
In-reply-to
Content
I Attempted to modify Reg2Py and Py2Reg to handle the QWORDs, this is assuming that the only thing that needs to change is just using PyLong_AsUnsignedLongLong()/FromUnsignedLongLong() instead of just UnsignedLong()

the patch has the same changes as the 'part1' patch + the Py2Reg and Reg2Py changes
History
Date User Action Args
2015-01-22 23:24:09markgrandisetrecipients: + markgrandi, tim.golden, zach.ware, steve.dower
2015-01-22 23:24:09markgrandisetmessageid: <1421969049.12.0.941466671246.issue23026@psf.upfronthosting.co.za>
2015-01-22 23:24:09markgrandilinkissue23026 messages
2015-01-22 23:24:09markgrandicreate