Re: Incorrect code or Python regression?

2024-07-21 Thread Paul Howarth
On Sun, 21 Jul 2024 19:10:48 +0200 Miroslav Suchý wrote: > Dne 21. 07. 24 v 11:21 dop. Paul Howarth napsal(a): > > python-paramiko failed to build in the mass rebuild and I'm > > wondering if there's incorrect code in paramiko (or its dependency > > cryptography), or whether it's a regression in

Re: Incorrect code or Python regression?

2024-07-21 Thread Miroslav Suchý
Dne 21. 07. 24 v 11:21 dop. Paul Howarth napsal(a): python-paramiko failed to build in the mass rebuild and I'm wondering if there's incorrect code in paramiko (or its dependency cryptography), or whether it's a regression in the current Python beta. The failures are in the test suite and the

Re: Incorrect code or Python regression?

2024-07-21 Thread Paul Howarth
Hi Miro, On Sun, 21 Jul 2024 17:46:24 +0200 Miro Hrončok wrote: > Hey Paul. > > I just tried this with pip-installed cryptography in Python 3.13 venv: > > >>> from cryptography.exceptions import _Reasons > >>> from cryptography.hazmat.primitives.kdf.kbkdf import KBKDFHMAC > >>> try: > ...

Re: Incorrect code or Python regression?

2024-07-21 Thread Miro Hrončok
On 21. 07. 24 11:21, Paul Howarth wrote: Hi all, python-paramiko failed to build in the mass rebuild and I'm wondering if there's incorrect code in paramiko (or its dependency cryptography), or whether it's a regression in the current Python beta. The failures are in the test suite and the

Incorrect code or Python regression?

2024-07-21 Thread Paul Howarth
Hi all, python-paramiko failed to build in the mass rebuild and I'm wondering if there's incorrect code in paramiko (or its dependency cryptography), or whether it's a regression in the current Python beta. The failures are in the test suite and the failing tests all involve this error: