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
b7953f00
Kaydet (Commit)
b7953f00
authored
Ara 30, 2009
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
We only support Windows NT derivatives now.
üst
e5ee7e38
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
msvcrt.rst
Doc/library/msvcrt.rst
+1
-3
msvcrtmodule.c
PC/msvcrtmodule.c
+1
-2
No files found.
Doc/library/msvcrt.rst
Dosyayı görüntüle @
b7953f00
...
@@ -153,6 +153,4 @@ Other Functions
...
@@ -153,6 +153,4 @@ Other Functions
.. function:: heapmin()
.. function:: heapmin()
Force the :cfunc:`malloc` heap to clean itself up and return unused blocks to
Force the :cfunc:`malloc` heap to clean itself up and return unused blocks to
the operating system. This only works on Windows NT. On failure, this raises
the operating system. On failure, this raises :exc:`IOError`.
:exc:`IOError`.
PC/msvcrtmodule.c
Dosyayı görüntüle @
b7953f00
...
@@ -47,8 +47,7 @@ PyDoc_STRVAR(heapmin_doc,
...
@@ -47,8 +47,7 @@ PyDoc_STRVAR(heapmin_doc,
"heapmin() -> None
\n
\
"heapmin() -> None
\n
\
\n
\
\n
\
Force the malloc() heap to clean itself up and return unused blocks
\n
\
Force the malloc() heap to clean itself up and return unused blocks
\n
\
to the operating system. This only works on Windows NT. On failure,
\n
\
to the operating system. On failure, this raises IOError."
);
this raises IOError."
);
// Perform locking operations on a C runtime file descriptor.
// Perform locking operations on a C runtime file descriptor.
static
PyObject
*
static
PyObject
*
...
...
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