Xqt created this task.
Xqt added projects: Pywikibot, Pywikibot-tests.
Restricted Application added subscribers: pywikibot-bugs-list, Aklapper.

TASK DESCRIPTION
  `test_check_if_cached_dews` of `proofreadpage_tests.TestIndexPageMappings` 
fails on **GraalPy 23.1**:
  
  - https://github.com/xqt/pwb/actions/runs/32637381348/job/97189063013
  - https://github.com/xqt/pwb/actions/runs/32637381348/job/97189063020
  
  
  
        # Breakpoint: https://github.com/python/cpython/pull/133602
        if sys.version_info < (3, 15, 0):
            _typing_names.append("no_type_check_decorator")
            __all__.append("no_type_check_decorator")
        
        globals().update(
            {name: getattr(typing, name) for name in _typing_names if 
hasattr(typing, name)}
        )
        # These are defined unconditionally because they are used in
        # typing-extensions itself.
        Generic = typing.Generic
        ForwardRef = typing.ForwardRef
    E   TypeError: Protocols with non-method members don't support 
issubclass(). Non-method members: 'pattern'.
    
    
../../../hostedtoolcache/GraalPy/23.1.2/arm64/lib/python3.10/site-packages/typing_extensions.py:804:
 TypeError

TASK DETAIL
  https://phabricator.wikimedia.org/T435718

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

_______________________________________________
pywikibot-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to