Re: [Cython] Possible bug (or wrong documentation) WRT "not None"

2014-12-04 Thread Greg Ewing
Samuele Kaplun wrote: The self parameter of a method of an extension type is guaranteed never to be None. (Note: arithmetic methods might be an exception to this rule. The arithmetic methods don't *have* a "self" parameter (or at least it's not always the first parameter), so technically what

Re: [Cython] Possible bug (or wrong documentation) WRT "not None"

2014-12-04 Thread Samuele Kaplun
Dear Stefan, In data mercoledì 3 dicembre 2014 16:44:13, Stefan Behnel ha scritto: > Samuele Kaplun schrieb am 02.12.2014 um 14:13: > > I would like to report what I think is a possible bug (in cython or > > corresponding documentation). > > > > According to: > >