commit | a8463c6844cf238684bff035ececf1aaeef6135c | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Mon Jun 10 16:52:06 2024 +0200 |
committer | Tom de Vries <tdevries@suse.de> | Mon Jun 10 16:52:06 2024 +0200 |
tree | de43ee18e322da78db65eb61ddb709897089d3b1 | |
parent | 539c3962fa08cfe46f71555f6b6d47326f3d9cda [diff] |
[gdb/python] Note that python 3.6 assumes long long support Starting with python 3.6, support for platforms without long long support has been removed [1]. HAVE_LONG_LONG and PY_LONG_LONG are still defined, but only for compatibility, so stop relying on them. Tested on x86_64-linux. Approved-By: Tom Tromey <tom@tromey.com> [1] https://github.com/python/cpython/issues/72148