pidl: Always call PyLong_FromLongLong() in ndr_PyLong_FromLongLong()
authorAndrew Bartlett <abartlet@samba.org>
Sun, 5 May 2019 23:22:09 +0000 (11:22 +1200)
committerGary Lockyer <gary@samba.org>
Mon, 6 May 2019 05:46:11 +0000 (05:46 +0000)
commit26d8d68ca3c659d4957a9bf001e8efa5dc9fefb5
treedaf876d917bb88c551236e8ee5b698a14b339b9b
parente9874a097dd6ce104082a341f0ccdaffbf553bcb
pidl: Always call PyLong_FromLongLong() in ndr_PyLong_FromLongLong()

The C type is "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