[Cython] #303 + simplifying type system
Dag Sverre Seljebotn
dagss at student.matnat.uio.no
Thu May 14 19:15:24 CEST 2009
Lisandro Dalcin wrote:
> Your patch looks good.
>
> BTW, further work on this would require to push my patch for #287.
As you are confident in it I think we should just go ahead, and I'll
include it in the release candidate testing. We are already way past a
"bugfix-only" kind of release (that was never the intention with 0.11.2
either). Will you push?
So, for the release notes, your changes in this release sums up (from
the end-user perspective as):
- Converting negative Python integers to unsigned C types now results in
OverflowError (or was that 0.11.1?)
- When converting an object to C integers, __int__ is considered before
__long__ regardless of the target type.
Correct?
--
Dag Sverre
More information about the Cython-dev
mailing list