Blender Git Loki
Git Commits -> Revision a10a7f4
Revision a10a7f4 by Campbell Barton (master) August 20, 2017, 05:39 (GMT) |
PyAPI: Integer conversion functions Python's C-API doesn't provide functions to get int's at specific integer sizes. Leaving the caller to check for overflow, which ended up being ignored in practice. Add API functions that convert int/uint 8/16/32/64, also bool. Raising overflow exception for unsupported ranges. |
Commit Details:
Full Hash: a10a7f42de29d251e27f6b85e7f3cac26e6843ed
Parent Commit: 2ff9c8a
Lines Changed: +123, -1