Skip to content

Don't clear pending exceptions from module init files

Evan Welsh requested to merge ewlsh/fix-init-errors into master

import_module_init previously returned false without an error in some cases and load_module_init cleared all pending exceptions.

CC @andyholmes

Fixes #343 (closed)

Merge request reports