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
66e9d03b
Kaydet (Commit)
66e9d03b
authored
Mar 23, 2016
tarafından
Stefan Krah
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #26621: Update libmpdec version and remove unnecessary test case.
üst
4a1c7d2c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
_pydecimal.py
Lib/_pydecimal.py
+1
-1
test_decimal.py
Lib/test/test_decimal.py
+0
-1
mpdecimal.h
Modules/_decimal/libmpdec/mpdecimal.h
+2
-2
No files found.
Lib/_pydecimal.py
Dosyayı görüntüle @
66e9d03b
...
...
@@ -148,7 +148,7 @@ __xname__ = __name__ # sys.modules lookup (--without-threads)
__name__
=
'decimal'
# For pickling
__version__
=
'1.70'
# Highest version of the spec this complies with
# See http://speleotrove.com/decimal/
__libmpdec_version__
=
"2.4.
1
"
# compatible libmpdec version
__libmpdec_version__
=
"2.4.
2
"
# compatible libmpdec version
import
math
as
_math
import
numbers
as
_numbers
...
...
Lib/test/test_decimal.py
Dosyayı görüntüle @
66e9d03b
...
...
@@ -4206,7 +4206,6 @@ class CheckAttributes(unittest.TestCase):
self
.
assertTrue
(
P
.
HAVE_THREADS
is
True
or
P
.
HAVE_THREADS
is
False
)
self
.
assertEqual
(
C
.
__version__
,
P
.
__version__
)
self
.
assertEqual
(
C
.
__libmpdec_version__
,
P
.
__libmpdec_version__
)
self
.
assertEqual
(
dir
(
C
),
dir
(
P
))
...
...
Modules/_decimal/libmpdec/mpdecimal.h
Dosyayı görüntüle @
66e9d03b
...
...
@@ -108,9 +108,9 @@ MPD_PRAGMA(MPD_HIDE_SYMBOLS_START)
#define MPD_MAJOR_VERSION 2
#define MPD_MINOR_VERSION 4
#define MPD_MICRO_VERSION
1
#define MPD_MICRO_VERSION
2
#define MPD_VERSION "2.4.
1
"
#define MPD_VERSION "2.4.
2
"
#define MPD_VERSION_HEX ((MPD_MAJOR_VERSION << 24) | \
(MPD_MINOR_VERSION << 16) | \
...
...
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