Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34k
gh-116417: Move limited C API list.c tests to _testlimitedcapi#116602
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
Uh oh!
There was an error while loading. Please reload this page.
Conversation
vstinner commented Mar 11, 2024 • edited by bedevere-app bot
Loading Uh oh!
There was an error while loading. Please reload this page.
edited by bedevere-app bot
Uh oh!
There was an error while loading. Please reload this page.
Split list.c and set.c tests of _testcapi into two parts: limited C API tests in _testlimitedcapi and non-limited C API tests in _testcapi.
vstinner commented Mar 11, 2024
@colesbury@corona10@sobolevn@encukou@serhiy-storchaka: Would you mind to review this change? This change is extracted from the large draft PR #116567 which split basically all tests to show how it look alike. I already moved 4 files from Limited C API tests now test the oldest API version, API version 3.5, except heaptype_relative.c and vectorcall_limited.c which need API version 3.12. |
bedevere-bot commented Mar 18, 2024
|
bedevere-bot commented Mar 18, 2024
|
vstinner commented Mar 18, 2024
…python#116602) Split list.c and set.c tests of _testcapi into two parts: limited C API tests in _testlimitedcapi and non-limited C API tests in _testcapi.
…python#116602) Split list.c and set.c tests of _testcapi into two parts: limited C API tests in _testlimitedcapi and non-limited C API tests in _testcapi.
…python#116602) Split list.c and set.c tests of _testcapi into two parts: limited C API tests in _testlimitedcapi and non-limited C API tests in _testcapi.
Split list.c and set.c tests of _testcapi into two parts: limited C API tests in _testlimitedcapi and non-limited C API tests in _testcapi.