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
bc731506
Kaydet (Commit)
bc731506
authored
May 17, 2016
tarafından
doko@ubuntu.com
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
- make some internal symbols static
üst
307676fa
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
_collectionsmodule.c
Modules/_collectionsmodule.c
+1
-1
_tracemalloc.c
Modules/_tracemalloc.c
+1
-1
faulthandler.c
Modules/faulthandler.c
+1
-1
No files found.
Modules/_collectionsmodule.c
Dosyayı görüntüle @
bc731506
...
...
@@ -264,7 +264,7 @@ PyDoc_STRVAR(popleft_doc, "Remove and return the leftmost element.");
#define NEEDS_TRIM(deque, maxlen) ((size_t)(maxlen) < (size_t)(Py_SIZE(deque)))
int
static
int
deque_append_internal
(
dequeobject
*
deque
,
PyObject
*
item
,
Py_ssize_t
maxlen
)
{
if
(
deque
->
rightindex
==
BLOCKLEN
-
1
)
{
...
...
Modules/_tracemalloc.c
Dosyayı görüntüle @
bc731506
...
...
@@ -262,7 +262,7 @@ hashtable_hash_pointer_t(_Py_hashtable_t *ht, const void *pkey)
}
int
static
int
hashtable_compare_pointer_t
(
_Py_hashtable_t
*
ht
,
const
void
*
pkey
,
const
_Py_hashtable_entry_t
*
entry
)
{
...
...
Modules/faulthandler.c
Dosyayı görüntüle @
bc731506
...
...
@@ -414,7 +414,7 @@ faulthandler_exc_handler(struct _EXCEPTION_POINTERS *exc_info)
/* Install the handler for fatal signals, faulthandler_fatal_error(). */
int
static
int
faulthandler_enable
(
void
)
{
size_t
i
;
...
...
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