• Vahtos@programming.dev
    link
    fedilink
    English
    arrow-up
    14
    ·
    7 个月前

    What a refreshingly information dense blog without the typical annoying web page behaviors (consent pop-ups, join our mailing list, etc). Thanks for sharing.

  • 🇨🇦 tunetardis@lemmy.ca
    link
    fedilink
    arrow-up
    8
    ·
    7 个月前

    I’ve been playing around with the disabled GIL build and though I use threads fairly extensively in my projects, it’s been smooth sailing so far. I feel like my GUI scripts might be a bit more responsive now? (I tend to farm out user events to dedicated threads, so this is entirely possible.)

    But overall, everything is stable and awesome! I’m so excited! This has been a long time coming for Python.

    • gigachad
      link
      fedilink
      arrow-up
      11
      ·
      7 个月前

      Wdym? It’s a text about the lesser known features and changes in Python 3.13.

        • sugar_in_your_tea
          link
          fedilink
          arrow-up
          5
          ·
          edit-2
          7 个月前

          You mean the code under “The annotation change nobody asked for”? That’s not intended to do anything, it’s supposed to just be valid Python code as an annotation. Basically, they’re trying to break the type hinting system.

            • sugar_in_your_tea
              link
              fedilink
              arrow-up
              4
              ·
              7 个月前

              I don’t think so. I see two code snippets, and each has a clear explanation preceding it.