python-efl/efl/eo
Kai Huuhko 94df82ad33 Eo: Python objects should not be manipulated in __cinit__ and
__dealloc__ methods. Initializing them *seems* to be safe though.

And there's no need to initialize either the C objects to NULL nor
python objects to None, this gets done automatically by Cython, along
with initializing integers to 0.
2013-05-01 15:24:42 +00:00
..
efl.eo.pyx Eo: Python objects should not be manipulated in __cinit__ and 2013-05-01 15:24:42 +00:00