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
Add blurb for the new check
  • Loading branch information
encukou committed Jun 10, 2022
commit 2075958fd9c9421e39c51ebf5f67d1174bad4332
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
:c:func`PyType_FromMetaclass` (and other ``PyType_From*`` functions) now
check that offsets and the base class's
:c:member:`~PyTypeObject.tp_basicsize` fit in the new class's
``tp_basicsize``.