Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
28bafb8b
Commit
28bafb8b
authored
Jul 19, 2001
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a few typos
parent
b39fa8a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/lib/libsys.tex
Doc/lib/libsys.tex
+3
-3
No files found.
Doc/lib/libsys.tex
View file @
28bafb8b
...
...
@@ -340,12 +340,12 @@ else:
\versionadded
{
2.0
}
\end{funcdesc}
\begin{funcdesc}
{
se
r
tdlopenflags
}{
n
}
\begin{funcdesc}
{
setdlopenflags
}{
n
}
Set the flags used by the interpreter for
\cfunction
{
dlopen()
}
calls, such as when the interpreter loads extension modules. Among
other things, this will enable a lazy resolving of symbols when
imporing a module, if called as
\code
{
sys.setdlopenflags(0)
}
. To
share symols across extension modules, call as
impor
t
ing a module, if called as
\code
{
sys.setdlopenflags(0)
}
. To
share sym
b
ols across extension modules, call as
\code
{
sys.setdlopenflags(dl.RTLD
_
NOW | dl.RTLD
_
GLOBAL)
}
. Symbolic
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
...
...
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