cpython/Doc/data
Miss Islington (bot) 04e2dd6513
[3.14] gh-132775: Make _PyXI_session Opaque (gh-134522)
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 4a4ac3ab4d, gh-134452)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
2025-05-22 17:12:52 +00:00
..
python3.14.abi [3.14] gh-132775: Make _PyXI_session Opaque (gh-134522) 2025-05-22 17:12:52 +00:00
refcounts.dat [3.14] gh-46236: Document PyUnicode_BuildEncodingMap (GH-133270) (#133769) 2025-05-09 15:24:59 +00:00
stable_abi.dat gh-132639: Adds PyLong_AsNativeBytes, PyLong_FromNativeBytes and PyLong_FromUnsignedNativeBytes to the limited API (GH-132640) 2025-04-21 15:59:03 +01:00