From 3339be6d221567f372fac19ef53215beff8b0164 Mon Sep 17 00:00:00 2001
From: Audrey Dutcher <audrey@rhelmot.io>
Date: Sun, 10 Feb 2019 14:05:45 -0800
Subject: [PATCH] Don't delete the reference to the native library in the
 python bindings

---
 scripts/update_api.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/update_api.py b/scripts/update_api.py
index 161c783e8..557ac4c6c 100755
--- a/scripts/update_api.py
+++ b/scripts/update_api.py
@@ -1704,7 +1704,6 @@ 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