Skip to content

Commit b4d6d4d

Browse files
maxcapodi78maxcapodi78
authored andcommitted
Improve multithread speed and other minor stuff
1 parent 70488d3 commit b4d6d4d

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/pyedb/__init__.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -75,19 +75,4 @@ def custom_show_warning(message, category, filename, lineno, file=None, line=Non
7575

7676
#
7777

78-
import atexit
79-
8078
from pyedb.generic.design_types import Edb, Siwave
81-
82-
83-
def at_the_end():
84-
if bool(os.getenv("PYEDB_USE_DOTNET", "1")):
85-
from pythonnet import unload
86-
87-
unload()
88-
import gc
89-
90-
gc.collect(5)
91-
92-
93-
atexit.register(at_the_end)

0 commit comments

Comments
 (0)