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
40a536be
Unverified
Kaydet (Commit)
40a536be
authored
Mar 28, 2018
tarafından
INADA Naoki
Kaydeden (comit)
GitHub
Mar 28, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
s/the the/the/ (GH-6287)
üst
c0518cde
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
glossary.rst
Doc/glossary.rst
+1
-1
HISTORY
Misc/HISTORY
+1
-1
No files found.
Doc/glossary.rst
Dosyayı görüntüle @
40a536be
...
@@ -463,7 +463,7 @@ Glossary
...
@@ -463,7 +463,7 @@ Glossary
hash
-
based
pyc
hash
-
based
pyc
A
bytecode
cache
file
that
uses
the
the
hash
rather
than
the
last
-
modified
A
bytecode
cache
file
that
uses
the
hash
rather
than
the
last
-
modified
time
of
the
corresponding
source
file
to
determine
its
validity
.
See
time
of
the
corresponding
source
file
to
determine
its
validity
.
See
:
ref
:`
pyc
-
invalidation
`.
:
ref
:`
pyc
-
invalidation
`.
...
...
Misc/HISTORY
Dosyayı görüntüle @
40a536be
...
@@ -1389,7 +1389,7 @@ Release date: 2014-09-22
...
@@ -1389,7 +1389,7 @@ Release date: 2014-09-22
Core and Builtins
Core and Builtins
-----------------
-----------------
- Issue #22258: Fix the
the
internal function set_inheritable() on Illumos.
- Issue #22258: Fix the internal function set_inheritable() on Illumos.
This platform exposes the function ``ioctl(FIOCLEX)``, but calling it fails
This platform exposes the function ``ioctl(FIOCLEX)``, but calling it fails
with errno is ENOTTY: "Inappropriate ioctl for device". set_inheritable()
with errno is ENOTTY: "Inappropriate ioctl for device". set_inheritable()
now falls back to the slower ``fcntl()`` (``F_GETFD`` and then ``F_SETFD``).
now falls back to the slower ``fcntl()`` (``F_GETFD`` and then ``F_SETFD``).
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