Skip to content

Commit 7e535ea

Browse files
committed
Fix Sphinx warnings in NEWS blurb
1 parent 9bdd3f5 commit 7e535ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fix a memory leak in :c:func:`_xidata_release` when the originating interpreter of a :c:type:`_PyXIData_t` object is destroyed before the receiving interpreter releases it. The fix implements a lock-free compare-and-swap mechanism to safely coordinate teardown and release across interpreters.
1+
Fix a memory leak in ``_xidata_release`` when the originating interpreter of a ``_PyXIData_t`` object is destroyed before the receiving interpreter releases it. The fix implements a lock-free compare-and-swap mechanism to safely coordinate teardown and release across interpreters.

0 commit comments

Comments
 (0)