aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/zope.interface/py3/zope/interface/interface.py
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-12-13 11:24:01 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-12-13 11:39:04 +0300
commit8ab4ecc8f6b38cb40a0538c26f53abd3343094f3 (patch)
tree130f3c2d74ced87dbae00dd8c59968dee2b206c9 /contrib/python/zope.interface/py3/zope/interface/interface.py
parentb643b0cb5b1a28996ce6ff18a3689d7af03f2e58 (diff)
downloadydb-8ab4ecc8f6b38cb40a0538c26f53abd3343094f3.tar.gz
Intermediate changes
commit_hash:733d9d1dc02b26eb79eefc2059e2b9e39f7e1289
Diffstat (limited to 'contrib/python/zope.interface/py3/zope/interface/interface.py')
-rw-r--r--contrib/python/zope.interface/py3/zope/interface/interface.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/python/zope.interface/py3/zope/interface/interface.py b/contrib/python/zope.interface/py3/zope/interface/interface.py
index e5dddb8811..ad8a7de6b3 100644
--- a/contrib/python/zope.interface/py3/zope/interface/interface.py
+++ b/contrib/python/zope.interface/py3/zope/interface/interface.py
@@ -825,6 +825,8 @@ class InterfaceClass(_InterfaceClassBase):
# __firstlineno__: Python 3.13b1+
# https://github.com/python/cpython/pull/118475
'__firstlineno__',
+ # __classdictcell__: Python 3.14
+ '__classdictcell__',
) and
aval is not _decorator_non_return # noqa W503
}