robertwb / issues-import-test

0 stars 0 forks source link

mcubnte #47

Closed robertwb closed 8 years ago

robertwb commented 8 years ago

Reported by robertwb on 19 Jun 2008 19:01 UTC For example

__pyx_1 = (__pyx_skip_dispatch = 1, ((struct
__pyx_vtabstruct_4ship_7icewing_7plugins_PluginInstance *)((struct
__pyx_obj_4ship_7icewing_7plugins_PluginInstance
*)__pyx_v_self)->__pyx_vtab)->init(((struct
__pyx_obj_4ship_7icewing_7plugins_PluginInstance *)__pyx_v_self), ((void
*)&((struct
__pyx_opt_args_4ship_7icewing_7plugins_14PluginInstance_init){1,__pyx_v_args}))));

if (unlikely(!__pyx_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 93;
goto __pyx_L1;}

gives

build/temp.linux-x86_64-2.4/pyrex/plugins.c: In function 'PyObject*
__pyx_pf_4ship_7icewing_7plugins_14PluginInstance_init(PyObject*,
PyObject*, PyObject*)':
build/temp.linux-x86_64-2.4/pyrex/plugins.c:1228: error: invalid lvalue
in unary '&'
error: command 'x86_64-pc-linux-gnu-g++' failed with exit status 1

Migrated-From: http://trac.cython.org/ticket/21

robertwb commented 8 years ago

Modified by robertwb on 3 Aug 2008 06:41 UTC

robertwb commented 8 years ago

Comment by robertwb on 3 Aug 2008 11:05 UTC http://hg.cython.org/cython-devel/rev/fe3d5f426ff2

robertwb commented 8 years ago

Modified by robertwb on 19 Aug 2008 04:04 UTC