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
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.