Commit 59397e23 authored by Nicolas Dumazet's avatar Nicolas Dumazet

Spam.amount attribute has to be declared.

parent 0066fe43
......@@ -3,6 +3,7 @@
#
cdef class Spam:
cdef public int amount
def __new__(self):
self.amount = 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment