Message3913

Author pjenvey
Recipients pjenvey
Date 2008-12-11.04:43:23
SpamBayes Score 3.980372e-05
Marked as misclassified No
Message-id <1228970604.64.0.310450025526.issue1201@psf.upfronthosting.co.za>
In-reply-to
Content
The move to the asm compiler branch lost the handy .py line numbers in 
tracebacks:

java.lang.Exception: Stack trace
	at 
org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:16
3)
	at 
org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:17
1)
	at org.python.core.PyObject.__call__(PyObject.java:266)
	at 
org.python.pycode._pyx2.load_module$22(Lib/test/test_importhooks.py)
	at 
org.python.pycode._pyx2.call_function(Lib/test/test_importhooks.py)
	at org.python.core.PyTableCode.call(PyTableCode.java:199)

We've talked a few times about adding them back via JSR-45 facilities -- 
I'm logging this as a reminder

It makes debugging harder if you're dealing with a Java stack trace and 
is a regression from the 2.2 release
History
Date User Action Args
2008-12-11 04:43:24pjenveysetrecipients: + pjenvey
2008-12-11 04:43:24pjenveysetmessageid: <1228970604.64.0.310450025526.issue1201@psf.upfronthosting.co.za>
2008-12-11 04:43:24pjenveylinkissue1201 messages
2008-12-11 04:43:23pjenveycreate