◐ Shell
clean mode source ↗

gh-93649: Add Modules/_testcapi/type.c file by vstinner · Pull Request #129516 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner

merged 1 commit into

Jan 31, 2025

Conversation

@vstinner

@vstinner vstinner commented

Jan 31, 2025

edited by bedevere-app Bot

Loading

Move PyType C API tests to a new file.

Move following tests from test_capi.test_misc to test_capi.test_type:

  • BuiltinStaticTypesTests
  • test_get_type_name()
  • test_get_base_by_token()
Move PyType C API tests to a new file.

Move following tests from test_capi.test_misc to test_capi.test_type:

* BuiltinStaticTypesTests
* test_get_type_name()
* test_get_base_by_token()

srinivasreddy pushed a commit to srinivasreddy/cpython that referenced this pull request

Feb 7, 2025
Move PyType C API tests to a new file.

Move following tests from test_capi.test_misc to test_capi.test_type:

* BuiltinStaticTypesTests
* test_get_type_name()
* test_get_base_by_token()

Labels

1 participant

@vstinner