Skip to content

Commit 758045f

Browse files
Add news and whatsnew entries
1 parent 4fb5baa commit 758045f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,11 @@ ctypes
510510
loaded by the current process.
511511
(Contributed by Brian Ward in :gh:`119349`.)
512512

513+
* Move :func:`ctypes.POINTER` types cache from the global ``_pointer_type_cache``
514+
to the corresponding :mod:`ctypes` types. This will stop the cache from
515+
growing without limits in some situations.
516+
(Contributed by Sergey Miryanov in :gh:`100926`).
517+
513518
datetime
514519
--------
515520

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Move :func:`ctypes.POINTER` types cache from the global ``_pointer_type_cache``
2+
to the corresponding :mod:`ctypes` types to avoid unlimited growth of the cache.

0 commit comments

Comments
 (0)