Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
ciksemel
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ç
SulinOS
ciksemel
Commits
45e826ca
Kaydet (Commit)
45e826ca
authored
Ara 02, 2016
tarafından
Suleyman Poyraz
Kaydeden (comit)
GitHub
Ara 02, 2016
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
rewrite some lines
üst
ce7770aa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
pyiks.c
src/pyiks.c
+3
-1
No files found.
src/pyiks.c
Dosyayı görüntüle @
45e826ca
...
...
@@ -44,7 +44,6 @@ static void Document_dealloc(Document *self);
static
PyTypeObject
Document_type
=
{
PyVarObject_HEAD_0INIT
(
NULL
,
0
)
"piksemel.Document"
,
/* tp_name */
sizeof
(
Document
),
/* tp_basicsize */
0
,
/* tp_itemsize */
...
...
@@ -264,6 +263,7 @@ static void
Document_dealloc
(
Document
*
self
)
{
if
(
self
->
document
)
iks_delete
(
self
->
document
);
#ERROR:I should fix here
self
->
ob_type
->
tp_free
((
PyObject
*
)
self
);
}
...
...
@@ -342,6 +342,7 @@ Node_dealloc(Node *self)
if
(
self
->
doc
)
{
Py_DECREF
(
self
->
doc
);
}
#THERE ARE ERROR IN HERE: Thıs error the same as 268. blocks problem
self
->
ob_type
->
tp_free
((
PyObject
*
)
self
);
}
...
...
@@ -993,6 +994,7 @@ static PyMethodDef methods[] = {
};
__attribute__
((
visibility
(
"default"
)))
#I should rewrite Modul Initialization
PyMODINIT_FUNC
initpiksemel
(
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