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
97353845
Kaydet (Commit)
97353845
authored
Şub 05, 2017
tarafından
Serhiy Storchaka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #20186: Regenerated Argument Clinic.
üst
8c67fdd2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
_tracemalloc.c
Modules/_tracemalloc.c
+1
-1
_tracemalloc.c.h
Modules/clinic/_tracemalloc.c.h
+2
-2
No files found.
Modules/_tracemalloc.c
Dosyayı görüntüle @
97353845
...
...
@@ -1177,7 +1177,7 @@ Return True if the tracemalloc module is tracing Python memory allocations.
static
PyObject
*
_tracemalloc_is_tracing_impl
(
PyObject
*
module
)
/*[clinic end generated code: output=2d763b42601cd3ef input=
8beb4fb5446813be
]*/
/*[clinic end generated code: output=2d763b42601cd3ef input=
af104b0a00192f63
]*/
{
return
PyBool_FromLong
(
tracemalloc_config
.
tracing
);
}
...
...
Modules/clinic/_tracemalloc.c.h
Dosyayı görüntüle @
97353845
...
...
@@ -6,7 +6,7 @@ PyDoc_STRVAR(_tracemalloc_is_tracing__doc__,
"is_tracing($module, /)
\n
"
"--
\n
"
"
\n
"
"
True if the tracemalloc module is tracing Python memory allocations, False otherwise
."
);
"
Return True if the tracemalloc module is tracing Python memory allocations
."
);
#define _TRACEMALLOC_IS_TRACING_METHODDEF \
{"is_tracing", (PyCFunction)_tracemalloc_is_tracing, METH_NOARGS, _tracemalloc_is_tracing__doc__},
...
...
@@ -189,4 +189,4 @@ _tracemalloc_get_traced_memory(PyObject *module, PyObject *Py_UNUSED(ignored))
{
return
_tracemalloc_get_traced_memory_impl
(
module
);
}
/*[clinic end generated code: output=1
e059f24619e23f
9 input=a9049054013a1b77]*/
/*[clinic end generated code: output=1
59ce5d627964f0
9 input=a9049054013a1b77]*/
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