]> sigrok.org Git - libsigrokdecode.git/commitdiff
Use PyLong_FromUnsignedLongLong() where needed.
authorUwe Hermann <redacted>
Fri, 22 May 2020 11:06:26 +0000 (13:06 +0200)
committerUwe Hermann <redacted>
Fri, 22 May 2020 11:06:26 +0000 (13:06 +0200)
There were a few places where PyLong_FromLong() was used for uint64_t
numbers. Properly use PyLong_FromUnsignedLongLong() there, and also
fix a few additional size/signedness issues while we're here.

Reported (and partial patch provided) by "The Count" on Bugzilla, thanks!

This fixes bug #1499.


No differences found