Skip to content

gh-111495: Add more tests on PyEval C APIs #122789

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 8, 2024
Merged

Conversation

vstinner
Copy link
Member

@vstinner vstinner 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
Member Author

vstinner commented Aug 7, 2024

@vstinner vstinner requested a review from a team as a code owner August 8, 2024 10:50
Copy link
Member

@serhiy-storchaka serhiy-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.

@vstinner vstinner merged commit bf8b374 into python:main Aug 8, 2024
37 checks passed
@vstinner vstinner deleted the test_eval branch August 8, 2024 12:16
@vstinner
Copy link
Member Author

vstinner commented Aug 8, 2024

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

bedevere-app bot commented Jan 18, 2025

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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants