mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags.
Add dlopenflags to PyInterpreterState, and use it in dlopen calls.
This commit is contained in:
parent
984158d25b
commit
f0473d511b
6 changed files with 103 additions and 13 deletions
|
@ -149,6 +149,9 @@ Core
|
|||
|
||||
Library
|
||||
|
||||
- The flags used in dlopen calls can now be configured using
|
||||
sys.setdlopenflags and queried using sys.getdlopenflags.
|
||||
|
||||
- Fredrik Lundh's xmlrpclib is now a standard library module. This
|
||||
provides full client-side XML-RPC support. In addition,
|
||||
Demo/xmlrpc/ contains two server frameworks (one SocketServer-based,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue