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

2014-12-03 Thread Samuele Kaplun
Hi! I would like to report what I think is a possible bug (in cython or corresponding documentation). According to: [...] The self parameter of a method of an extension type is guaranteed never to be None. [..

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

2014-12-03 Thread Stefan Behnel
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: > > > [...] > The self parameter of a method