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
8766dfd9
Kaydet (Commit)
8766dfd9
authored
May 15, 1997
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Regenreated for MSL
üst
b83b46d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
macerrors.py
Mac/Lib/macerrors.py
+11
-6
No files found.
Mac/Lib/macerrors.py
Dosyayı görüntüle @
8766dfd9
...
...
@@ -579,12 +579,12 @@ EMLINK = 31 #Too many links
EPIPE
=
32
#Broken pipe
EDOM
=
33
#Numerical argument out of domain
ERANGE
=
34
#Result too large
E
AGAIN
=
35
#Resource temporarily unavailable
E
INPROGRESS
=
36
#Operation now in progress
E
ALREADY
=
37
#Operation already in progress
E
NOTSOCK
=
38
#Socket operation on non-socket
E
DESTADDRREQ
=
39
#Destination address required
E
MSGSIZE
=
40
#Message too long
E
FPOS
=
35
#File positioning error
E
SIGPARM
=
36
#Signal argument error
E
NOMEM
=
37
#Cannot allocate memory
E
ACCES
=
38
#Permission denied
E
NOENT
=
39
#No such file or directory
E
NOSYS
=
40
#Function not implemented
EPROTOTYPE
=
41
#Protocol wrong type for socket
ENOPROTOOPT
=
42
#Protocol not available
EPROTONOSUPPORT
=
43
#Protocol not supported
...
...
@@ -624,3 +624,8 @@ EPROCUNAVAIL = 76 #Bad procedure for program
ENOLCK
=
77
#No locks available
ENOSYS
=
78
#Function not implemented
EFTYPE
=
79
#Inappropriate file type or format
EINPROGRESS
=
136
#Operation now in progress
EALREADY
=
137
#Operation already in progress
ENOTSOCK
=
138
#Socket operation on non-socket
EDESTADDRREQ
=
139
#Destination address required
EMSGSIZE
=
140
#Message too long
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