Re: Bug#1088764: pocketsphinx-python: autopkgtest failure with Python 3.13

2024-12-01 Thread Samuel Thibault
Just FTR, the patch I had tried to add to the sphinxbase package to try to get pocketsphinx-python expose a proper __iter__ method. It does return a new object, but doesn't duplicate ptr, thus deemed to get duplicate frees and whatnot. Samuel Samuel Thibault, le lun. 02 déc. 2024 02:58:51 +0100,

Re: Bug#1088764: pocketsphinx-python: autopkgtest failure with Python 3.13

2024-12-01 Thread Samuel Thibault
Hello, Graham Inggs, le sam. 30 nov. 2024 17:41:54 +, a ecrit: > The autopkgtests of this package fail with Python 3.13 [1]. It looks like python 3.13 now requires the iterator (not just the interable) to provide an __iter__ method. I don't see how to do that with the pocketsphinx interface: