diff options
author | Maxim Yurchuk <maxim-yurchuk@ydb.tech> | 2024-12-14 10:12:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-14 10:12:08 +0000 |
commit | 05790a616375bf3dd50f64989b40bc4833b9aa42 (patch) | |
tree | dd4033454262eaa0409f005737624df4398a19f2 /contrib/python/zope.interface/py3/zope/interface/interface.py | |
parent | cd6e4b48262b4430d1e357aa384f65758cf66f57 (diff) | |
parent | 343a8a39750604e3ef349ae3f479dbbeb04a3c7d (diff) | |
download | ydb-05790a616375bf3dd50f64989b40bc4833b9aa42.tar.gz |
Merge pull request #12602 from ydb-platform/mergelibs-241213-1023
Library import 241213-1023
Diffstat (limited to 'contrib/python/zope.interface/py3/zope/interface/interface.py')
-rw-r--r-- | contrib/python/zope.interface/py3/zope/interface/interface.py | 2 |
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 e5dddb88115..ad8a7de6b36 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 } |