Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented Jan 31, 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.

* 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.
@vstinnervstinner merged commit 60a8541 into python:mainJan 31, 2025
45 checks passed
@vstinnervstinner deleted the testcapi_function branch January 31, 2025 15:02
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.
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