Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented Mar 19, 2024

Split abstract.c and float.c tests of _testcapi into two parts: limited C API tests in _testlimitedcapi and non-limited C API tests in _testcapi.

Split abstract.c and float.c tests of _testcapi into two parts: limited C API tests in _testlimitedcapi and non-limited C API tests in _testcapi. Update test_bytes.
@vstinnervstinner enabled auto-merge (squash) March 19, 2024 10:25
@vstinnervstinner merged commit 039d20a into python:mainMar 19, 2024
@vstinnervstinner deleted the limited_abstract branch March 19, 2024 10:44
vstinner added a commit to vstinner/cpython that referenced this pull request Mar 20, 2024
…api (python#116986) Split abstract.c and float.c tests of _testcapi into two parts: limited C API tests in _testlimitedcapi and non-limited C API tests in _testcapi. Update test_bytes and test_class.
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 25, 2024
…api (python#116986) Split abstract.c and float.c tests of _testcapi into two parts: limited C API tests in _testlimitedcapi and non-limited C API tests in _testcapi. Update test_bytes and test_class.
diegorusso pushed a commit to diegorusso/cpython that referenced this pull request Apr 17, 2024
…api (python#116986) Split abstract.c and float.c tests of _testcapi into two parts: limited C API tests in _testlimitedcapi and non-limited C API tests in _testcapi. Update test_bytes and test_class.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@vstinner