diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-05-30 08:17:58 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-05-30 08:26:12 +0300 |
commit | 01f2411babd0705e4aac13107b58c66687199ea7 (patch) | |
tree | 78a3e8965fe1d0236278c9259c841c5ae5e048cc /contrib/python/zope.interface/py3/zope/interface | |
parent | e19b28ad3cdf1f5a497ce4da91bcaa66b8497e1a (diff) | |
download | ydb-01f2411babd0705e4aac13107b58c66687199ea7.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/python/zope.interface/py3/zope/interface')
-rw-r--r-- | contrib/python/zope.interface/py3/zope/interface/interface.py | 3 |
1 files changed, 3 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 733e3954fe..8e0d9ad2b7 100644 --- a/contrib/python/zope.interface/py3/zope/interface/interface.py +++ b/contrib/python/zope.interface/py3/zope/interface/interface.py @@ -802,6 +802,9 @@ class InterfaceClass(_InterfaceClassBase): # __static_attributes__: Python 3.13a6+ # https://github.com/python/cpython/pull/115913 '__static_attributes__', + # __firstlineno__: Python 3.13b1+ + # https://github.com/python/cpython/pull/118475 + '__firstlineno__', ) and aval is not _decorator_non_return } |