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
76d38502
Kaydet (Commit)
76d38502
authored
Haz 24, 2013
tarafından
Victor Stinner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #9566: Fix a compiler warning on Windows x64
üst
2199c387
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
formatter_unicode.c
Python/formatter_unicode.c
+2
-4
No files found.
Python/formatter_unicode.c
Dosyayı görüntüle @
76d38502
...
@@ -982,8 +982,7 @@ format_float_internal(PyObject *value,
...
@@ -982,8 +982,7 @@ format_float_internal(PyObject *value,
Py_ssize_t
n_total
;
Py_ssize_t
n_total
;
int
has_decimal
;
int
has_decimal
;
double
val
;
double
val
;
Py_ssize_t
precision
;
int
precision
,
default_precision
=
6
;
Py_ssize_t
default_precision
=
6
;
Py_UCS4
type
=
format
->
type
;
Py_UCS4
type
=
format
->
type
;
int
add_pct
=
0
;
int
add_pct
=
0
;
Py_ssize_t
index
;
Py_ssize_t
index
;
...
@@ -1138,8 +1137,7 @@ format_complex_internal(PyObject *value,
...
@@ -1138,8 +1137,7 @@ format_complex_internal(PyObject *value,
Py_ssize_t
n_im_total
;
Py_ssize_t
n_im_total
;
int
re_has_decimal
;
int
re_has_decimal
;
int
im_has_decimal
;
int
im_has_decimal
;
int
precision
;
int
precision
,
default_precision
=
6
;
Py_ssize_t
default_precision
=
6
;
Py_UCS4
type
=
format
->
type
;
Py_UCS4
type
=
format
->
type
;
Py_ssize_t
i_re
;
Py_ssize_t
i_re
;
Py_ssize_t
i_im
;
Py_ssize_t
i_im
;
...
...
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