[Pyrex] Pyrex checks type of literal None argument

Greg Ewing greg.ewing at canterbury.ac.nz
Fri May 26 06:09:26 UTC 2006


Stefan Behnel wrote:

> Note that None has been a keyword in CPython for a while. There is most likely
> not much code that might suffer from making it a keyword in Pyrex, too.

Probably, but that's not the issue. Pyrex already
knows when it sees the built-in None, due to the
way its scoping works.

--
Greg



More information about the Pyrex mailing list