mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix typos in the Include directory (GH-28745)
This commit is contained in:
parent
b24b47e643
commit
8e8f752217
7 changed files with 8 additions and 8 deletions
|
@ -600,7 +600,7 @@ static inline PyObject* _Py_XNewRef(PyObject *obj)
|
|||
}
|
||||
|
||||
// Py_NewRef() and Py_XNewRef() are exported as functions for the stable ABI.
|
||||
// Names overriden with macros by static inline functions for best
|
||||
// Names overridden with macros by static inline functions for best
|
||||
// performances.
|
||||
#define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj))
|
||||
#define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue