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
ce3caf2e
Kaydet (Commit)
ce3caf2e
authored
Şub 12, 2004
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
minor markup improvements
üst
70a6b498
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
whatsnew24.tex
Doc/whatsnew/whatsnew24.tex
+7
-7
No files found.
Doc/whatsnew/whatsnew24.tex
Dosyayı görüntüle @
ce3caf2e
...
...
@@ -479,15 +479,15 @@ Changes to Python's build process and to the C API include:
values from extension functions:
\csimplemacro
{
Py
_
RETURN
_
NONE
}
,
\csimplemacro
{
Py
_
RETURN
_
TRUE
}
, and
\csimplemacro
{
Py
_
RETURN
_
FALSE
}
.
\item
A new function,
\cfunction
{
PyTuple
_
Pack(
N, obj1, obj2, ...
,
objN)
}
, constructs tuples from a variable length argument list of
Python objects.
\item
A new function,
\cfunction
{
PyTuple
_
Pack(
\var
{
N
}
,
\var
{
obj1
}
,
\var
{
obj2
}
, ...,
\var
{
objN
}
)
}
, constructs tuples from a variable
length argument list of
Python objects.
\item
A new function,
\cfunction
{
PyDict
_
Contains(
d, k)
}
, implements
fast dictionary lookups without masking exceptions raised during the
look-up process.
\item
A new function,
\cfunction
{
PyDict
_
Contains(
\var
{
d
}
,
\var
{
k
}
)
}
,
implements fast dictionary lookups without masking exceptions raised
during the
look-up process.
\item
A new method flag,
\co
de
{
METH
_
COEXISTS
}
, allows a function
\item
A new method flag,
\co
nstant
{
METH
_
COEXISTS
}
, allows a function
defined in slots to co-exist with a PyCFunction having the same name.
This can halve the access to time to a method such as
\method
{
set.
__
contains
__
()
}
...
...
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