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
757ea27b
Kaydet (Commit)
757ea27b
authored
Agu 14, 2006
tarafından
Marc-André Lemburg
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Readd NEWS items that were accidentally removed by r51276.
üst
86720048
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
NEWS
Misc/NEWS
+13
-0
No files found.
Misc/NEWS
Dosyayı görüntüle @
757ea27b
...
...
@@ -25,6 +25,19 @@ Core and builtins
Note that compare operators other than equal and unequal will still
raise UnicodeDecodeError exceptions as they'
ve
always
done
.
-
Fix
segfault
when
doing
string
formatting
on
subclasses
of
long
.
-
Fix
bug
related
to
__len__
functions
using
values
>
2
**
32
on
64
-
bit
machines
with
new
-
style
classes
.
-
Fix
bug
related
to
__len__
functions
returning
negative
values
with
classic
classes
.
-
Patch
#
1538606
,
Fix
__index__
()
clipping
.
There
were
some
problems
discovered
with
the
API
and
how
integers
that
didn
't fit into Py_ssize_t
were handled. This patch attempts to provide enough alternatives
to effectively use __index__.
- Bug #1536021: __hash__ may now return long int; the final hash
value is obtained by invoking hash on the long int.
...
...
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