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
08259e8f
Kaydet (Commit)
08259e8f
authored
Şub 18, 2009
tarafından
Raymond Hettinger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Py3k warnings now automatically include -Qwarn for division.
üst
c8223b09
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
NEWS
Misc/NEWS
+3
-0
main.c
Modules/main.c
+2
-0
No files found.
Misc/NEWS
Dosyayı görüntüle @
08259e8f
...
...
@@ -12,6 +12,9 @@ What's New in Python 2.7 alpha 1
Core and Builtins
-----------------
- Running Python with the -3 option now also warns about classic division
for ints and longs.
- Issue #5260: Long integers now consume less memory: average
saving is 2 bytes per long on a 32-bit system and 6 bytes per long
on a 64-bit system.
...
...
Modules/main.c
Dosyayı görüntüle @
08259e8f
...
...
@@ -317,6 +317,8 @@ Py_Main(int argc, char **argv)
case
'3'
:
Py_Py3kWarningFlag
++
;
if
(
!
Py_DivisionWarningFlag
)
Py_DivisionWarningFlag
=
1
;
break
;
case
'Q'
:
...
...
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