FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-132775: Make _PyXI_session Opaque by ericsnowcurrently · Pull Request #134452 · python/cpython · GitHub

/ cpython Public

gh-132775: Make _PyXI_session Opaque - #134452

Merged
ericsnowcurrently merged 1 commit into
python:mainfrom
ericsnowcurrently:xi-session-opaque
May 22, 2025
Merged

gh-132775: Make _PyXI_session Opaque#134452
ericsnowcurrently merged 1 commit into
python:mainfrom
ericsnowcurrently:xi-session-opaque

Conversation

ericsnowcurrently commented May 21, 2025
edited
Loading

Copy link
Copy Markdown
Member

This is mostly a refactor to clean things up a bit, most notably the "XI namespace" code.

Making the session opaque requires adding the following internal-only functions:

  • _PyXI_NewSession()
  • _PyXI_FreeSession()
  • _PyXI_GetMainNamespace()

ericsnowcurrently marked this pull request as ready for review May 22, 2025 15:17
ericsnowcurrently merged commit 4a4ac3a into python:main May 22, 2025

Copy link
Copy Markdown

Thanks @ericsnowcurrently for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

ericsnowcurrently deleted the xi-session-opaque branch May 22, 2025 16:14
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 22, 2025
This is mostly a refactor to clean things up a bit, most notably the "XI namespace" code.

Making the session opaque requires adding the following internal-only functions:

* _PyXI_NewSession()
* _PyXI_FreeSession()
* _PyXI_GetMainNamespace()
(cherry picked from commit 4a4ac3a)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>

bedevere-app Bot commented May 22, 2025

Copy link
Copy Markdown

GH-134522 is a backport of this pull request to the 3.14 branch.

bedevere-app Bot removed the needs backport to 3.14 bugs and security fixes label May 22, 2025
ericsnowcurrently added a commit that referenced this pull request May 22, 2025
This is mostly a refactor to clean things up a bit, most notably the "XI namespace" code.

Making the session opaque requires adding the following internal-only functions:

* _PyXI_NewSession()
* _PyXI_FreeSession()
* _PyXI_GetMainNamespace()

(cherry picked from commit 4a4ac3a, gh-134452)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
lkollar pushed a commit to lkollar/cpython that referenced this pull request May 26, 2025
This is mostly a refactor to clean things up a bit, most notably the "XI namespace" code.

Making the session opaque requires adding the following internal-only functions:

* _PyXI_NewSession()
* _PyXI_FreeSession()
* _PyXI_GetMainNamespace()
Pranjal095 pushed a commit to Pranjal095/cpython that referenced this pull request Jul 12, 2025
This is mostly a refactor to clean things up a bit, most notably the "XI namespace" code.

Making the session opaque requires adding the following internal-only functions:

* _PyXI_NewSession()
* _PyXI_FreeSession()
* _PyXI_GetMainNamespace()
taegyunkim pushed a commit to taegyunkim/cpython that referenced this pull request Aug 4, 2025
This is mostly a refactor to clean things up a bit, most notably the "XI namespace" code.

Making the session opaque requires adding the following internal-only functions:

* _PyXI_NewSession()
* _PyXI_FreeSession()
* _PyXI_GetMainNamespace()
gostak-dd pushed a commit to gostak-dd/cpython that referenced this pull request Jun 2, 2026
This is mostly a refactor to clean things up a bit, most notably the "XI namespace" code.

Making the session opaque requires adding the following internal-only functions:

* _PyXI_NewSession()
* _PyXI_FreeSession()
* _PyXI_GetMainNamespace()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

1 participant


Back | FazBrowse Home | New Git URL