cpython/Doc/c-api
Miss Islington (bot) 579868e8f1
[3.11] Fix PyVectorcall_Function doc versionadded (GH-107140) (#107174)
Fix PyVectorcall_Function doc versionadded (GH-107140)

The documentation implies that PyVectorcall_Function() was available in Python 3.8.
This is half-true - it was available under a different name. I think it's clearer to set
the "version added" to 3.9.
(cherry picked from commit 0a9b339363)

Co-authored-by: da-woods <dw-git@d-woods.co.uk>
2023-07-24 13:06:46 +00:00
..
abstract.rst bpo-41103: Resurrect the old buffer protocol. (GH-27437) 2021-07-29 12:46:47 +02:00
allocation.rst Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551) (GH-94557) 2022-07-05 14:30:19 +02:00
apiabiversion.rst Docs: Use `PY_VERSION_HEX` for version comparison (GH-100179) 2022-12-16 23:49:49 -08:00
arg.rst [3.11] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107061) 2023-07-23 11:24:37 +02:00
bool.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 2021-01-06 12:38:26 +01:00
buffer.rst [3.11] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107121) 2023-07-23 15:06:32 +03:00
bytearray.rst [3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159) 2023-05-04 13:14:16 +03:00
bytes.rst [3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159) 2023-05-04 13:14:16 +03:00
call.rst [3.11] Fix PyVectorcall_Function doc versionadded (GH-107140) (#107174) 2023-07-24 13:06:46 +00:00
capsule.rst [3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159) 2023-05-04 13:14:16 +03:00
cell.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 2021-01-06 12:38:26 +01:00
code.rst Add missing `versionadded` directive for `PyCode_Addr2Location` (GH-101347) 2023-02-03 19:40:51 -08:00
codec.rst bpo-41842: Add codecs.unregister() function (GH-22360) 2020-09-28 23:41:11 +02:00
complex.rst [3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106952) 2023-07-21 14:48:30 +03:00
concrete.rst [3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159) 2023-05-04 13:14:16 +03:00
contextvars.rst bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) 2021-04-28 07:03:19 -07:00
conversion.rst Add a warning message about PyOS_snprintf (GH-95993) 2022-10-07 13:26:46 -07:00
coro.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 2021-01-06 12:38:26 +01:00
datetime.rst [3.11] gh-90359: Unify documentation style for datetime.rst (gh-94836) (gh-94838) 2022-07-14 09:52:53 +09:00
descriptor.rst bpo-40170: Convert PyDescr_IsData() to static inline function (GH-24535) 2021-02-16 08:50:00 +01:00
dict.rst [3.11] gh-106033: [docs] Improve C API GetItem & HasAttr notes. (GH-106047) (#106071) 2023-06-24 16:30:09 -07:00
exceptions.rst [3.11] gh-106948: Docs: Disable links for C standard library functions, OS utility functions and system calls (#107062) (#107157) 2023-07-23 23:49:48 +02:00
file.rst [3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106952) 2023-07-21 14:48:30 +03:00
float.rst [3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106952) 2023-07-21 14:48:30 +03:00
frame.rst gh-93937: Document PyFrame_Check and PyFrame_Type (GH-99695) 2022-11-22 07:50:39 -08:00
function.rst [3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159) 2023-05-04 13:14:16 +03:00
gcsupport.rst [3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106952) 2023-07-21 14:48:30 +03:00
gen.rst bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602) 2021-01-06 12:38:26 +01:00
import.rst [3.11] gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894) (GH-106955) 2023-07-21 14:49:21 +03:00
index.rst bpo-36763: Implement the PEP 587 (GH-13592) 2019-05-27 16:39:22 +02:00
init.rst [3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106952) 2023-07-21 14:48:30 +03:00
init_config.rst Doc: Replace question mark with fullstop (GH-99558) 2022-11-18 11:34:10 -08:00
intro.rst [3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159) 2023-05-04 13:14:16 +03:00
iter.rst More minor fixes to C API docs (GH-31525) 2022-04-02 12:31:05 -07:00
iterator.rst [3.11] gh-101100: Fix some broken sphinx references (GH-107095). (#107120) 2023-07-23 05:56:09 -06:00
list.rst [3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221) 2023-05-06 07:14:37 +03:00
long.rst [3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106952) 2023-07-21 14:48:30 +03:00
mapping.rst [3.11] gh-101100: Fix some broken sphinx references (GH-107095). (#107120) 2023-07-23 05:56:09 -06:00
marshal.rst [3.11] gh-105184: document that marshal functions can fail and need to be checked with PyErr_Occurred (GH-105185) (#105219) 2023-06-02 08:28:35 +00:00
memory.rst [3.11] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107061) 2023-07-23 11:24:37 +02:00
memoryview.rst [3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159) 2023-05-04 13:14:16 +03:00
method.rst [3.11] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107121) 2023-07-23 15:06:32 +03:00
module.rst [3.11] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107121) 2023-07-23 15:06:32 +03:00
none.rst [3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159) 2023-05-04 13:14:16 +03:00
number.rst [3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221) 2023-05-06 07:14:37 +03:00
objbuffer.rst bpo-41103: Resurrect the old buffer protocol. (GH-27437) 2021-07-29 12:46:47 +02:00
object.rst [3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106952) 2023-07-21 14:48:30 +03:00
objimpl.rst Doc: Replace the deprecated highlightlang directive by highlight. (#13377) 2019-05-17 15:25:34 +05:30
refcounting.rst [3.11] gh-101100: Fix some broken sphinx references (GH-107095). (#107120) 2023-07-23 05:56:09 -06:00
reflection.rst bpo-46836: Add Doc/c-api/frame.rst (GH-32051) 2022-03-23 13:19:13 +01:00
sequence.rst [3.11] gh-101100: Fix some broken sphinx references (GH-107095). (#107120) 2023-07-23 05:56:09 -06:00
set.rst [3.11] GH-97950: Use new-style index directive ('builtin') (GH-104164) (#104221) 2023-05-06 07:14:37 +03:00
slice.rst [3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106952) 2023-07-21 14:48:30 +03:00
stable.rst [3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106952) 2023-07-21 14:48:30 +03:00
structures.rst [3.11] gh-106919: Use role :c:macro: for referencing the C "constants" (GH-106920) (GH-106952) 2023-07-21 14:48:30 +03:00
sys.rst [3.11] gh-106948: Docs: Disable links for C standard library functions, OS utility functions and system calls (#107062) (#107157) 2023-07-23 23:49:48 +02:00
tuple.rst [3.11] GH-97950: Use new-style index directive ('object') (GH-104158) (#104159) 2023-05-04 13:14:16 +03:00
type.rst [3.11] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107121) 2023-07-23 15:06:32 +03:00
typehints.rst [3.11] gh-93738: Documentation C syntax (:c:type:`PyTypeObject*` -> :c:expr:`PyTypeObject*`) (GH-97778) (#97892) 2022-10-05 08:21:32 -07:00
typeobj.rst [3.11] gh-107091: Fix the use of some C domain roles (GH-107092) (GH-107121) 2023-07-23 15:06:32 +03:00
unicode.rst [3.11] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107061) 2023-07-23 11:24:37 +02:00
utilities.rst Doc: Replace the deprecated highlightlang directive by highlight. (#13377) 2019-05-17 15:25:34 +05:30
veryhigh.rst [3.11] gh-106948: Add standard external names to nitpick_ignore (GH-106949) (#107061) 2023-07-23 11:24:37 +02:00
weakref.rst [3.11] gh-101100: Document PyObject_ClearWeakRefs, gzip's name, and asyncio.iscoroutine (#103001) 2023-03-25 09:43:52 +02:00