[issue46159] Segfault when using trace functions in 3.11a3

Quentin Pradet report at bugs.python.org
Wed Jan 12 00:46:47 EST 2022


Quentin Pradet <quentin.pradet at gmail.com> added the comment:

The ABI between alpha 2 and alpha 3 changed, see https://bugs.python.org/issue46320. If pip built (say) cffi in CI for alpha2 and put it in the cache, then it reused that wheel for alpha3 and the segfault is expected.

----------
nosy: +Quentin.Pradet

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue46159>
_______________________________________


More information about the Python-bugs-list mailing list