Skip to content
Prev Previous commit
Next Next commit
Update 2020-04-11-06-12-44.bpo-40170.cmM9oK.rst
Fix typo of news
  • Loading branch information
shihai1991 authored Apr 10, 2020
commit be2bbab999b03d0a805ce7d422032cd1897fb6b9
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Convert :c:fun:`PyObject_IS_GC` macro to a function to hide
Convert :c:func:`PyObject_IS_GC` macro to a function to hide
implementation details: the macro test an object have GC head or not.