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
b60ea3f0
Kaydet (Commit)
b60ea3f0
authored
Kas 15, 2002
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Mention change in MRO
üst
545c2509
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
whatsnew23.tex
Doc/whatsnew/whatsnew23.tex
+13
-0
No files found.
Doc/whatsnew/whatsnew23.tex
Dosyayı görüntüle @
b60ea3f0
...
...
@@ -854,6 +854,19 @@ command line or use \function{warnings.filterwarnings()}.
\exception
{
SyntaxWarning
}
warning. In a future version of Python,
\code
{
None
}
may finally become a keyword.
\item
The method resolution order used by new-style classes has
changed, though you'll only notice the difference if you have a really
complicated inheritance hierarchy. (Classic classes are unaffected by
this change.) Python 2.2 originally used a topological sort of a
class's ancestors, but 2.3 now uses the C3 algorithm as described in
\citetitle
[http://www.webcom.com/haahr/dylan/linearization-oopsla96.html]
{
``A
Monotonic Superclass Linearization for Dylan''
}
. To understand the
motivation for this change, read the thread on python-dev starting
with the message at
\url
{
http://mail.python.org/pipermail/python-dev/2002-October/029035.html
}
.
Samuele Pedroni first pointed out the problem and also implemented the
fix by coding the C3 algorithm.
\item
Python runs multithreaded programs by switching between threads
after executing N bytecodes. The default value for N has been
increased from 10 to 100 bytecodes, speeding up single-threaded
...
...
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