Bug#950289: python-internetarchive is leaking files descriptors - Fixed patch

2020-01-31 Thread Antoine Beaupré
Control: tags -1 +upstream +patch +pending Something like that seems to have been merged upstream, in: https://github.com/jjjake/internetarchive/commit/4e4120f07c98ea98c61791293835df2797bfee61 Upstream makes fairly frequent releases so I'll just ship it as part of that in the next upload, if

Bug#950289: python-internetarchive is leaking files descriptors - Fixed patch

2020-01-30 Thread kpcyrd
I'm terribly sorry, this is the correct patch: --- >8 --- diff --git a/internetarchive/utils.py b/internetarchive/utils.py index db8412a..2f3e04e 100644 --- a/internetarchive/utils.py +++ b/internetarchive/utils.py @@ -235,14 +235,16 @@ def recursive_file_count(files, item=None, checksum=False):