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
48e3f982
Kaydet (Commit)
48e3f982
authored
Tem 19, 2016
tarafından
Zachary Ware
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #25393: Fix probable copy/paste error in resource docs
Patch by Alakshendra Yadav.
üst
22194505
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
resource.rst
Doc/library/resource.rst
+3
-3
ACKS
Misc/ACKS
+1
-0
No files found.
Doc/library/resource.rst
Dosyayı görüntüle @
48e3f982
...
...
@@ -125,8 +125,7 @@ platform.
.. data:: RLIMIT_FSIZE
The maximum size of a file which the process may create. This only affects the
stack of the main thread in a multi-threaded process.
The maximum size of a file which the process may create.
.. data:: RLIMIT_DATA
...
...
@@ -136,7 +135,8 @@ platform.
.. data:: RLIMIT_STACK
The maximum size (in bytes) of the call stack for the current process.
The maximum size (in bytes) of the call stack for the current process. This only
affects the stack of the main thread in a multi-threaded process.
.. data:: RLIMIT_RSS
...
...
Misc/ACKS
Dosyayı görüntüle @
48e3f982
...
...
@@ -1632,6 +1632,7 @@ Xiang Zhang
Robert Xiao
Florent Xicluna
Arnon Yaari
Alakshendra Yadav
Hirokazu Yamamoto
Ka-Ping Yee
Jason Yeo
...
...
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