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
a45120db
Kaydet (Commit)
a45120db
authored
Mar 18, 2016
tarafından
Martin Panter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #17603: Check for st_blocks field without requiring fileblocks.o
üst
ec8d6c2d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
15 deletions
+4
-15
NEWS
Misc/NEWS
+3
-0
configure
configure
+0
-10
configure.ac
configure.ac
+1
-1
pyconfig.h.in
pyconfig.h.in
+0
-4
No files found.
Misc/NEWS
Dosyayı görüntüle @
a45120db
...
@@ -170,6 +170,9 @@ Tests
...
@@ -170,6 +170,9 @@ Tests
Build
Build
-----
-----
-
Issue
#
17603
:
Avoid
error
about
nonexistant
fileblocks
.
o
file
by
using
a
lower
-
level
check
for
st_blocks
in
struct
stat
.
-
Issue
#
26465
:
Update
Windows
builds
to
use
OpenSSL
1.0.2
g
.
-
Issue
#
26465
:
Update
Windows
builds
to
use
OpenSSL
1.0.2
g
.
-
Issue
#
24421
:
Compile
Modules
/
_math
.
c
once
,
before
building
extensions
.
-
Issue
#
24421
:
Compile
Modules
/
_math
.
c
once
,
before
building
extensions
.
...
...
configure
Dosyayı görüntüle @
a45120db
...
@@ -11962,19 +11962,9 @@ cat >>confdefs.h <<_ACEOF
...
@@ -11962,19 +11962,9 @@ cat >>confdefs.h <<_ACEOF
_ACEOF
_ACEOF
$as_echo
"#define HAVE_ST_BLOCKS 1"
>>
confdefs.h
else
case
"
$LIBOBJS
"
in
*
" fileblocks.
$ac_objext
"
*
)
;;
*
)
LIBOBJS
=
"
$LIBOBJS
fileblocks.
$ac_objext
"
;;
esac
fi
fi
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking for time.h that defines altzone"
>
&5
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: checking for time.h that defines altzone"
>
&5
$as_echo_n
"checking for time.h that defines altzone... "
>
&6
;
}
$as_echo_n
"checking for time.h that defines altzone... "
>
&6
;
}
if
${
ac_cv_header_time_altzone
+
:
}
false
;
then
:
if
${
ac_cv_header_time_altzone
+
:
}
false
;
then
:
...
...
configure.ac
Dosyayı görüntüle @
a45120db
...
@@ -3439,7 +3439,7 @@ AC_CHECK_MEMBERS([struct stat.st_blksize])
...
@@ -3439,7 +3439,7 @@ AC_CHECK_MEMBERS([struct stat.st_blksize])
AC_CHECK_MEMBERS([struct stat.st_flags])
AC_CHECK_MEMBERS([struct stat.st_flags])
AC_CHECK_MEMBERS([struct stat.st_gen])
AC_CHECK_MEMBERS([struct stat.st_gen])
AC_CHECK_MEMBERS([struct stat.st_birthtime])
AC_CHECK_MEMBERS([struct stat.st_birthtime])
AC_
STRUCT_ST_BLOCKS
AC_
CHECK_MEMBERS([struct stat.st_blocks])
AC_MSG_CHECKING(for time.h that defines altzone)
AC_MSG_CHECKING(for time.h that defines altzone)
AC_CACHE_VAL(ac_cv_header_time_altzone,[
AC_CACHE_VAL(ac_cv_header_time_altzone,[
...
...
pyconfig.h.in
Dosyayı görüntüle @
a45120db
...
@@ -731,10 +731,6 @@
...
@@ -731,10 +731,6 @@
/* Define to 1 if `tm_zone' is a member of `struct tm'. */
/* Define to 1 if `tm_zone' is a member of `struct tm'. */
#undef HAVE_STRUCT_TM_TM_ZONE
#undef HAVE_STRUCT_TM_TM_ZONE
/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
`HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
#undef HAVE_ST_BLOCKS
/* Define if you have the 'symlink' function. */
/* Define if you have the 'symlink' function. */
#undef HAVE_SYMLINK
#undef HAVE_SYMLINK
...
...
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