Skip to content
Snippets Groups Projects

merge stable into default (again, to hopefully have 3.13 green)

Merged Pierre-Yves David requested to merge topic/default/branching into branch/default
  1. Oct 26, 2024
  2. Oct 24, 2024
  3. Oct 25, 2024
    • Matt Harbison's avatar
      wireprototypes: fix exception handling code with a bad pytype suppression · 5ad5f085
      Matt Harbison authored
      This goes back to f5fcf7123a92, and I suspect it was a misread of the error
      message is describes- the LHS of `.sorted()` is always bytes, and bytes didn't
      have this method in py2 either.  The invalid names were already handled like
      this a few lines above.
      
      PyCharm flagged this, and it stood out after converting the zope interfaces to
      Protocol classes (which hasn't been published yet).
      5ad5f085
Loading