Message281465
| 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:55 | vstinner | set | recipients:
+ vstinner |
| 2016年11月22日 11:42:55 | vstinner | set | messageid: <1479814975.16.0.381517171433.issue28770@psf.upfronthosting.co.za> |
| 2016年11月22日 11:42:55 | vstinner | link | issue28770 messages |
| 2016年11月22日 11:42:55 | vstinner | create |
|