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
1df37c65
Kaydet (Commit)
1df37c65
authored
May 06, 2013
tarafından
David Malcolm
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
#17833: merge with 3.3
üst
5c29bb33
d08b2101
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
NEWS
Misc/NEWS
+3
-0
libpython.py
Tools/gdb/libpython.py
+1
-1
No files found.
Misc/NEWS
Dosyayı görüntüle @
1df37c65
...
...
@@ -215,6 +215,9 @@ Library
Tests
-----
-
Issue
#
17833
:
Fix
test_gdb
failures
seen
on
machines
where
debug
symbols
for
glibc
are
available
(
seen
on
PPC64
Linux
).
-
Issue
#
7855
:
Add
tests
for
ctypes
/
winreg
for
issues
found
in
IronPython
.
Initial
patch
by
Dino
Viehland
.
...
...
Tools/gdb/libpython.py
Dosyayı görüntüle @
1df37c65
...
...
@@ -1462,7 +1462,7 @@ class Frame(object):
# This assumes the _POSIX_THREADS version of Python/ceval_gil.h:
name
=
self
.
_gdbframe
.
name
()
if
name
:
return
name
.
startswith
(
'pthread_cond_timedwait'
)
return
'pthread_cond_timedwait'
in
name
def
is_gc_collect
(
self
):
'''Is this frame "collect" within the garbage-collector?'''
...
...
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