◐ Shell
clean mode source ↗

gh-93649: Add Modules/_testcapi/function.c file by vstinner · Pull Request #129521 · 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 PyFunction C API tests to a new file.
  • Add Lib/test/test_capi/test_function.py.
  • Move tests from test_capi.test_misc to test_capi.test_function.
* Move PyFunction C API tests to a new file.
* Add Lib/test/test_capi/test_function.py.
* Move tests from test_capi.test_misc to test_capi.test_function.

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

Feb 7, 2025
* Move PyFunction C API tests to a new file.
* Add Lib/test/test_capi/test_function.py.
* Move tests from test_capi.test_misc to test_capi.test_function.

Labels

1 participant

@vstinner