mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove trailing spaces (GH-31695)
This commit is contained in:
parent
ab9301a28f
commit
6927632492
13 changed files with 24 additions and 23 deletions
|
@ -1077,7 +1077,7 @@ _Py_Specialize_LoadMethod(PyObject *owner, _Py_CODEUNIT *instr, PyObject *name)
|
|||
PyTypeObject *owner_cls = Py_TYPE(owner);
|
||||
|
||||
if (PyModule_CheckExact(owner)) {
|
||||
assert(INLINE_CACHE_ENTRIES_LOAD_ATTR <=
|
||||
assert(INLINE_CACHE_ENTRIES_LOAD_ATTR <=
|
||||
INLINE_CACHE_ENTRIES_LOAD_METHOD);
|
||||
int err = specialize_module_load_attr(owner, instr, name, LOAD_METHOD,
|
||||
LOAD_METHOD_MODULE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue