[issue45964] gdb test fails when packaging Python 3.10 for openSUSE/Linux

Christian Heimes report at bugs.python.org
Fri Dec 3 10:37:53 EST 2021


Christian Heimes <lists at cheimes.de> added the comment:

This looks like a problem on your side. Line 94 is the correct line for the function in 3.10.0 release.

$ git checkout v3.10.0
$ sed -n '94p' Lib/pdb.py 
def find_function(funcname, filename):

Matej, does your build system perhaps strip off the shebang of Lib/pdb.py? That would explain why you are getting the function on line 93.

----------
nosy: +christian.heimes

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45964>
_______________________________________


More information about the Python-bugs-list mailing list