Generated by Cython 0.9.6.13 on Mon Apr 14 14:15:23 2008

Raw output: _Users_was__sage_sage_notebook_worksheets_admin_80_code_sage31_spyx_0.c

 1: 
 2: include "interrupt.pxi"  # ctrl-c interrupt block support
 3: include "stdsage.pxi"  # ctrl-c interrupt block support
 4: 
 5: include "cdefs.pxi"
 6: cdef int bad():
static PyObject *__pyx_int_1;
static PyObject *__pyx_int_2;
static PyObject *__pyx_int_3;
static PyObject *__pyx_int_4;
static PyObject *__pyx_int_5;

static  int __pyx_f_69_Users_was__sage_sage_notebook_worksheets_admin_80_code_sage31_spyx_0_bad(void) {
  int *__pyx_v_pointer;
  int __pyx_v_n;
  int __pyx_r;
 7:     print 1
  if (__Pyx_PrintItem(__pyx_int_1) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 7; goto __pyx_L1;}
  if (__Pyx_PrintNewline() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 7; goto __pyx_L1;}
 8:     cdef int* pointer = <int*>0  # <int*> casts 0 to a pointer
  __pyx_v_pointer = ((int *)0);

 9:     print 2
  if (__Pyx_PrintItem(__pyx_int_2) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 9; goto __pyx_L1;}
  if (__Pyx_PrintNewline() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 9; goto __pyx_L1;}
 10:     cdef int n
 11:     print 3
  if (__Pyx_PrintItem(__pyx_int_3) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 11; goto __pyx_L1;}
  if (__Pyx_PrintNewline() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 11; goto __pyx_L1;}
 12:     n = 10
  __pyx_v_n = 10;
 13:     print 4
  if (__Pyx_PrintItem(__pyx_int_4) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 13; goto __pyx_L1;}
  if (__Pyx_PrintNewline() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 13; goto __pyx_L1;}
 14:     # ...
 15:     n = pointer[0]   # [0] is pointer dereferencing in cython
  __pyx_v_n = (__pyx_v_pointer[0]);
 16:     print 5
  if (__Pyx_PrintItem(__pyx_int_5) < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 16; goto __pyx_L1;}
  if (__Pyx_PrintNewline() < 0) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 16; goto __pyx_L1;}
 17:     return n
  __pyx_r = __pyx_v_n;
  goto __pyx_L0;

  __pyx_r = 0;
  goto __pyx_L0;
  __pyx_L1:;
  __Pyx_WriteUnraisable("_Users_was__sage_sage_notebook_worksheets_admin_80_code_sage31_spyx_0.bad");
  __pyx_r = 0;
  __pyx_L0:;
  return __pyx_r;
}
 18: 
 19: def foo():
static PyObject *__pyx_pf_69_Users_was__sage_sage_notebook_worksheets_admin_80_code_sage31_spyx_0_foo(PyObject *__pyx_self, PyObject *unused); /*proto*/
static char __pyx_doc_69_Users_was__sage_sage_notebook_worksheets_admin_80_code_sage31_spyx_0_foo[] = "File: _Users_was__sage_sage_notebook_worksheets_admin_80_code_sage31_spyx_0.pyx (starting at line 19)";
static PyObject *__pyx_pf_69_Users_was__sage_sage_notebook_worksheets_admin_80_code_sage31_spyx_0_foo(PyObject *__pyx_self, PyObject *unused) {
  PyObject *__pyx_r;
  PyObject *__pyx_1 = 0;
  return;
  __Pyx_AddTraceback("_Users_was__sage_sage_notebook_worksheets_admin_80_code_sage31_spyx_0");
}
 20:     return badcoerce()
  __pyx_1 = PyInt_FromLong(__pyx_f_69_Users_was__sage_sage_notebook_worksheets_admin_80_code_sage31_spyx_0_bad()); if (unlikely(!__pyx_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 20; goto __pyx_L1;}
  __pyx_r = __pyx_1;
  __pyx_1 = 0;
  goto __pyx_L0;

  __pyx_r = Py_None; Py_INCREF(Py_None);
  goto __pyx_L0;
  __pyx_L1:;
  Py_XDECREF(__pyx_1);
  __Pyx_AddTraceback("_Users_was__sage_sage_notebook_worksheets_admin_80_code_sage31_spyx_0.foo");
  __pyx_r = NULL;
  __pyx_L0:;
  return __pyx_r;
}