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 mi
Recipients cstratak, jkloth, mi, vstinner
Date 2017-06-07.15:41:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496850092.59.0.725870753225.issue30345@psf.upfronthosting.co.za>
In-reply-to
Content
So, I tried the modified patch (see http://aldan.algebra.com/~mi/tmp/patch-issue30345) -- and now I simply get a different variable name in the error-message:

(gdb) py-bt
Python Exception <type 'exceptions.ValueError'> Variable 'func' not found.: 
Error occurred in Python command: Variable 'func' not found.

However, the older version of the patch only referenced "func_obj" in test_gdb.py -- not in libpython.py -- so I may have misunderstood Jeremy's suggestion entirely...
History
Date User Action Args
2017-06-07 15:41:32misetrecipients: + mi, vstinner, jkloth, cstratak
2017-06-07 15:41:32misetmessageid: <1496850092.59.0.725870753225.issue30345@psf.upfronthosting.co.za>
2017-06-07 15:41:32milinkissue30345 messages
2017-06-07 15:41:32micreate