Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Full stops in contributed by
  • Loading branch information
hugovk committed May 5, 2025
commit dd094b9e53c579f2050448e272104041ad824f54
6 changes: 3 additions & 3 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -997,7 +997,7 @@ ctypes
:class:`~ctypes.c_double_complex` and :class:`~ctypes.c_longdouble_complex`,
are now available if both the compiler and the ``libffi`` library support
complex C types.
(Contributed by Sergey B Kirpichev in :gh:`61103`).
(Contributed by Sergey B Kirpichev in :gh:`61103`.)

* Add :func:`ctypes.util.dllist` for listing the shared libraries
loaded by the current process.
Expand All @@ -1007,7 +1007,7 @@ ctypes
(``_pointer_type_cache``) to the :attr:`ctypes._CData.__pointer_type__`
attribute of the corresponding :mod:`ctypes` types.
This will stop the cache from growing without limits in some situations.
(Contributed by Sergey Miryanov in :gh:`100926`).
(Contributed by Sergey Miryanov in :gh:`100926`.)

* The :class:`ctypes.py_object` type now supports subscription,
making it a :term:`generic type`.
Expand Down Expand Up @@ -1129,7 +1129,7 @@ graphlib

* Allow :meth:`graphlib.TopologicalSorter.prepare` to be called more than once
as long as sorting has not started.
(Contributed by Daniel Pope in :gh:`130914`)
(Contributed by Daniel Pope in :gh:`130914`.)


heapq
Expand Down