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 vstinner
Recipients vstinner
Date 2016-11-22.11:42:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479814975.16.0.381517171433.issue28770@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.6 has a new C calling convention: "fast calls".

python-gdb.py was disabled when compact dict was merged, see issue #27350.

Sadly, I missed that fast calls also broke python-gdb.py.

Attached patch fixes python-gdb.py, but I failed to fix test_gdb.py. With fast calls and patched python-gdb.py, python-gdb.py is now able to detect the Python frame of the call to the builtin id() function. It's a new feature compared to Python 3.5, but test_gdb.py should be updated to handle that.

I will try to fix that later, but in the meanwhile I was interrupted because the fix for compact dict in python-gdb.py failed on buildbots, see:
http://bugs.python.org/issue28023#msg281464
History
Date User Action Args
2016-11-22 11:42:55vstinnersetrecipients: + vstinner
2016-11-22 11:42:55vstinnersetmessageid: <1479814975.16.0.381517171433.issue28770@psf.upfronthosting.co.za>
2016-11-22 11:42:55vstinnerlinkissue28770 messages
2016-11-22 11:42:55vstinnercreate