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
da4d6cb5
Kaydet (Commit)
da4d6cb5
authored
Mar 29, 2004
tarafından
Andrew MacIntyre
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
OS/2 VACPP build updates/fixes
üst
174175bf
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
5 deletions
+6
-5
posixmodule.c
Modules/posixmodule.c
+1
-1
makefile
PC/os2vacpp/makefile
+1
-0
pyconfig.h
PC/os2vacpp/pyconfig.h
+1
-1
python.def
PC/os2vacpp/python.def
+2
-2
bltinmodule.c
Python/bltinmodule.c
+1
-1
No files found.
Modules/posixmodule.c
Dosyayı görüntüle @
da4d6cb5
...
...
@@ -42,8 +42,8 @@ corresponding Unix manual entries for more information on calls.");
#include <io.h>
#include <stdio.h>
#include <process.h>
#include "osdefs.h"
#endif
#include "osdefs.h"
#endif
#include <sys/types.h>
...
...
PC/os2vacpp/makefile
Dosyayı görüntüle @
da4d6cb5
...
...
@@ -165,6 +165,7 @@ OBJECTS = \
$(PATHOBJ)
\M
ethodObject.obj
\
$(PATHOBJ)
\M
oduleObject.obj
\
$(PATHOBJ)
\O
bject.obj
\
$(PATHOBJ)
\O
bMalloc.obj
\
$(PATHOBJ)
\R
angeObject.obj
\
$(PATHOBJ)
\S
liceObject.obj
\
$(PATHOBJ)
\S
tringObject.obj
\
...
...
PC/os2vacpp/pyconfig.h
Dosyayı görüntüle @
da4d6cb5
...
...
@@ -54,7 +54,7 @@
/* Provide a default library so writers of extension modules
* won't have to explicitly specify it anymore
*/
#pragma library("Python2
2
.lib")
#pragma library("Python2
4
.lib")
/***************************************************/
/* 32-Bit IBM VisualAge C/C++ v3.0 for OS/2 */
...
...
PC/os2vacpp/python.def
Dosyayı görüntüle @
da4d6cb5
LIBRARY PYTHON2
2
INITINSTANCE TERMINSTANCE
DESCRIPTION 'Python 2.
2
Core DLL'
LIBRARY PYTHON2
4
INITINSTANCE TERMINSTANCE
DESCRIPTION 'Python 2.
4
Core DLL'
PROTMODE
DATA MULTIPLE NONSHARED
...
...
Python/bltinmodule.c
Dosyayı görüntüle @
da4d6cb5
...
...
@@ -575,7 +575,7 @@ builtin_execfile(PyObject *self, PyObject *args)
struct
stat
s
;
if
(
stat
(
filename
,
&
s
)
==
0
)
{
if
(
S_ISDIR
(
s
.
st_mode
))
# if defined(PY_OS2) && defined(PYCC_VACPP)
# if defined(PY
OS
_OS2) && defined(PYCC_VACPP)
errno
=
EOS2ERR
;
# else
errno
=
EISDIR
;
...
...
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