Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5413827

Browse files
LamentXU123miss-islington
authored andcommitted
pythongh-135965: Delete duplicate word in isolating-extensions howto (pythonGH-135964)
Change use use to use.(cherry picked from commitffb2a02)Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
1 parent03711fb commit5413827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Doc/howto/isolating-extensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ Avoiding ``PyObject_New``
453453

454454
GC-tracked objects need to be allocated using GC-aware functions.
455455

456-
If you useuse:c:func:`PyObject_New` or:c:func:`PyObject_NewVar`:
456+
If you use:c:func:`PyObject_New` or:c:func:`PyObject_NewVar`:
457457

458458
- Get and call type's:c:member:`~PyTypeObject.tp_alloc` slot, if possible.
459459
That is, replace ``TYPE *o = PyObject_New(TYPE, typeobj)`` with::

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp