- Notifications
You must be signed in to change notification settings - Fork1.3k
Update test_dict_version.py from Cpython v3.11.2#4809
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
import unittest | ||
from test.support import import_helper | ||
# PEP 509 is implemented in CPython but other Python implementations |
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.
I don't believe we implement it, unsure if this test file actually gets executed tbh.
Thanks, closing this for now since we do not implement this. I also see PEP 509 has been superseded (don't remember by what) so it is very likely we won't be supporting this (though I haven't looked into it). |
No description provided.