-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
PEP 780: Update to use sys.abi_info #4608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @zklaus! On reflection, I think I like the name::value syntax, it seems better than using things like sys_abi_info_free_threaded as boolean markers.
Only two minor comments from me.
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for addressing my feedback.
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Michał Górny <mgorny@gentoo.org>
|
|
||
| Note that in the absence of the features described in this PEP, early adopting | ||
| projects have had to resort to using the fork for *all* builds of a potentially | ||
| free threading Python interpreter; typical dependencies than look like:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| free threading Python interpreter; typical dependencies than look like:: | |
| free threading Python interpreter; typical dependencies then looked like:: |
PEP 123: Summary of changes)This PR updates PEP 780 to make use of the new
sys.abi_infonamespace that stems from the original PEP 780 discussion.Pinging @rgommers, @lysnikolaou.
📚 Documentation preview 📚: https://pep-previews--4608.org.readthedocs.build/