◐ Shell
clean mode source ↗

Update test_dict_version.py from Cpython v3.11.2 by Masorubka1 · Pull Request #4809 · RustPython/RustPython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

DimitrisJim

import unittest
from test.support import import_helper

# PEP 509 is implemented in CPython but other Python implementations

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.

@DimitrisJim

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).

2 participants

@Masorubka1 @DimitrisJim