8000 bpo-30533:Add function inspect.getmembers_static that does not call properties or dynamic properties. by hongweipeng · Pull Request #20911 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-30533:Add function inspect.getmembers_static that does not call properties or dynamic properties. #20911

New issue 8000

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 5 commits into from
Nov 30, 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
Update Misc/NEWS.d/next/Library/2020-06-16-18-00-56.bpo-30533.StL57t.rst
Co-authored-by: Itamar Ostricher <itamarost@gmail.com>
  • Loading branch information
hongweipeng and itamaro authored Nov 10, 2021
commit 77408b9ee16b9aff3634225b82750f26c8a2c780
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Add :func:`inspect.getmembers_static` , it return all members without
calling properties and other dynamic. Patch by Weipeng Hong.
triggering dynamic lookup via the descriptor protocol. Patch by Weipeng Hong.
0