Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Address review: Move note about _PyType_GetModuleByDef being slow
  • Loading branch information
Erlend E. Aasland committed Jan 20, 2021
commit 580d00479b4f75f73bbcd63b2bbff2230de7640c
4 changes: 0 additions & 4 deletions Doc/howto/clinic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1266,10 +1266,6 @@ state. Example from the `setattro` slot method in
}


Note that ``_PyType_GetModuleByDef`` traverses the MRO cache, and therefore has
performance impact.


See also :pep:`573`.


Expand Down