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
8cb30772
Kaydet (Commit)
8cb30772
authored
Ock 20, 2006
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bug #1402224: Add warning to dl docs about crashes.
üst
a3a93ae7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
libdl.tex
Doc/lib/libdl.tex
+4
-0
NEWS
Misc/NEWS
+2
-0
No files found.
Doc/lib/libdl.tex
Dosyayı görüntüle @
8cb30772
...
@@ -10,6 +10,10 @@ The \module{dl} module defines an interface to the
...
@@ -10,6 +10,10 @@ The \module{dl} module defines an interface to the
\UNIX
{}
platforms for handling dynamically linked libraries. It allows
\UNIX
{}
platforms for handling dynamically linked libraries. It allows
the program to call arbitrary functions in such a library.
the program to call arbitrary functions in such a library.
\warning
{
The
\module
{
dl
}
module bypasses the Python type system and
error handling. If used incorrectly it may cause segmentation faults,
crashes or other incorrect behaviour.
}
\note
{
This module will not work unless
\note
{
This module will not work unless
\code
{
sizeof(int) == sizeof(long) == sizeof(char *)
}
\code
{
sizeof(int) == sizeof(long) == sizeof(char *)
}
If this is not the case,
\exception
{
SystemError
}
will be raised on
If this is not the case,
\exception
{
SystemError
}
will be raised on
...
...
Misc/NEWS
Dosyayı görüntüle @
8cb30772
...
@@ -727,6 +727,8 @@ Tests
...
@@ -727,6 +727,8 @@ Tests
Documentation
Documentation
-------------
-------------
- Bug #1402224: Add warning to dl docs about crashes.
- Bug #1396471: Document that Windows'
ftell
()
can
return
invalid
- Bug #1396471: Document that Windows'
ftell
()
can
return
invalid
values
for
text
files
with
UNIX
-
style
line
endings
.
values
for
text
files
with
UNIX
-
style
line
endings
.
...
...
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