Skip to content

Conversation

@ZeroIntensity
Copy link
Member

@ZeroIntensityZeroIntensity commented Jan 4, 2025

@ZeroIntensityZeroIntensity added docs Documentation in the Doc dir skip news topic-C-API labels Jan 4, 2025
@bedevere-appbedevere-appbot mentioned this pull request Jan 4, 2025
78 tasks
@ZeroIntensityZeroIntensity added the needs backport to 3.13 bugs and security fixes label Jan 4, 2025
@encukouencukou merged commit ea39c8b into python:mainJan 9, 2025
36 checks passed
@miss-islington-app
Copy link

Thanks @ZeroIntensity for the PR, and @encukou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

@encukou
Copy link
Member

Thanks!

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 9, 2025
@bedevere-app
Copy link

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

@bedevere-appbedevere-appbot removed the needs backport to 3.13 bugs and security fixes label Jan 9, 2025
@ZeroIntensityZeroIntensity deleted the document-getmainmodule branch January 9, 2025 15:42
encukou pushed a commit that referenced this pull request Jan 10, 2025
.. c:function:: PyObject* PyUnstable_InterpreterState_GetMainModule(PyInterpreterState *interp)
Return a :term:`strong reference` to the ``__main__`` `module object <moduleobjects>`_
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip newstopic-C-API

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants

@ZeroIntensity@encukou@hroncok