Skip to content

gh-118915: Add/fix docs entries for some new 3.13 C API #124134

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

Merged
merged 3 commits into from
Sep 18, 2024

Conversation

encukou
Copy link
Member

@encukou encukou commented Sep 16, 2024

  • Add an entry for PyExc_PythonFinalizationError
  • Add formal entries for PY_MONITORING_EVENT_*, making them searchable and linkable with Intersphinx.
  • Use the "NULL namespace" for several macros that are documented below the functions that use them. This fixes their names in search results, and fixes linking using Intersphinx inventories.
  • Fix ReST definition syntax for PyMonitoring_*Scope (these were comments before!)

📚 Documentation preview 📚: https://cpython-previews--124134.org.readthedocs.build/

- Add an entry for PyExc_PythonFinalizationError
- Add formal entries for `PY_MONITORING_EVENT_*`, making them searchable
  and linkable with Intersphinx.
- Use the "NULL namespace" for several macros that are documented
  below the functions that use them. This fixes their names
  in search results, and fixes linking using Intersphinx inventories.
@bedevere-app bedevere-app bot added awaiting core review docs Documentation in the Doc dir skip news labels Sep 16, 2024
@bedevere-app bedevere-app bot mentioned this pull request Sep 16, 2024
78 tasks
@encukou encukou added the needs backport to 3.13 bugs and security fixes label Sep 17, 2024
@encukou encukou merged commit 32119fc into python:main Sep 18, 2024
24 checks passed
@miss-islington-app
Copy link

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

@miss-islington-app
Copy link

Sorry, @encukou, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 32119fc377a4d9df524a7bac02b6922a990361dd 3.13

encukou added a commit to encukou/cpython that referenced this pull request Sep 19, 2024
@bedevere-app
Copy link

bedevere-app bot commented Sep 20, 2024

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

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Sep 20, 2024
savannahostrowski pushed a commit to savannahostrowski/cpython that referenced this pull request Sep 22, 2024
AA-Turner pushed a commit to AA-Turner/cpython that referenced this pull request Sep 23, 2024
Yhg1s pushed a commit that referenced this pull request Sep 23, 2024
* [3.13] GH-109975: Copyedit 3.13 What's New: C API (GH-124313)
(cherry picked from commit 9d0a752)

* gh-118915: Add/fix docs entries for some new 3.13 C API (GH-124134)

Co-authored-by: Adam Turner <[email protected]>
Co-authored-by: Petr Viktorin <[email protected]>
Yhg1s pushed a commit that referenced this pull request Sep 23, 2024
…4134) (#124244)

gh-118915: Add/fix docs entries for some new 3.13 C API (GH-124134)

(cherry picked from commit 32119fc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants