mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-23 09:43:06 +00:00
0e2703dd4e
CPython commit fb5db7ec5862 ("bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648)") (in v3.10) removed _PyDict_GetItemId() because it suppresses errors. Use _PyDict_GetItemIdWithError() instead (which we should've been using anyways). Closes #101. Signed-off-by: Omar Sandoval <osandov@osandov.com> |
||
---|---|---|
.. | ||
drgnpy.h | ||
error.c | ||
helpers.c | ||
language.c | ||
module.c | ||
object.c | ||
platform.c | ||
program.c | ||
stack_trace.c | ||
symbol.c | ||
test.c | ||
type.c | ||
util.c |