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
76f373d0
Kaydet (Commit)
76f373d0
authored
Tem 26, 2001
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Repair more now-obsolete references to config.h.
üst
bd2e3b03
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
10 additions
and
10 deletions
+10
-10
Python.h
Include/Python.h
+1
-1
pgenheaders.h
Include/pgenheaders.h
+1
-1
pymem.h
Include/pymem.h
+1
-1
pyport.h
Include/pyport.h
+1
-1
pyconfig.h
PC/os2vacpp/pyconfig.h
+1
-1
pyconfig.h
PC/pyconfig.h
+1
-1
readme.txt
PC/readme.txt
+1
-1
python.iss
PCbuild/python.iss
+1
-1
thread.c
Python/thread.c
+1
-1
setup.py
setup.py
+1
-1
No files found.
Include/Python.h
Dosyayı görüntüle @
76f373d0
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
#include <limits.h>
#include <limits.h>
#endif
#endif
/* config.h may or may not define DL_IMPORT */
/*
py
config.h may or may not define DL_IMPORT */
#ifndef DL_IMPORT
/* declarations for DLL import/export */
#ifndef DL_IMPORT
/* declarations for DLL import/export */
#define DL_IMPORT(RTYPE) RTYPE
#define DL_IMPORT(RTYPE) RTYPE
#endif
#endif
...
...
Include/pgenheaders.h
Dosyayı görüntüle @
76f373d0
...
@@ -9,7 +9,7 @@ extern "C" {
...
@@ -9,7 +9,7 @@ extern "C" {
#include "pyconfig.h"
#include "pyconfig.h"
/* config.h may or may not define DL_IMPORT */
/*
py
config.h may or may not define DL_IMPORT */
#ifndef DL_IMPORT
/* declarations for DLL import/export */
#ifndef DL_IMPORT
/* declarations for DLL import/export */
#define DL_IMPORT(RTYPE) RTYPE
#define DL_IMPORT(RTYPE) RTYPE
#endif
#endif
...
...
Include/pymem.h
Dosyayı görüntüle @
76f373d0
...
@@ -140,7 +140,7 @@ extern DL_IMPORT(void) PyMem_Free(void *);
...
@@ -140,7 +140,7 @@ extern DL_IMPORT(void) PyMem_Free(void *);
d_malloc(size_t n, char* src_file, unsigned long src_line) c.s.
d_malloc(size_t n, char* src_file, unsigned long src_line) c.s.
In this case, you would define (for example in config.h) :
In this case, you would define (for example in
py
config.h) :
#define PyCore_MALLOC_FUNC d_malloc
#define PyCore_MALLOC_FUNC d_malloc
...
...
...
...
Include/pyport.h
Dosyayı görüntüle @
76f373d0
...
@@ -128,7 +128,7 @@ typedef unsigned LONG_LONG Py_uintptr_t;
...
@@ -128,7 +128,7 @@ typedef unsigned LONG_LONG Py_uintptr_t;
* #define DONT_HAVE_STAT
* #define DONT_HAVE_STAT
* and/or
* and/or
* #define DONT_HAVE_FSTAT
* #define DONT_HAVE_FSTAT
* to your config.h. Python code beyond this should check HAVE_STAT and
* to your
py
config.h. Python code beyond this should check HAVE_STAT and
* HAVE_FSTAT instead.
* HAVE_FSTAT instead.
* Also
* Also
* #define DONT_HAVE_SYS_STAT_H
* #define DONT_HAVE_SYS_STAT_H
...
...
PC/os2vacpp/pyconfig.h
Dosyayı görüntüle @
76f373d0
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
#define Py_CONFIG_H
#define Py_CONFIG_H
/**********************************************************************
/**********************************************************************
* config.h. NOT Generated automatically by configure.
*
py
config.h. NOT Generated automatically by configure.
*
*
* This is a manually maintained version used for the IBM VisualAge
* This is a manually maintained version used for the IBM VisualAge
* C/C++ compiler on the OS/2 platform. It is a standard part of
* C/C++ compiler on the OS/2 platform. It is a standard part of
...
...
PC/pyconfig.h
Dosyayı görüntüle @
76f373d0
#ifndef Py_CONFIG_H
#ifndef Py_CONFIG_H
#define Py_CONFIG_H
#define Py_CONFIG_H
/* config.h. NOT Generated automatically by configure.
/*
py
config.h. NOT Generated automatically by configure.
This is a manually maintained version used for the Watcom,
This is a manually maintained version used for the Watcom,
Borland and and Microsoft Visual C++ compilers. It is a
Borland and and Microsoft Visual C++ compilers. It is a
...
...
PC/readme.txt
Dosyayı görüntüle @
76f373d0
...
@@ -50,7 +50,7 @@ To make a Python port, start the Integrated Development Environment
...
@@ -50,7 +50,7 @@ To make a Python port, start the Integrated Development Environment
(or makefile) provided. This will enable you to change any source
(or makefile) provided. This will enable you to change any source
files or build settings so you can make custom builds.
files or build settings so you can make custom builds.
config.h An important configuration file specific to PC's.
py
config.h An important configuration file specific to PC's.
config.c The list of C modules to include in the Python PC
config.c The list of C modules to include in the Python PC
version. Manually edit this file to add or
version. Manually edit this file to add or
...
...
PCbuild/python.iss
Dosyayı görüntüle @
76f373d0
...
@@ -172,7 +172,7 @@ Source: Lib\xml\*.py; DestDir: "{app}\Lib\xml"; CopyMode: alwaysoverwrite; Flags
...
@@ -172,7 +172,7 @@ Source: Lib\xml\*.py; DestDir: "{app}\Lib\xml"; CopyMode: alwaysoverwrite; Flags
Source: Lib\lib-old\*.py; DestDir: "{app}\Lib\lib-old"; CopyMode: alwaysoverwrite; Components: main
Source: Lib\lib-old\*.py; DestDir: "{app}\Lib\lib-old"; CopyMode: alwaysoverwrite; Components: main
Source: Lib\site-packages\README; DestDir: "{app}\Lib\site-packages"; DestName: README.txt; CopyMode: alwaysoverwrite; Components: main
Source: Lib\site-packages\README; DestDir: "{app}\Lib\site-packages"; DestName: README.txt; CopyMode: alwaysoverwrite; Components: main
Source: Include\*.h; DestDir: "{app}\include"; CopyMode: alwaysoverwrite; Components: main
Source: Include\*.h; DestDir: "{app}\include"; CopyMode: alwaysoverwrite; Components: main
Source: PC\config.h; DestDir: "{app}\include"; CopyMode: alwaysoverwrite; Components: main
Source: PC\
py
config.h; DestDir: "{app}\include"; CopyMode: alwaysoverwrite; Components: main
Source: Tools\scripts\*.py; DestDir: "{app}\Tools\Scripts"; CopyMode: alwaysoverwrite; Components: tools
Source: Tools\scripts\*.py; DestDir: "{app}\Tools\Scripts"; CopyMode: alwaysoverwrite; Components: tools
Source: Tools\scripts\*.pyw; DestDir: "{app}\Tools\Scripts"; CopyMode: alwaysoverwrite; Components: tools
Source: Tools\scripts\*.pyw; DestDir: "{app}\Tools\Scripts"; CopyMode: alwaysoverwrite; Components: tools
...
...
Python/thread.c
Dosyayı görüntüle @
76f373d0
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
#include "pyconfig.h"
#include "pyconfig.h"
/* config.h may or may not define DL_IMPORT */
/*
py
config.h may or may not define DL_IMPORT */
#ifndef DL_IMPORT
/* declarations for DLL import/export */
#ifndef DL_IMPORT
/* declarations for DLL import/export */
#define DL_IMPORT(RTYPE) RTYPE
#define DL_IMPORT(RTYPE) RTYPE
#endif
#endif
...
...
setup.py
Dosyayı görüntüle @
76f373d0
...
@@ -84,7 +84,7 @@ class PyBuildExt(build_ext):
...
@@ -84,7 +84,7 @@ class PyBuildExt(build_ext):
for
ext
in
self
.
extensions
[:]:
for
ext
in
self
.
extensions
[:]:
ext
.
sources
=
[
os
.
path
.
join
(
moddir
,
filename
)
ext
.
sources
=
[
os
.
path
.
join
(
moddir
,
filename
)
for
filename
in
ext
.
sources
]
for
filename
in
ext
.
sources
]
ext
.
include_dirs
.
append
(
'.'
)
# to get config.h
ext
.
include_dirs
.
append
(
'.'
)
# to get
py
config.h
ext
.
include_dirs
.
append
(
os
.
path
.
join
(
srcdir
,
'./Include'
)
)
ext
.
include_dirs
.
append
(
os
.
path
.
join
(
srcdir
,
'./Include'
)
)
# If a module has already been built statically,
# If a module has already been built statically,
...
...
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