diff options
| author | robot-piglet <[email protected]> | 2024-05-30 08:17:58 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2024-05-30 08:26:12 +0300 |
| commit | 01f2411babd0705e4aac13107b58c66687199ea7 (patch) | |
| tree | 78a3e8965fe1d0236278c9259c841c5ae5e048cc /contrib/python/zope.interface/py3/zope | |
| parent | e19b28ad3cdf1f5a497ce4da91bcaa66b8497e1a (diff) | |
Intermediate changes
Diffstat (limited to 'contrib/python/zope.interface/py3/zope')
| -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 733e3954fe5..8e0d9ad2b79 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 } |
