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
673ac274
Kaydet (Commit)
673ac274
authored
Haz 14, 2016
tarafından
Victor Stinner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Merge 3.5
üst
e0b70cd8
fd7f19ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
NEWS
Misc/NEWS
+1
-1
No files found.
Misc/NEWS
Dosyayı görüntüle @
673ac274
...
...
@@ -477,7 +477,7 @@ Core and Builtins
- Issue #25843: When compiling code, don'
t
merge
constants
if
they
are
equal
but
have
a
different
types
.
For
example
,
``
f1
,
f2
=
lambda
:
1
,
lambda
:
1.0
``
is
now
correctly
compiled
to
two
different
functions
:
``
f1
()``
returns
``
1
``
(``int``) and ``f2()`` returns ``1.0`` (``
in
t``), even if ``1`` and ``1.0``
(``
int
``)
and
``
f2
()``
returns
``
1.0
``
(``
floa
t
``),
even
if
``
1
``
and
``
1.0
``
are
equal
.
-
Issue
#
26107
:
The
format
of
the
``
co_lnotab
``
attribute
of
code
objects
...
...
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