Comment 2 for bug 1904868

Revision history for this message
Jelmer Vernooij (jelmer) wrote : Re: [Bug 1904868] Re: breezy fails to build on Python 3.10: issue with Py_REFCNT()

On Thu, Nov 19, 2020 at 12:36:20PM -0000, Victor Stinner wrote:
> I attach a fix as a patch.

> ** Patch added: "Port brz to Python 3.10"
> https://bugs.launchpad.net/brz/+bug/1904868/+attachment/5435974/+files/brz-python310.patch
Thanks for the patch - I'll submit that to the 3.1 and 3.2 series for
Breezy.

> I failed to create a brz branch.
>
> The "bzr push lp:~vstinner/brz/brz" command fails with:
>
> <email address hidden>: Permission denied (publickey).
> ConnectionReset reading response for b'BzrDir.open_2.1', retrying
> <email address hidden>: Permission denied (publickey).

>
> "ssh -v <email address hidden>" fails with:
>
> debug1: Offering public key: /home/vstinner/.ssh/id_rsa RSA SHA256:2Ikqg/9eDjHfxObh+4wk6E4u5JhguaHpFG/V04e0yIo agent
> debug1: send_pubkey_test: no mutual signature algorithm
>
> I tested 2 different RSA keys (registered in my Launchpad account).
Not really sure what's going on there - if you care about debugging
this further, the best place to ask is probably
https://answers.launchpad.net/launchpad or the launchpad users list.

I know Launchpad uses some variant of the twisted SSH implementation,
but I am fuzzy on the details.

Breezy has integration for Launchpad (and other hosting platforms)
and is hosted on Launchpad, but is otherwise a separate project.

Jelmer