-
由 Razvan Pascanu 提交于
Cython can not handle negative indices ( because of a derictive at the begining of the function that says not to do boundschecks). This is used to make the code faster, so this workaround is better then removing the directive.
77a05341