pidl: Always call PyLong_FromUnsignedLongLong() in ndr_PyLong_FromUnsignedLongLong()
authorAndrew Bartlett <abartlet@samba.org>
Sun, 5 May 2019 23:22:55 +0000 (11:22 +1200)
committerGary Lockyer <gary@samba.org>
Mon, 6 May 2019 05:46:11 +0000 (05:46 +0000)
commitb0714c70ea52e9a3a1f34d1c3c1642820e6acacf
treeec306b489d17ee2631fc3c829b3dc14e71fa8505
parent26d8d68ca3c659d4957a9bf001e8efa5dc9fefb5
pidl: Always call PyLong_FromUnsignedLongLong() in ndr_PyLong_FromUnsignedLongLong()

The C type is "unsigned long long" so use that always, as the Python type is now always the same.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
pidl/lib/Parse/Pidl/Samba4/Python.pm