This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, iritkatriel, mcepl
Date 2021-12-03.15:37:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638545873.83.0.440322373012.issue45964@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-12-03 15:37:53christian.heimessetrecipients: + christian.heimes, mcepl, iritkatriel
2021-12-03 15:37:53christian.heimessetmessageid: <1638545873.83.0.440322373012.issue45964@roundup.psfhosted.org>
2021-12-03 15:37:53christian.heimeslinkissue45964 messages
2021-12-03 15:37:53christian.heimescreate