Made the output generated by Pyrex much more verbose with better context information.
authorWilliam Stein <wstein@gmail.com>
Thu, 2 Nov 2006 15:46:17 +0000 (07:46 -0800)
committerWilliam Stein <wstein@gmail.com>
Thu, 2 Nov 2006 15:46:17 +0000 (07:46 -0800)
commitfceda1c6e8b238696a35595900d2b185e407ed8a
treeb33be817993eb7289f81ca5fcca178b4afc6c9fc
parent5e8fb764fdba515352facd5ea01cac8473869383
Made the output generated by Pyrex much more verbose with better context information.

For example:

  /* "/Volumes/HOME/s/devel/sage-1/sage/matrix/matrix_generic_sparse.pyx":581
    x = set(v.keys()).intersection(set(w.keys()))
    a = 0
    for k in x:             # <<<<<<<<<<<<<<
        a = a + v[k]*w[k]
    return a
 */
  __pyx_3 = PyObject_GetIter(__pyx_v_x); if (!__pyx_3) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 581; goto __pyx_L1;}
  for (;;) {
Cython/Compiler/Code.py