Skip to content
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

Port test_exceptions to Python 3.10 #4042

Merged
merged 1 commit into from Mar 18, 2021
Merged

Port test_exceptions to Python 3.10 #4042

merged 1 commit into from Mar 18, 2021

Conversation

vstinner
Copy link
Contributor

The test.support (which sould not be used outside Python!) has been
splitted into sub-modules. Adapt test_exceptions for these changes.

The test.support (which sould not be used outside Python!) has been
splitted into sub-modules. Adapt test_exceptions for these changes.
@vstinner
Copy link
Contributor Author

PR for the 0.29.x branch.

@scoder
Copy link
Contributor

scoder commented Mar 18, 2021

Thanks!

which sould not be used outside Python!

Note that this test file is a copy of the CPython test module that was made to assure compatibility. It's not really used outside of CPython, is it? :)

@scoder scoder added this to the 0.29.23 milestone Mar 18, 2021
@scoder scoder merged commit 43cf17d into cython:0.29.x Mar 18, 2021
@vstinner vstinner deleted the test_exceptions branch March 18, 2021 11:49
@vstinner
Copy link
Contributor Author

I forward ported this change to the master branch: #4047

@vstinner
Copy link
Contributor Author

Note that this test file is a copy of the CPython test module that was made to assure compatibility. It's not really used outside of CPython, is it? :)

Ah, I didn't notice. I was just reference to the note in the test documentation:

The test package is meant for internal use by Python only. It is documented for the benefit of the core developers of Python. Any use of this package outside of Python’s standard library is discouraged as code mentioned here can change or be removed without notice between releases of Python.

https://docs.python.org/dev/library/test.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants