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
2ee077f7
Kaydet (Commit)
2ee077f7
authored
Nis 09, 2019
tarafından
xdegaye
Kaydeden (comit)
Miss Islington (bot)
Nis 09, 2019
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bpo-36544 : Fix regression introduced in bpo-36146 (GH-12708)
https://bugs.python.org/issue36544
üst
56065d4c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
2019-04-06-18-53-03.bpo-36544.hJr2_a.rst
...EWS.d/next/Build/2019-04-06-18-53-03.bpo-36544.hJr2_a.rst
+1
-0
setup.py
setup.py
+2
-0
No files found.
Misc/NEWS.d/next/Build/2019-04-06-18-53-03.bpo-36544.hJr2_a.rst
0 → 100644
Dosyayı görüntüle @
2ee077f7
Fix regression introduced in bpo-36146 refactoring setup.py
setup.py
Dosyayı görüntüle @
2ee077f7
...
@@ -1642,6 +1642,7 @@ class PyBuildExt(build_ext):
...
@@ -1642,6 +1642,7 @@ class PyBuildExt(build_ext):
self
.
detect_crypt
()
self
.
detect_crypt
()
self
.
detect_socket
()
self
.
detect_socket
()
self
.
detect_openssl_hashlib
()
self
.
detect_openssl_hashlib
()
self
.
detect_hash_builtins
()
self
.
detect_dbm_gdbm
()
self
.
detect_dbm_gdbm
()
self
.
detect_sqlite
()
self
.
detect_sqlite
()
self
.
detect_platform_specific_exts
()
self
.
detect_platform_specific_exts
()
...
@@ -2184,6 +2185,7 @@ class PyBuildExt(build_ext):
...
@@ -2184,6 +2185,7 @@ class PyBuildExt(build_ext):
library_dirs
=
openssl_libdirs
,
library_dirs
=
openssl_libdirs
,
libraries
=
openssl_libs
))
libraries
=
openssl_libs
))
def
detect_hash_builtins
(
self
):
# We always compile these even when OpenSSL is available (issue #14693).
# We always compile these even when OpenSSL is available (issue #14693).
# It's harmless and the object code is tiny (40-50 KiB per module,
# It's harmless and the object code is tiny (40-50 KiB per module,
# only loaded when actually used).
# only loaded when actually used).
...
...
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