Skip to content

Commit

Permalink
bases: add fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Apr 3, 2023
1 parent d5bceb7 commit 8732642
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pypdfium2/_helpers/_internal/bases.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def __init__(self, close_func, *args, obj=None, needs_free=True, **kwargs):
if obj is None:
obj = self

# FIXME `self.parent` will provide the value of the property at the current time - however, we want to use the value from finalization time, not init time
self._fin_args = (obj, AutoCloseable._close_template, self.raw, self._uuid, self.parent, close_func, *args)
self._fin_kwargs = kwargs

Expand Down

0 comments on commit 8732642

Please sign in to comment.