Files
binutils-gdb/gdb/python
Tom de Vries 2cf3c79c80 [gdb/python] Handle deprecation of PyErr_{Fetch,Restore} in 3.12
Starting python version 3.12, PyErr_Fetch and PyErr_Restore are deprecated.

Use PyErr_GetRaisedException and PyErr_SetRaisedException instead, for
python >= 3.12.

Tested on aarch64-linux.

Approved-By: Tom Tromey <tom@tromey.com>
2024-03-09 16:13:10 +01:00
..
2024-03-08 10:50:13 -07:00
2024-02-28 09:08:16 -07:00
2024-02-01 07:10:57 -07:00
2024-02-27 10:30:29 -07:00