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
5ce31cc4
Kaydet (Commit)
5ce31cc4
authored
Mar 14, 2012
tarafından
Matthias Klose
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
merge 3.2
üst
e7c8fdee
d83be236
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
9 deletions
+9
-9
patchlevel.h
Include/patchlevel.h
+1
-1
Makefile.pre.in
Makefile.pre.in
+2
-2
pyconfig.h
PC/pyconfig.h
+1
-1
patchcheck.py
Tools/scripts/patchcheck.py
+2
-2
configure
configure
+2
-2
configure.ac
configure.ac
+0
-0
pyconfig.h.in
pyconfig.h.in
+1
-1
No files found.
Include/patchlevel.h
Dosyayı görüntüle @
5ce31cc4
...
...
@@ -2,7 +2,7 @@
/* Python version identification scheme.
When the major or minor version changes, the VERSION variable in
configure.
in
must also be changed.
configure.
ac
must also be changed.
There is also (independent) API version information in modsupport.h.
*/
...
...
Makefile.pre.in
Dosyayı görüntüle @
5ce31cc4
...
...
@@ -160,7 +160,7 @@ SRCDIRS= @SRCDIRS@
SUBDIRSTOO
=
Include Lib Misc
# Files and directories to be distributed
CONFIGFILES
=
configure configure.
in
acconfig.h pyconfig.h.in Makefile.pre.in
CONFIGFILES
=
configure configure.
ac
acconfig.h pyconfig.h.in Makefile.pre.in
DISTFILES
=
README ChangeLog
$(CONFIGFILES)
DISTDIRS
=
$(SUBDIRS)
$(SUBDIRSTOO)
Ext-dummy
DIST
=
$(DISTFILES)
$(DISTDIRS)
...
...
@@ -1274,7 +1274,7 @@ recheck:
$(SHELL)
config.status
--recheck
$(SHELL)
config.status
# Rebuild the configure script from configure.
in
; also rebuild pyconfig.h.in
# Rebuild the configure script from configure.
ac
; also rebuild pyconfig.h.in
autoconf
:
(
cd
$(srcdir)
;
autoconf
-Wall
)
(
cd
$(srcdir)
;
autoheader
-Wall
)
...
...
PC/pyconfig.h
Dosyayı görüntüle @
5ce31cc4
...
...
@@ -340,7 +340,7 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
# define SIZEOF_FPOS_T 8
# define SIZEOF_HKEY 8
# define SIZEOF_SIZE_T 8
/* configure.
in
defines HAVE_LARGEFILE_SUPPORT iff HAVE_LONG_LONG,
/* configure.
ac
defines HAVE_LARGEFILE_SUPPORT iff HAVE_LONG_LONG,
sizeof(off_t) > sizeof(long), and sizeof(PY_LONG_LONG) >= sizeof(off_t).
On Win64 the second condition is not true, but if fpos_t replaces off_t
then this is true. The uses of HAVE_LARGEFILE_SUPPORT imply that Win64
...
...
Tools/scripts/patchcheck.py
Dosyayı görüntüle @
5ce31cc4
...
...
@@ -135,7 +135,7 @@ def reported_news(file_paths):
@status
(
"configure regenerated"
,
modal
=
True
,
info
=
str
)
def
regenerated_configure
(
file_paths
):
"""Check if configure has been regenerated."""
if
'configure.
in
'
in
file_paths
:
if
'configure.
ac
'
in
file_paths
:
return
"yes"
if
'configure'
in
file_paths
else
"no"
else
:
return
"not needed"
...
...
@@ -143,7 +143,7 @@ def regenerated_configure(file_paths):
@status
(
"pyconfig.h.in regenerated"
,
modal
=
True
,
info
=
str
)
def
regenerated_pyconfig_h_in
(
file_paths
):
"""Check if pyconfig.h.in has been regenerated."""
if
'configure.
in
'
in
file_paths
:
if
'configure.
ac
'
in
file_paths
:
return
"yes"
if
'pyconfig.h.in'
in
file_paths
else
"no"
else
:
return
"not needed"
...
...
configure
Dosyayı görüntüle @
5ce31cc4
...
...
@@ -14599,8 +14599,8 @@ esac
cat
>>
$CONFIG_STATUS
<<
_ACEOF
|| ac_write_fail=1
# Files that config.status was made for.
config_files="
`echo
$ac_config_files
`
"
config_headers="
`echo
$ac_config_headers
`
"
config_files="
$ac_config_files
"
config_headers="
$ac_config_headers
"
_ACEOF
...
...
configure.
in
→
configure.
ac
Dosyayı görüntüle @
5ce31cc4
File moved
pyconfig.h.in
Dosyayı görüntüle @
5ce31cc4
/* pyconfig.h.in. Generated from configure.
in
by autoheader. */
/* pyconfig.h.in. Generated from configure.
ac
by autoheader. */
#ifndef Py_PYCONFIG_H
...
...
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