Commits


pengwa authored and GitHub committed 7db4fc8c2a8
Fix segment fault for custom function (#8331) * unregister registered python functions upon normal interpreter termination * atexit.register(unregister_python_functions) should be called by __init__.py * minor fix