scoder
scoder
> pip install cython with `--no-cython-compile` This shouldn't be needed any more, now that we have plain Python wheels.
Closing. Seems more of a user-side setup problem.
Closed by #5021
The "Cython type" column looks redundant. I think it's enough to have two columns, one with the C type (which "obviously" is also the type name used in Cython .pyx...
I released 1.14.1 to PyPI.
> > it should be provided as a C-level API and not be made publicly available to Python programs. > > But all initialization LuaRuntime done in `__cinit__` and lua_State*...
Rather than requiring users to think about a hard depth limit for their data structures, what do you think about keeping a dict of mapped objects (by original object ID)...
I've extracted the logic from `LuaRuntime.table_from()` in the master branch to make it reusable for the recursive container mappings. Could you please adapt your code? Most of the changes in...
> > Most of the changes in `py_to_lua` can probably be avoided now. > > I'm afraid not because `py_to_lua_table` still make calls to `py_to_lua` Sorry, I just meant the...
> > avoid the dict/list mappings in `py_to_lua` now. > > Could you please give me some advice about that? Perhaps I misunderstood your idea, but I think there might...