Skip to content

Commit

Permalink
Added additional information regarding the impact on DB side
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Nov 21, 2023
1 parent e587ef7 commit 18ec908
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyexasol/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -894,6 +894,7 @@ def __del__(self):
#
# 1. `__del__` is invoked during a regular garbage collector run while the process remains active.
# 2. `__del__` is invoked during interpreter shutdown (throws an exception).
# * This leads to a minor residual on the database, which will automatically be cleared up within a couple of hours
#
# In situations where interpreter shutdown occurs while a connection remains unclosed
# due to not being addressed during a regular garbage collector run or manual close,
Expand Down

0 comments on commit 18ec908

Please sign in to comment.