Your message dated Wed, 01 Apr 2020 19:10:09 +0000
with message-id <[email protected]>
and subject line Bug#955404: Removed package(s) from unstable
has caused the Debian Bug report #872591,
regarding ipython: quit in ipdb does not immediately exit the debugger
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 [email protected]
immediately.)
--
872591: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872591
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ipython
Version: 5.1.0-3
Severity: normal
User: [email protected]
Usertags: origin-ubuntu artful
Dear Maintainer,
There is an upstream ipdb fix which would be useful to include in the
packaged version of ipdb.
https://github.com/ipython/ipython/pull/10009
A detailed bug report with test case was also filed in Ubuntu and can be
found at http://launchpad.net/bugs/1711741.
The description, from Brian Murray, follows:
Using the following test case I'd expect that entering the quit command the
code containing the ipdb import would exit immediately. This is not the case
and the code continues to run. Here's a test case:
#!/usr/bin/python3
word = 'the word'
from ipdb import set_trace; set_trace()
print('bird is %s' % word)
This is the failure:
$ ./ipdb-test.py
> /tmp/ipdb-test.py(5)<module>()
1 #!/usr/bin/python3
2
3 word = 'the word'
4 from ipdb import set_trace; set_trace()
----> 5 print('bird is %s' % word)
ipdb> quit
bird is the word
With the fix:
$ ./ipdb-test.py
> /tmp/ipdb-test.py(5)<module>()
2
3 word = 'the word'
4 from ipdb import set_trace; set_trace()
----> 5 print('bird is %s' % word)
ipdb> quit
Exiting Debugger.
This affects both python3 and python2.7 ipdb in Artful. Package version 5.1.0-3.
-- System Information:
Debian Release: stretch/sid
APT prefers artful
APT policy: (500, 'artful')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.11.0-13-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
--- End Message ---
--- Begin Message ---
Version: 5.8.0-4+rm
Dear submitter,
as the package ipython-py2 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/955404
The version of this package that was in Debian prior to this removal
can still be found using http://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
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team