Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. super() in Python
Forum Updated to NodeBB v4.3 + New Features

super() in Python

Scheduled Pinned Locked Moved Unsolved Qt for Python
1 Posts 2 Posters 1.9k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • JKSHJ Offline
    JKSHJ Offline
    JKSH
    Moderators
    wrote on last edited by
    #1

    @Denni-0 said in Signals blocked from widget in QMdiSubwindow but not in QDilaog:

    Hmm okay went and looked that up again and my bad you did use super() the current python3 way

    Thank you for acknowledging this.

    However as I pointed out in the code I posted using super() in python carries with it issues and currently bugs.... frankly in Python you are gaining nothing by using it and losing a lot.

    I notice that you've been actively discouraging users from using super() in different threads. However, while you've told us that it causes problems, I haven't found a post from you where you showed how it causes problems. If you have indeed made such a post, please point me to it. Without proof, your statements aren't convincing.

    In any case, the Python maintainers have acknowledged the problems with super() in Python 2 and redesigned it for Python 3. The official docs (which @Howard.Swope linked to above) even points to a blog post which highlights the many benefits of super(). So, if you still truly believe that Python 3's super() is harmful, please talk to the Python creators, maintainers, and community. This forum is not an appropriate place for such discussions.

    Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

    1 Reply Last reply
    4

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved