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
1ca8bb37
Kaydet (Commit)
1ca8bb37
authored
Mar 02, 2001
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
RISCOS changes by dschwertberger
üst
5dfa1371
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
_localemodule.c
Modules/_localemodule.c
+4
-0
selectmodule.c
Modules/selectmodule.c
+9
-0
No files found.
Modules/_localemodule.c
Dosyayı görüntüle @
1ca8bb37
...
@@ -26,6 +26,10 @@ This software comes with no warranty. Use at your own risk.
...
@@ -26,6 +26,10 @@ This software comes with no warranty. Use at your own risk.
#include "macglue.h"
#include "macglue.h"
#endif
#endif
#ifdef RISCOS
char
*
strdup
(
const
char
*
);
#endif
static
char
locale__doc__
[]
=
"Support for POSIX locales."
;
static
char
locale__doc__
[]
=
"Support for POSIX locales."
;
static
PyObject
*
Error
;
static
PyObject
*
Error
;
...
...
Modules/selectmodule.c
Dosyayı görüntüle @
1ca8bb37
...
@@ -50,6 +50,15 @@ extern void bzero(void *, int);
...
@@ -50,6 +50,15 @@ extern void bzero(void *, int);
#endif
#endif
#endif
#endif
#ifdef RISCOS
#define NO_DUP
#undef off_t
#undef uid_t
#undef gid_t
#undef errno
#include "socklib.h"
#endif
/* RISCOS */
static
PyObject
*
SelectError
;
static
PyObject
*
SelectError
;
/* list of Python objects and their file descriptor */
/* list of Python objects and their file descriptor */
...
...
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