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
236a547b
Kaydet (Commit)
236a547b
authored
Agu 06, 2013
tarafından
Antoine Pitrou
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #18665: fix typos. Patch by Vajrasky Kok.
üst
dbfc129c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
frameobject.h
Include/frameobject.h
+1
-1
test_frame.py
Lib/test/test_frame.py
+1
-1
No files found.
Include/frameobject.h
Dosyayı görüntüle @
236a547b
...
...
@@ -36,7 +36,7 @@ typedef struct _frame {
non-generator frames. See the save_exc_state and swap_exc_state
functions in ceval.c for details of their use. */
PyObject
*
f_exc_type
,
*
f_exc_value
,
*
f_exc_traceback
;
/* Borrowed reference
d
to a generator, or NULL */
/* Borrowed reference to a generator, or NULL */
PyObject
*
f_gen
;
PyThreadState
*
f_tstate
;
...
...
Lib/test/test_frame.py
Dosyayı görüntüle @
236a547b
...
...
@@ -96,7 +96,7 @@ class ClearTest(unittest.TestCase):
@support.cpython_only
def
test_clear_refcycles
(
self
):
# .clear() doesn't leave any refcycle behin
# .clear() doesn't leave any refcycle behin
d
with
support
.
disable_gc
():
class
C
:
pass
...
...
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