On Fri, Nov 24, 2017 at 5:48 AM, Erik Bray wrote:
> On Fri, Nov 24, 2017 at 2:16 PM, Stefan Behnel wrote:
>> Erik Bray schrieb am 24.11.2017 um 13:44:
>>> I think maybe I've seen this brought up once or twice before in the
>>> past, but with no real discussion. There is a slightly unpythonic
>>>
On Fri, Nov 24, 2017 at 2:16 PM, Stefan Behnel wrote:
> Erik Bray schrieb am 24.11.2017 um 13:44:
>> I think maybe I've seen this brought up once or twice before in the
>> past, but with no real discussion. There is a slightly unpythonic
>> problem with using cpdef inline functions defined in a .
Erik Bray schrieb am 24.11.2017 um 13:44:
> I think maybe I've seen this brought up once or twice before in the
> past, but with no real discussion. There is a slightly unpythonic
> problem with using cpdef inline functions defined in a .pxd file that
> happen to access global variables. For exam
Hi,
I think maybe I've seen this brought up once or twice before in the
past, but with no real discussion. There is a slightly unpythonic
problem with using cpdef inline functions defined in a .pxd file that
happen to access global variables. For example:
$ cat foo.pxd
FOO_A = 1
cpdef inline f