Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better error handling for calls to Lua functions from Python #189

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed _raised_exception
  • Loading branch information
guidanoli committed Jul 22, 2021
commit 29db6752c42db512bf7efa01d016cdffbb70dd4f
1 change: 0 additions & 1 deletion lupa/_lupa.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ cdef class LuaRuntime:
cdef lua_State *_state
cdef FastRLock _lock
cdef dict _pyrefs_in_lua
cdef tuple _raised_exception
cdef bytes _encoding
cdef bytes _source_encoding
cdef object _attribute_filter
Expand Down