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