Bug#642020: python-debian: ArFile (via DebFile) errors when given only a fileobj

2016-06-20 Thread Simon Ruggier
On Tue, 26 Aug 2014 16:43:43 -0700 John Wright wrote: > Sorry for the very delayed response. I'm trying to clean up our > outstanding bug list... > > I'm not convinced that sharing the file is the correct thing to do - it > introduces thread-unsafe-ness between DebFile/ArFile

Bug#642020: python-debian: ArFile (via DebFile) errors when given only a fileobj

2014-08-26 Thread John Wright
Sorry for the very delayed response. I'm trying to clean up our outstanding bug list... I'm not convinced that sharing the file is the correct thing to do - it introduces thread-unsafe-ness between DebFile/ArFile and its dependent objects that isn't obvious up front. In addition, the existing

Bug#642020: python-debian: ArFile (via DebFile) errors when given only a fileobj

2011-09-18 Thread Mel Collins
Package: python-debian Version: 0.1.14ubuntu2 Severity: normal Tags: patch Currently (tested using trunk), ArFile assumes that it will always receive a filename, and that filename relates to the local filesystem. This means that, when instantiating a DebFile using only a fileobj parameter, you