Skip to content

Conversation

@encukou
Copy link
Member

@encukouencukou 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-appbedevere-appbot added awaiting core review docs Documentation in the Doc dir skip news labels Sep 16, 2024
@bedevere-appbedevere-appbot mentioned this pull request Sep 16, 2024
78 tasks
@encukouencukou added the needs backport to 3.13 bugs and security fixes label Sep 17, 2024
@encukouencukou merged commit 32119fc into python:mainSep 18, 2024
@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

GH-124244 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 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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@encukou@skirpichev