]> git.ipfire.org Git - pakfire.git/commit
python: package: Drop storing a reference to the context
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Feb 2025 22:30:27 +0000 (22:30 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Feb 2025 22:30:27 +0000 (22:30 +0000)
commit1b2c503b340dc0493b23cade52c2cfd5bb1774d0
treedc526890b2e2ed13c672672e7ccfa365d38f4251
parent26c0d0096508618003fc7bec37fb22a8ccac7c94
python: package: Drop storing a reference to the context

This was an ugly hack to create a new package list which we don't need
any more. This caused the application to occasionally crash because ctx
wasn't set at all times.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/python/package.c
src/python/package.h