Skip to content
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

[TPython] Use functions and not macros for reference counting #18377

Merged
merged 2 commits into from
Apr 13, 2025

Conversation

guitargeek
Copy link
Contributor

This is recommended by the C Python documentation for runtime dynamic embedding of Python.

This prevents linker errors when building TPython against GIL-less Python.

This is recommended by the C Python documentation for runtime dynamic
embedding of Python.

This prevents linker errors when building TPython against GIL-less
Python.
Silencing of warnings is not necessary anymore since the TPython
refactoring last year.
Copy link

Test Results

    19 files      19 suites   4d 16h 11m 11s ⏱️
 2 723 tests  2 722 ✅ 0 💤 1 ❌
49 994 runs  49 993 ✅ 0 💤 1 ❌

For more details on these failures, see this check.

Results for commit 98f1101.

@guitargeek guitargeek merged commit 104a48f into root-project:master Apr 13, 2025
21 of 23 checks passed
@guitargeek guitargeek deleted the python_stuff branch April 13, 2025 15:27
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