Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 2nd, 2010  |  syntax: None  |  size: 1.42 KB  |  hits: 72  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. [translation:ERROR]    File "<4035-codegen /home/antocuni/pypy/interplevel-array/pypy/annotation/annrpython.py:770>", line 3, in consider_op_getslice
  2. [translation:ERROR]     return arg.getslice(*args)
  3. [translation:ERROR]    File "/home/antocuni/pypy/interplevel-array/pypy/annotation/unaryop.py", line 505, in getslice
  4. [translation:ERROR]     check_negative_slice(s_start, s_stop)
  5. [translation:ERROR]    File "/home/antocuni/pypy/interplevel-array/pypy/annotation/unaryop.py", line 365, in check_negative_slice
  6. [translation:ERROR]     raise TypeError("slicing: not proven to have non-negative stop")
  7. [translation:ERROR]  TypeError': slicing: not proven to have non-negative stop
  8. [translation:ERROR]     .. v846 = getslice(v844, (0), v845)
  9. [translation:ERROR]     .. '(pypy.module.array.interp_array:496)array_fromfile__Array_ANY_ANY'
  10. [translation:ERROR] Processing block:
  11. [translation:ERROR]  block@198 is a <class 'pypy.objspace.flow.flowcontext.SpamBlock'>
  12. [translation:ERROR]  in (pypy.module.array.interp_array:496)array_fromfile__Array_ANY_ANY
  13. [translation:ERROR]  containing the following operations:
  14. [translation:ERROR]        v847 = len(v844)
  15. [translation:ERROR]        v848 = getattr(self_29, ('itemsize'))
  16. [translation:ERROR]        v849 = mod(v847, v848)
  17. [translation:ERROR]        v845 = neg(v849)
  18. [translation:ERROR]        v846 = getslice(v844, (0), v845)
  19. [translation:ERROR]  --end--
  20. [translation] start debugger...