Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cc57955

Browse files
committedDec 6, 2022
Don't add "old" fragments for PyMemberDef and PyGetSetDef
These were only marked up in 3.12 (gh-97909), so they don't need backcompat backflips.
1 parent afab871 commit cc57955

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed
 

‎Doc/c-api/structures.rst

-18
Original file line numberDiff line numberDiff line change
@@ -382,15 +382,6 @@ definition with the same method name.
382382
Accessing attributes of extension types
383383
---------------------------------------
384384
385-
.. raw:: html
386-
387-
<!-- Keep old URL fragments working (see gh-97908) -->
388-
<span id='c.PyMemberDef.PyMemberDef.name'></span>
389-
<span id='c.PyMemberDef.PyMemberDef.offset'></span>
390-
<span id='c.PyMemberDef.PyMemberDef.type'></span>
391-
<span id='c.PyMemberDef.PyMemberDef.flags'></span>
392-
<span id='c.PyMemberDef.PyMemberDef.doc'></span>
393-
394385
.. c:type:: PyMemberDef
395386
396387
Structure which describes an attribute of a type which corresponds to a C
@@ -612,15 +603,6 @@ Macro name C type Python type
612603
Defining Getters and Setters
613604
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
614605
615-
.. raw:: html
616-
617-
<!-- Keep old URL fragments working (see gh-97908) -->
618-
<span id='c.PyGetSetDef.PyGetSetDef.name'></span>
619-
<span id='c.PyGetSetDef.PyGetSetDef.get'></span>
620-
<span id='c.PyGetSetDef.PyGetSetDef.set'></span>
621-
<span id='c.PyGetSetDef.PyGetSetDef.docstring'></span>
622-
<span id='c.PyGetSetDef.PyGetSetDef.closure'></span>
623-
624606
.. c:type:: PyGetSetDef
625607
626608
Structure to define property-like access for a type. See also description of

0 commit comments

Comments
 (0)
Please sign in to comment.