8000 bpo-42048: Document AC's defining_class converter by erlend-aasland · Pull Request #23978 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-42048: Document AC's defining_class converter #23978

8000 New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jan 20, 2021
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
0