Crash with Python 3.12 #3486
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: poezio/slixmpp#3486
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
This is just a heads up that slixmpp ends up segfaulting during its tests with Python 3.12. Initially reported downstream at https://bugs.gentoo.org/916898.
This isn't a slixmpp bug and in Gentoo, we've already reported it upstream to cpython at https://github.com/python/cpython/issues/111784 with a minimised reproducer based on slixmpp, but we figured we'd post this here to let people know in case they end up wondering why tests start to fail w/ 3.12.
It might be that the cpython people say there's also a slixmpp bug here but obviously cpython shouldn't segfault in any case.
Thanks, I actually missed that report and ended up wasting some of my (and cpython upstream people as well, but not too much) time days after it was fixed in the main cpython branch. Since this will be fixed in the next 3.12 release and does not appear to be wrong on our end, I am closing this.