Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented Aug 7, 2024

  • Add Lib/test/test_capi/test_eval.py
  • Add Modules/_testlimitedcapi/eval.c

* Add Lib/test/test_capi/test_eval.py * Add Modules/_testlimitedcapi/eval.c
@vstinner
Copy link
MemberAuthor

@vstinnervstinner requested a review from a team as a code ownerAugust 8, 2024 10:50
Copy link
Member

@serhiy-storchakaserhiy-storchaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@vstinnervstinner merged commit bf8b374 into python:mainAug 8, 2024
@vstinnervstinner deleted the test_eval branch August 8, 2024 12:16
@vstinner
Copy link
MemberAuthor

Merged. Thanks for the review @serhiy-storchaka.

blhsing pushed a commit to blhsing/cpython that referenced this pull request Aug 22, 2024
* Add Lib/test/test_capi/test_eval.py * Add Modules/_testlimitedcapi/eval.c
vstinner added a commit to vstinner/cpython that referenced this pull request Jan 18, 2025
* Add Lib/test/test_capi/test_eval.py * Add Modules/_testlimitedcapi/eval.c (cherry picked from commit bf8b374)
@bedevere-app
Copy link

GH-128987 is a backport of this pull request to the 3.13 branch.

vstinner added a commit that referenced this pull request Jan 18, 2025
* gh-111495: Add more tests on PyEval C APIs (#122789) * Add Lib/test/test_capi/test_eval.py * Add Modules/_testlimitedcapi/eval.c (cherry picked from commit bf8b374) * gh-111495: Fix refleaks in test_capi.test_eval tests (#122851) (cherry picked from commit b4a3160)
vstinner added a commit that referenced this pull request Jan 19, 2025
…#129023) * Add Lib/test/test_capi/test_eval.py * Add Modules/_testlimitedcapi/eval.c (cherry picked from commit bf8b374) * gh-111495: Fix refleaks in test_capi.test_eval tests (#122851) (cherry picked from commit b4a3160) (cherry picked from commit 430ccbc)
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.

2 participants

@vstinner@serhiy-storchaka