Closed GoogleCodeExporter closed 9 years ago
In Cython 0.16 when we tried to use 'public' there was this error:
'''Function declared public or api may not have private types'''
Original comment by czarek.t...@gmail.com
on 28 Aug 2012 at 5:06
RequestHandler is already using 'public' declarations to call Cython functions
from C code. Still need to migrate other handlers: KeyboardHandler, LoadHandler
and V8ContentHandler.
Original comment by czarek.t...@gmail.com
on 28 Aug 2012 at 7:46
Currently there is no need to migrate old handlers, they work fine. New
handlers will be from now on implemented using 'public' declarations.
Original comment by czarek.t...@gmail.com
on 29 Aug 2012 at 6:00
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 27 Aug 2012 at 8:26