Antoine Pitrou <pit...@free.fr> added the comment:

> Does it mean that Python 3.8 wil crash on loading C extensions compiled on 
> Python older than this version?

What makes you think that it would be otherwise be able to load and execute 
such C extensions without any bugs?

There is no ABI except the stable ABI, and tp_flags isn't part of the stable 
ABI. 

PS : tp_finalize is in Python 3.4, but that doesn't really matter.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32388>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to