| commit | f20c97f00d29d0a4459a0606164ceb192fe6432b | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tromey@adacore.com> | Tue Oct 21 10:04:14 2025 -0600 |
| committer | Tom Tromey <tromey@adacore.com> | Thu Oct 23 07:43:00 2025 -0600 |
| tree | 58e6bd740cfa48bb4f22211429e87f47d7108cb6 | |
| parent | e162de19f9b98279b48081eca88beb080a656b2f [diff] |
Remove Py_TPFLAGS_CHECKTYPES According to 'git annotate', the Py_TPFLAGS_CHECKTYPES was added to python-internal.h way back when gdb was first ported to Python 3. It was a compatibility fix for Python 2. This is not needed any more, because Python 2 is no longer supported. This patch removes the vestiges. Approved-By: Simon Marchi <simon.marchi@efficios.com>