emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38413: closed (27.0.50; [PATCH] python.el: Check if buffer `python-p


From: GNU bug Tracking System
Subject: bug#38413: closed (27.0.50; [PATCH] python.el: Check if buffer `python-pdbtrack-tracked-buffer' is live.)
Date: Sun, 08 Dec 2019 08:15:02 +0000

Your message dated Sat, 07 Dec 2019 11:42:21 +0200
with message-id <address@hidden>
and subject line Re: bug#38413: 27.0.50; [PATCH] python.el: Check if buffer 
`python-pdbtrack-tracked-buffer' is live.
has caused the debbugs.gnu.org bug report #38413,
regarding 27.0.50; [PATCH] python.el: Check if buffer 
`python-pdbtrack-tracked-buffer' is live.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38413: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38413
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 27.0.50; [PATCH] python.el: Check if buffer `python-pdbtrack-tracked-buffer' is live. Date: Thu, 28 Nov 2019 16:03:30 +0200
1. echo 'import pdb; pdb.set_trace()' > test.py
2. emacs -Q
3. M-x run-python
4. M-x python-shell-send-file <RET> test.py
5. C-x k test.py
6. c <RET>

Leads to error:
python-pdbtrack-tracking-finish: Selecting deleted buffer

Attachment: 0001-python.el-Call-buffer-live-p-in-python-pdbtrack-unse.patch
Description: Binary data


--- End Message ---
--- Begin Message --- Subject: Re: bug#38413: 27.0.50; [PATCH] python.el: Check if buffer `python-pdbtrack-tracked-buffer' is live. Date: Sat, 07 Dec 2019 11:42:21 +0200
> From: Andrii Kolomoiets <address@hidden>
> Date: Thu, 28 Nov 2019 16:03:30 +0200
> 
> 1. echo 'import pdb; pdb.set_trace()' > test.py
> 2. emacs -Q
> 3. M-x run-python
> 4. M-x python-shell-send-file <RET> test.py
> 5. C-x k test.py
> 6. c <RET>
> 
> Leads to error:
> python-pdbtrack-tracking-finish: Selecting deleted buffer

Thanks, pushed to the master branch.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]