mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
gh-107298: Fix some references in the C API documentation (GH-108072)
This commit is contained in:
parent
1344cfac43
commit
f51f0466c0
11 changed files with 20 additions and 20 deletions
|
|
@ -1697,7 +1697,7 @@ and :c:data:`PyType_Type` effectively act as defaults.)
|
|||
to a pointer, are valid C99 address constants.
|
||||
|
||||
However, the unary '&' operator applied to a non-static variable
|
||||
like :c:func:`PyBaseObject_Type` is not required to produce an address
|
||||
like :c:data:`PyBaseObject_Type` is not required to produce an address
|
||||
constant. Compilers may support this (gcc does), MSVC does not.
|
||||
Both compilers are strictly standard conforming in this particular
|
||||
behavior.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue