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
cddabbf9
Kaydet (Commit)
cddabbf9
authored
Tem 28, 2006
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix spelling.
üst
4793aa39
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
cursor.c
Modules/_sqlite/cursor.c
+1
-1
util.c
Modules/_sqlite/util.c
+1
-1
util.h
Modules/_sqlite/util.h
+1
-1
socketmodule.c
Modules/socketmodule.c
+1
-1
No files found.
Modules/_sqlite/cursor.c
Dosyayı görüntüle @
cddabbf9
...
...
@@ -621,7 +621,7 @@ PyObject* _query_execute(Cursor* self, int multiple, PyObject* args)
}
}
else
{
if
(
PyErr_Occurred
())
{
/* there was an error that occured in a user-defined callback */
/* there was an error that occur
r
ed in a user-defined callback */
if
(
_enable_callback_tracebacks
)
{
PyErr_Print
();
}
else
{
...
...
Modules/_sqlite/util.c
Dosyayı görüntüle @
cddabbf9
...
...
@@ -38,7 +38,7 @@ int _sqlite_step_with_busyhandler(sqlite3_stmt* statement, Connection* connectio
/**
* Checks the SQLite error code and sets the appropriate DB-API exception.
* Returns the error code (0 means no error occured).
* Returns the error code (0 means no error occur
r
ed).
*/
int
_seterror
(
sqlite3
*
db
)
{
...
...
Modules/_sqlite/util.h
Dosyayı görüntüle @
cddabbf9
...
...
@@ -32,7 +32,7 @@ int _sqlite_step_with_busyhandler(sqlite3_stmt* statement, Connection* connectio
/**
* Checks the SQLite error code and sets the appropriate DB-API exception.
* Returns the error code (0 means no error occured).
* Returns the error code (0 means no error occur
r
ed).
*/
int
_seterror
(
sqlite3
*
db
);
#endif
Modules/socketmodule.c
Dosyayı görüntüle @
cddabbf9
...
...
@@ -2307,7 +2307,7 @@ sock_recv(PySocketSockObject *s, PyObject *args)
/* Call the guts */
outlen
=
sock_recv_guts
(
s
,
PyString_AS_STRING
(
buf
),
recvlen
,
flags
);
if
(
outlen
<
0
)
{
/* An error occured, release the string and return an
/* An error occur
r
ed, release the string and return an
error. */
Py_DECREF
(
buf
);
return
NULL
;
...
...
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