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
5d808fba
Kaydet (Commit)
5d808fba
authored
Tem 18, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Made a few minor style & markup changes to the new {get,set}dlopenflags()
descriptions; added availability notes.
üst
b926866c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
15 deletions
+17
-15
libsys.tex
Doc/lib/libsys.tex
+17
-15
No files found.
Doc/lib/libsys.tex
Dosyayı görüntüle @
5d808fba
...
@@ -181,10 +181,11 @@ way to exit a program when an error occurs.
...
@@ -181,10 +181,11 @@ way to exit a program when an error occurs.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
getdlopenflags
}{}
\begin{funcdesc}
{
getdlopenflags
}{}
Return the current value of the flags that are used for
\code
{
dlopen
}
Return the current value of the flags that are used for
calls. The flag constants are defined in the
\refmodule
{
dl
}
and
\cfunction
{
dlopen()
}
calls. The flag constants are defined in the
\module
{
DLFCN
}
modules.
\refmodule
{
dl
}
and
\module
{
DLFCN
}
modules.
\versionadded
{
2.2
}
Availability:
\UNIX
.
\versionadded
{
2.2
}
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
getrefcount
}{
object
}
\begin{funcdesc}
{
getrefcount
}{
object
}
...
@@ -341,17 +342,18 @@ maximizing responsiveness as well as overhead.
...
@@ -341,17 +342,18 @@ maximizing responsiveness as well as overhead.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
sertdlopenflags
}{
n
}
\begin{funcdesc}
{
sertdlopenflags
}{
n
}
Set the flags that will be used for
\code
{
dlopen()
}
calls, i.e. when
Set the flags used by the interpreter for
\cfunction
{
dlopen()
}
the interpreter loads extension modules. Among other things, this
calls, such as when the interpreter loads extension modules. Among
will enable a lazy resolving of symbols when imporing a module, if
other things, this will enable a lazy resolving of symbols when
called as
\code
{
sys.setdlopenflags(0)
}
. To share symols across
imporing a module, if called as
\code
{
sys.setdlopenflags(0)
}
. To
extension modules, call as
share symols across extension modules, call as
\code
{
sys.setdlopenflags(dl.RTLD
_
NOW|dl.RTLD
_
GLOBAL)
}
. The symbolic
\code
{
sys.setdlopenflags(dl.RTLD
_
NOW|dl.RTLD
_
GLOBAL)
}
. Symbolic
names for the flag modules can be either found in the
\refmodule
{
dl
}
names for the flag modules can be either found in the
\refmodule
{
dl
}
module, or in the
\module
{
DLFCN
}
module. If
\module
{
DLFCN
}
is not
module, or in the
\module
{
DLFCN
}
module. If
\module
{
DLFCN
}
is not
available, it can be generated from
\code
{
/usr/include/dlfcn.h
}
using
available, it can be generated from
\code
{
/usr/include/dlfcn.h
}
the
\code
{
h2py
}
script.
using the
\code
{
h2py
}
script.
\versionadded
{
2.2
}
Availability:
\UNIX
.
\versionadded
{
2.2
}
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
setprofile
}{
profilefunc
}
\begin{funcdesc}
{
setprofile
}{
profilefunc
}
...
...
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