Re: Fix runtime crashes in net/profanity

2024-12-25 Thread Omar Polo
Hello, On 2024/12/25 15:23:36 +, Stuart Henderson wrote: > On 2024/12/25 11:19, Stepan Zolotuev wrote: > > Hello, > > > > After recent python 3.12 migration a known issue of profanity has > > surfaced, where it crashes upon every startup. > > > > This was fixed by an upstream commit multipl

Re: Fix runtime crashes in net/profanity

2024-12-25 Thread Stuart Henderson
On 2024/12/25 11:19, Stepan Zolotuev wrote: > Hello, > > After recent python 3.12 migration a known issue of profanity has > surfaced, where it crashes upon every startup. > > This was fixed by an upstream commit multiple months ago. > The diff below is exactly that. > Tests pass too. This one s

Fix runtime crashes in net/profanity

2024-12-25 Thread Stepan Zolotuev
Hello, After recent python 3.12 migration a known issue of profanity has surfaced, where it crashes upon every startup. This was fixed by an upstream commit multiple months ago. The diff below is exactly that. Tests pass too. diff --git net/profanity/Makefile net/profanity/Makefile index a9a7e4