mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
[3.13] Fix typos in comments (GH-120481) (#120774)
(cherry picked from commit 656a1c8108
)
Co-authored-by: Xie Yanbo <xieyanbo@gmail.com>
This commit is contained in:
parent
6b714d545f
commit
5d194902cb
4 changed files with 5 additions and 5 deletions
|
@ -1301,7 +1301,7 @@ PyObject *descr, DescriptorClassification kind, bool is_method)
|
|||
}
|
||||
/* Cache entries must be unsigned values, so we offset the
|
||||
* dictoffset by MANAGED_DICT_OFFSET.
|
||||
* We do the reverese offset in LOAD_ATTR_METHOD_LAZY_DICT */
|
||||
* We do the reverse offset in LOAD_ATTR_METHOD_LAZY_DICT */
|
||||
dictoffset -= MANAGED_DICT_OFFSET;
|
||||
assert(((uint16_t)dictoffset) == dictoffset);
|
||||
cache->dict_offset = (uint16_t)dictoffset;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue