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
1930949a
Kaydet (Commit)
1930949a
authored
Mar 06, 2003
tarafından
Neal Norwitz
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix SF bug #697256, PyMarshal_WriteShortToFile() documented, but not implemented
Remove prototype and doc. Backport candidate.
üst
bd836dfb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
utilities.tex
Doc/api/utilities.tex
+0
-6
marshal.h
Include/marshal.h
+0
-1
No files found.
Doc/api/utilities.tex
Dosyayı görüntüle @
1930949a
...
...
@@ -289,12 +289,6 @@ Numeric values are stored with the least significant byte first.
regardless of the size of the native
\ctype
{
long
}
type.
\end{cfuncdesc}
\begin{cfuncdesc}
{
void
}{
PyMarshal
_
WriteShortToFile
}{
short value, FILE *file
}
Marshal a
\ctype
{
short
}
integer,
\var
{
value
}
, to
\var
{
file
}
. This
will only write the least-significant 16 bits of
\var
{
value
}
;
regardless of the size of the native
\ctype
{
short
}
type.
\end{cfuncdesc}
\begin{cfuncdesc}
{
void
}{
PyMarshal
_
WriteObjectToFile
}{
PyObject *value,
FILE *file
}
Marshal a Python object,
\var
{
value
}
, to
\var
{
file
}
.
...
...
Include/marshal.h
Dosyayı görüntüle @
1930949a
...
...
@@ -8,7 +8,6 @@ extern "C" {
#endif
PyAPI_FUNC
(
void
)
PyMarshal_WriteLongToFile
(
long
,
FILE
*
);
PyAPI_FUNC
(
void
)
PyMarshal_WriteShortToFile
(
int
,
FILE
*
);
PyAPI_FUNC
(
void
)
PyMarshal_WriteObjectToFile
(
PyObject
*
,
FILE
*
);
PyAPI_FUNC
(
PyObject
*
)
PyMarshal_WriteObjectToString
(
PyObject
*
);
...
...
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