homepage

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 dmalcolm, ncoghlan, vstinner
Date 2010年04月22日.00:55:33
SpamBayes Score 2.37131e-06
Marked as misclassified No
Message-id <1271897735.41.0.751015381082.issue8482@psf.upfronthosting.co.za>
In-reply-to
Content
test_gdb of py3k now pass with ./configure --with-pydebug (no optimization <=> -O0), but fail (Unable to read information on python frame) with ./configure (-O3). The test does also fail with -O1.
Recompile only ceval.c with -O0 is enough to fix this issue:
----
$ rm ./Python/ceval.o
$ vim Makefile
# replace -O3 by -O0
$ make && ./python Lib/test/regrtest.py -v test_gdb
# success
----
History
Date User Action Args
2010年04月22日 00:55:35vstinnersetrecipients: + vstinner, ncoghlan, dmalcolm
2010年04月22日 00:55:35vstinnersetmessageid: <1271897735.41.0.751015381082.issue8482@psf.upfronthosting.co.za>
2010年04月22日 00:55:34vstinnerlinkissue8482 messages
2010年04月22日 00:55:33vstinnercreate

AltStyle によって変換されたページ (->オリジナル) /