Your message dated Tue, 27 Dec 2022 23:25:10 +0000
with message-id <e1pajjm-00cclq...@fasolo.debian.org>
and subject line Bug#1027108: Removed package(s) from unstable
has caused the Debian Bug report #807771,
regarding libpython2.7: Bug in tempfile.TemporaryFile()
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
807771: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807771
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libpython2.7
Version: 2.7.10-5+b1
Severity: normal
Dear Maintainer,
since a few days I have a file named "<fdopen>" in my home directory.
This file is a temporary file. Creator of this strange file is function
tempfile.TemporaryFile() linked from libpython2.7.
My <fdopen> file contains thumbnails (music album art work) which are
used by Remuco and the MPRIS interface. Remuco stopped to display art
work on remote devices because of the <fdopen> bug...
Here is a litte python script to confirm the problem. Put a small jpeg
to /tmp/test.jpg and start the script with python2.7 {script name}
------
import tempfile
import Image
img = Image.open('/tmp/test.jpg')
tmp = tempfile.TemporaryFile()
try:
print img
img.save(tmp, "JPEG")
tmp.seek(0)
thumb = tmp.read()
print thumb
finally:
tmp.close()
------
On my computer this script creates a file <fdopen> in the current
working directory and variable 'thumb' in script is empty. Function
tempfile.TemporaryFile() doesn't work.
Kind regards
Jens
-- System Information:
Debian Release: stretch/sid
APT prefers testing-updates
APT policy: (500, 'testing-updates'), (500,
'testing-proposed-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.2.6-bulldozer (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages libpython2.7 depends on:
ii libc6 2.19-22
ii libpython2.7-stdlib 2.7.10-5+b1
ii zlib1g 1:1.2.8.dfsg-2+b1
--- End Message ---
--- Begin Message ---
Version: 2.7.18-13.2+rm
Dear submitter,
as the package python2.7 has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1027108
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---