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

[3.14] gh-132775: Make _PyXI_session Opaque (gh-134452) by miss-islington · Pull Request #134522 · python/cpython · GitHub

/ cpython Public

[3.14] gh-132775: Make _PyXI_session Opaque (gh-134452) - #134522

Merged
ericsnowcurrently merged 2 commits into
python:3.14from
miss-islington:backport-4a4ac3a-3.14
May 22, 2025
Merged

[3.14] gh-132775: Make _PyXI_session Opaque (gh-134452)#134522
ericsnowcurrently merged 2 commits into
python:3.14from
miss-islington:backport-4a4ac3a-3.14

Conversation

miss-islington commented May 22, 2025
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

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

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>
ericsnowcurrently merged commit 04e2dd6 into python:3.14 May 22, 2025
miss-islington deleted the backport-4a4ac3a-3.14 branch January 2, 2026 16:46
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.

2 participants


Back | FazBrowse Home | New Git URL