pkoning at equallogic dot com
2018-06-01 13:45:51 UTC
https://sourceware.org/bugzilla/show_bug.cgi?id=23252
Bug ID: 23252
Summary: Gdb fails to build with Python 3.7
Product: gdb
Version: 8.1
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: python
Assignee: unassigned at sourceware dot org
Reporter: pkoning at equallogic dot com
Target Milestone: ---
Reported here: https://bugzilla.redhat.com/show_bug.cgi?id=1577396
With Python 3.7, gdb fails to build because it uses internal-only function
_PyImport_FixupBuiltin whose signature has changed.
The solution is to use the inittab machinery instead to make the _gdb builtin
module known to Python.
Bug ID: 23252
Summary: Gdb fails to build with Python 3.7
Product: gdb
Version: 8.1
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: python
Assignee: unassigned at sourceware dot org
Reporter: pkoning at equallogic dot com
Target Milestone: ---
Reported here: https://bugzilla.redhat.com/show_bug.cgi?id=1577396
With Python 3.7, gdb fails to build because it uses internal-only function
_PyImport_FixupBuiltin whose signature has changed.
The solution is to use the inittab machinery instead to make the _gdb builtin
module known to Python.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are receiving this mail because:
You are on the CC list for the bug.