Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-2385

PySide6.QtCore.SIGNAL is confused about its signature

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4: Low
    • 6.5.2
    • 6.5.1.1
    • Type hints
    • None
    • 551e6d68edbfffce85dbfc23ca40d8e10bc3185b

    Description

      Despite PYSIDE-782 is long closed, the issue is still with us in PySide6.

      In QtCore.pyi, instead of

      def SIGNAL(arg__1: bytes) -> str: ...
      def SLOT(arg__1: bytes) -> str: ...
      

      it should be

      def SIGNAL(arg__1: str) -> str: ...
      def SLOT(arg__1: str) -> str: ...
      

      And I'd appreciate a better name for arg__1.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ctismer Christian Tismer
            stsav012 Anton Yablokov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes