3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-13 12:28:44 +00:00

Merge pull request #2132 from angr/fix/give_me_the_lib

Don't delete the reference to the native library in the python bindings
This commit is contained in:
Nikolaj Bjorner 2019-02-10 18:11:33 -08:00 committed by GitHub
commit e316a9ce9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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