File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -255,35 +255,35 @@ Unless using :pep:`523`, you will not need this.
255255 Index for the "skip" kind in ``PyUnstable_ExecutableKinds ``.
256256 Indicates that the frame's code object should be skipped.
257257
258- .. versionadded :: 3.12
258+ .. versionadded :: 3.13
259259
260260
261261.. c :macro :: PyUnstable_EXECUTABLE_KIND_PY_FUNCTION
262262
263263 Index for the "Python function" kind in ``PyUnstable_ExecutableKinds ``.
264264
265- .. versionadded :: 3.12
265+ .. versionadded :: 3.13
266266
267267
268268.. c :macro :: PyUnstable_EXECUTABLE_KIND_BUILTIN_FUNCTION
269269
270270 Index for the "built-in function" kind in ``PyUnstable_ExecutableKinds ``.
271271
272- .. versionadded :: 3.12
272+ .. versionadded :: 3.13
273273
274274
275275.. c :macro :: PyUnstable_EXECUTABLE_KIND_METHOD_DESCRIPTOR
276276
277277 Index for the "method descriptor" kind in ``PyUnstable_ExecutableKinds ``.
278278
279- .. versionadded :: 3.12
279+ .. versionadded :: 3.13
280280
281281
282282.. c :macro :: PyUnstable_EXECUTABLE_KINDS
283283
284284 The number of entries in ``PyUnstable_ExecutableKinds ``.
285285
286- .. versionadded :: 3.12
286+ .. versionadded :: 3.13
287287
288288
289289
You can’t perform that action at this time.
0 commit comments