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
62a21a2e
Kaydet (Commit)
62a21a2e
authored
Tem 23, 1998
tarafından
Barry Warsaw
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
New global variables: PyExc_EnvironmentError and PyExc_OSError
New function: PyErr_SetFromErrnoWithFilename(PyObject* char*)
üst
be260101
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
pyerrors.h
Include/pyerrors.h
+3
-0
No files found.
Include/pyerrors.h
Dosyayı görüntüle @
62a21a2e
...
@@ -62,7 +62,9 @@ extern DL_IMPORT(PyObject *) PyExc_AssertionError;
...
@@ -62,7 +62,9 @@ extern DL_IMPORT(PyObject *) PyExc_AssertionError;
extern
DL_IMPORT
(
PyObject
*
)
PyExc_AttributeError
;
extern
DL_IMPORT
(
PyObject
*
)
PyExc_AttributeError
;
extern
DL_IMPORT
(
PyObject
*
)
PyExc_EOFError
;
extern
DL_IMPORT
(
PyObject
*
)
PyExc_EOFError
;
extern
DL_IMPORT
(
PyObject
*
)
PyExc_FloatingPointError
;
extern
DL_IMPORT
(
PyObject
*
)
PyExc_FloatingPointError
;
extern
DL_IMPORT
(
PyObject
*
)
PyExc_EnvironmentError
;
extern
DL_IMPORT
(
PyObject
*
)
PyExc_IOError
;
extern
DL_IMPORT
(
PyObject
*
)
PyExc_IOError
;
extern
DL_IMPORT
(
PyObject
*
)
PyExc_OSError
;
extern
DL_IMPORT
(
PyObject
*
)
PyExc_ImportError
;
extern
DL_IMPORT
(
PyObject
*
)
PyExc_ImportError
;
extern
DL_IMPORT
(
PyObject
*
)
PyExc_IndexError
;
extern
DL_IMPORT
(
PyObject
*
)
PyExc_IndexError
;
extern
DL_IMPORT
(
PyObject
*
)
PyExc_KeyError
;
extern
DL_IMPORT
(
PyObject
*
)
PyExc_KeyError
;
...
@@ -86,6 +88,7 @@ extern DL_IMPORT(PyObject *) PyExc_MemoryErrorInst;
...
@@ -86,6 +88,7 @@ extern DL_IMPORT(PyObject *) PyExc_MemoryErrorInst;
extern
int
PyErr_BadArgument
Py_PROTO
((
void
));
extern
int
PyErr_BadArgument
Py_PROTO
((
void
));
extern
PyObject
*
PyErr_NoMemory
Py_PROTO
((
void
));
extern
PyObject
*
PyErr_NoMemory
Py_PROTO
((
void
));
extern
PyObject
*
PyErr_SetFromErrno
Py_PROTO
((
PyObject
*
));
extern
PyObject
*
PyErr_SetFromErrno
Py_PROTO
((
PyObject
*
));
extern
PyObject
*
PyErr_SetFromErrnoWithFilename
Py_PROTO
((
PyObject
*
,
char
*
));
extern
PyObject
*
PyErr_Format
Py_PROTO
((
PyObject
*
,
const
char
*
,
...));
extern
PyObject
*
PyErr_Format
Py_PROTO
((
PyObject
*
,
const
char
*
,
...));
extern
void
PyErr_BadInternalCall
Py_PROTO
((
void
));
extern
void
PyErr_BadInternalCall
Py_PROTO
((
void
));
...
...
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