Skip to content

Commit 65fc6a2

Browse files
committed
gh-52008: add news entry
1 parent a303722 commit 65fc6a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Add a note to :class:`ctypes.CDLL` documenting that loading a shared library
2+
via an absolute path can silently break ``use_errno=True`` on Linux, because
3+
:manpage:`dlopen(3)` may return a separate library instance with its own
4+
:data:`errno` variable.

0 commit comments

Comments
 (0)