mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-23 09:43:06 +00:00
afc8a5693e
Python 3.13.0a4 added a new public function, PyLong_AsNativeBytes(), to replace the private _PyLong_AsByteArray(). It also modified the signature of _PyLong_AsByteArray(). Let's use PyLong_AsNativeBytes() when it's available. (PyLong_AsNativeBytes() also has the exact overflow behavior we wanted, so it's a win-win.) Closes #385. Signed-off-by: Omar Sandoval <osandov@osandov.com> |
||
---|---|---|
.. | ||
drgnpy.h | ||
error.c | ||
helpers.c | ||
language.c | ||
main.c | ||
object.c | ||
platform.c | ||
program.c | ||
stack_trace.c | ||
symbol.c | ||
test.c | ||
thread.c | ||
type.c | ||
util.c |