Resets the objfile cache to the proper type on exit. (#487)

pull/489/head
andigena 8 years ago committed by Disconnect3d
parent 7b03805eea
commit 71d29df049

@ -251,4 +251,4 @@ def _start_stop():
@exit
def _reset_objfiles():
global objfile_cache
objfile_cache = set()
objfile_cache = dict()

Loading…
Cancel
Save