mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
For FORMAT_VALUE opcode, make it clear that the result of PyObject_Format is pushed on the stack.
This commit is contained in:
parent
45550178ef
commit
a3a3d732ec
1 changed files with 2 additions and 1 deletions
|
@ -1005,7 +1005,8 @@ the more significant byte last.
|
||||||
* ``(flags & 0x04) == 0x04``: pop *fmt_spec* from the stack and use
|
* ``(flags & 0x04) == 0x04``: pop *fmt_spec* from the stack and use
|
||||||
it, else use an empty *fmt_spec*.
|
it, else use an empty *fmt_spec*.
|
||||||
|
|
||||||
Formatting is performed using the :c:func:`PyObject_Format` function.
|
Formatting is performed using :c:func:`PyObject_Format`. The
|
||||||
|
result is pushed on the stack.
|
||||||
|
|
||||||
.. versionadded:: 3.6
|
.. versionadded:: 3.6
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue