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
b98d65c0
Kaydet (Commit)
b98d65c0
authored
May 27, 2006
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add Py_LOCAL macros
üst
2e3f6b77
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
whatsnew25.tex
Doc/whatsnew/whatsnew25.tex
+12
-0
No files found.
Doc/whatsnew/whatsnew25.tex
Dosyayı görüntüle @
b98d65c0
...
...
@@ -2036,6 +2036,18 @@ string of build information like this:
\code
{
"trunk:45355:45356M, Apr 13 2006, 07:42:19"
}
.
(Contributed by Barry Warsaw.)
\item
Two new macros can be used to indicate C functions that are
local to the current file so that a faster calling convention can be
used.
\cfunction
{
Py
_
LOCAL(
\var
{
type
}
)
}
declares the function as
returning a value of the specified
\var
{
type
}
and uses a fast-calling
qualifier.
\cfunction
{
Py
_
LOCAL
_
INLINE(
\var
{
type
}
)
}
does the same thing
and also requests the function be inlined. If
\cfunction
{
PY
_
LOCAL
_
AGGRESSIVE
}
is defined before
\file
{
python.h
}
is
included, a set of more aggressive optimizations are enabled for the
module; you should benchmark the results to find out if these
optimizations actually make the code faster. (Contributed by Fredrik
Lundh at the NeedForSpeed sprint.)
\item
\cfunction
{
PyErr
_
NewException(
\var
{
name
}
,
\var
{
base
}
,
\var
{
dict
}
)
}
can now accept a tuple of base classes as its
\var
{
base
}
argument. (Contributed by Georg Brandl.)
...
...
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