Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
00ccbb67
Kaydet (Commit)
00ccbb67
authored
Agu 24, 2005
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
backport bug [ 1192315 ] 'clear -1' in pdb
üst
42cd573c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
pdb.py
Lib/pdb.py
+4
-1
NEWS
Misc/NEWS
+2
-0
No files found.
Lib/pdb.py
Dosyayı görüntüle @
00ccbb67
...
...
@@ -450,11 +450,14 @@ class Pdb(bdb.Bdb, cmd.Cmd):
return
numberlist
=
arg
.
split
()
for
i
in
numberlist
:
if
not
(
0
<=
i
<
len
(
bdb
.
Breakpoint
.
bpbynumber
)):
print
'No breakpoint numbered'
,
i
continue
err
=
self
.
clear_bpbynumber
(
i
)
if
err
:
print
'***'
,
err
else
:
print
'Deleted breakpoint
%
s '
%
(
i
,)
print
'Deleted breakpoint
'
,
i
do_cl
=
do_clear
# 'c' is already an abbreviation for 'continue'
def
do_where
(
self
,
arg
):
...
...
Misc/NEWS
Dosyayı görüntüle @
00ccbb67
...
...
@@ -70,6 +70,8 @@ Library
-
The
sets
module
can
now
properly
compute
s
-=
s
and
s
^=
s
as
an
empty
set
.
-
Bug
#
1192315
:
Disallow
negative
arguments
to
clear
()
in
pdb
.
-
Patch
#
827386
:
Support
absolute
source
paths
in
msvccompiler
.
py
.
-
Fix
a
problem
in
Tkinter
introduced
by
SF
patch
#
869468
:
delete
bogus
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment