From 591abead4bf9e6c931ec9db691b0ae346e3fc287 Mon Sep 17 00:00:00 2001 From: Audrey Dutcher Date: Mon, 18 Feb 2019 23:51:11 -0700 Subject: [PATCH] Revert "Don't delete the reference to the native library in the python bindings" This reverts commit 3339be6d221567f372fac19ef53215beff8b0164. --- scripts/update_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update_api.py b/scripts/update_api.py index 557ac4c6c..161c783e8 100755 --- a/scripts/update_api.py +++ b/scripts/update_api.py @@ -1704,6 +1704,7 @@ def write_exe_c_preamble(exe_c): def write_core_py_post(core_py): core_py.write(""" # Clean up +del _lib del _default_dirs del _all_dirs del _ext