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
a1b56294
Kaydet (Commit)
a1b56294
authored
May 05, 2010
tarafından
Brett Cannon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove an unnecessary variable.
Found using Clang's static analyzer.
üst
9545a23c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
connection.c
Modules/_sqlite/connection.c
+0
-3
No files found.
Modules/_sqlite/connection.c
Dosyayı görüntüle @
a1b56294
...
@@ -745,7 +745,6 @@ void _pysqlite_final_callback(sqlite3_context* context)
...
@@ -745,7 +745,6 @@ void _pysqlite_final_callback(sqlite3_context* context)
{
{
PyObject
*
function_result
=
NULL
;
PyObject
*
function_result
=
NULL
;
PyObject
**
aggregate_instance
;
PyObject
**
aggregate_instance
;
PyObject
*
aggregate_class
;
#ifdef WITH_THREAD
#ifdef WITH_THREAD
PyGILState_STATE
threadstate
;
PyGILState_STATE
threadstate
;
...
@@ -753,8 +752,6 @@ void _pysqlite_final_callback(sqlite3_context* context)
...
@@ -753,8 +752,6 @@ void _pysqlite_final_callback(sqlite3_context* context)
threadstate
=
PyGILState_Ensure
();
threadstate
=
PyGILState_Ensure
();
#endif
#endif
aggregate_class
=
(
PyObject
*
)
sqlite3_user_data
(
context
);
aggregate_instance
=
(
PyObject
**
)
sqlite3_aggregate_context
(
context
,
sizeof
(
PyObject
*
));
aggregate_instance
=
(
PyObject
**
)
sqlite3_aggregate_context
(
context
,
sizeof
(
PyObject
*
));
if
(
!*
aggregate_instance
)
{
if
(
!*
aggregate_instance
)
{
/* this branch is executed if there was an exception in the aggregate's
/* this branch is executed if there was an exception in the aggregate's
...
...
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