]> granicus.if.org Git - python/commit
Issue #24254: Drop cls.__definition_order__.
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 8 Sep 2016 22:11:11 +0000 (15:11 -0700)
committerEric Snow <ericsnowcurrently@gmail.com>
Thu, 8 Sep 2016 22:11:11 +0000 (15:11 -0700)
commit4f29e75289592991efcc65a96a2a4a995417b76e
treeb6d0019f076909e11633cadc468a7822124965a3
parent7f730cf01d161f2d1793372a0852788ad5f4acb1
Issue #24254: Drop cls.__definition_order__.
16 files changed:
Doc/library/inspect.rst
Doc/library/types.rst
Doc/reference/compound_stmts.rst
Doc/reference/datamodel.rst
Include/object.h
Include/odictobject.h
Lib/test/test_builtin.py
Lib/test/test_metaclass.py
Lib/test/test_pydoc.py
Lib/test/test_sys.py
Lib/test/test_types.py
Lib/types.py
Lib/typing.py
Objects/odictobject.c
Objects/typeobject.c
Python/bltinmodule.c