summaryrefslogtreecommitdiff
path: root/Lib/typing.py
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2016-09-08 15:11:11 -0700
committerEric Snow <ericsnowcurrently@gmail.com>2016-09-08 15:11:11 -0700
commit4f29e75289592991efcc65a96a2a4a995417b76e (patch)
treeb6d0019f076909e11633cadc468a7822124965a3 /Lib/typing.py
parent7f730cf01d161f2d1793372a0852788ad5f4acb1 (diff)
downloadcpython-git-4f29e75289592991efcc65a96a2a4a995417b76e.tar.gz
Issue #24254: Drop cls.__definition_order__.
Diffstat (limited to 'Lib/typing.py')
-rw-r--r--Lib/typing.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/typing.py b/Lib/typing.py
index 5f451b0ca1..5573a1fbf9 100644
--- a/Lib/typing.py
+++ b/Lib/typing.py
@@ -1301,7 +1301,6 @@ class _ProtocolMeta(GenericMeta):
if (not attr.startswith('_abc_') and
attr != '__abstractmethods__' and
attr != '_is_protocol' and
- attr != '__definition_order__' and
attr != '__dict__' and
attr != '__args__' and
attr != '__slots__' and