Skip to content

gh-141004: document curses C API - #141254

Merged
picnixz merged 7 commits into
python:mainfrom
picnixz:docs/capi/curses-141004
Nov 9, 2025
Merged

gh-141004: document curses C API#141254
picnixz merged 7 commits into
python:mainfrom
picnixz:docs/capi/curses-141004

Conversation

@picnixz

@picnixzpicnixz commented Nov 8, 2025

Copy link
Copy Markdown
Member

@picnixz
picnixzforce-pushed the docs/capi/curses-141004 branch from 4b091af to 5c30fd6CompareNovember 8, 2025 15:18
Comment threadDoc/c-api/curses.rst Outdated
@picnixz
picnixzforce-pushed the docs/capi/curses-141004 branch from 698f2a0 to bf55f97CompareNovember 8, 2025 17:41
Comment threadDoc/c-api/curses.rst
Comment threadDoc/c-api/curses.rst
Comment threadDoc/c-api/curses.rst Outdated
@picnixz

Copy link
Copy Markdown
MemberAuthor

I really don't like the curses C API. Is there a world where I can rewrite it to avoid macros and global variables? it's only used by curses.panel btw in the project.

@ZeroIntensity

Copy link
Copy Markdown
Member

Is there a world where I can rewrite it to avoid macros and global variables? it's only used by curses.panel btw in the project.

Yeah (and I'd love to get this done for datetime too), but it has to be for 3.15 only.

@ZeroIntensityZeroIntensity left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, some non-blocking suggestions below.

Comment threadDoc/c-api/curses.rst Outdated
Comment threadDoc/c-api/curses.rst
Comment threadDoc/c-api/curses.rst Outdated
@picnixz
picnixz enabled auto-merge (squash) November 9, 2025 15:42
@picnixzpicnixz added needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes labels Nov 9, 2025
@picnixz
picnixz merged commit dbe4090 into python:mainNov 9, 2025
32 checks passed
@github-project-automationgithub-project-automationBot moved this from Todo to Done in Docs PRsNov 9, 2025
@miss-islington-app

Copy link
Copy Markdown

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

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 9, 2025
(cherry picked from commit dbe4090)
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
@bedevere-app

Copy link
Copy Markdown

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

@bedevere-appbedevere-appBot removed the needs backport to 3.14 bugs and security fixes label Nov 9, 2025
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 9, 2025
(cherry picked from commit dbe4090)
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
@bedevere-app

Copy link
Copy Markdown

GH-141293 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 Nov 9, 2025
@picnixz
picnixz deleted the docs/capi/curses-141004 branch November 9, 2025 15:49
picnixz added a commit that referenced this pull request Nov 9, 2025
gh-141004: document `curses` C API (GH-141254)
(cherry picked from commit dbe4090)
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
picnixz added a commit that referenced this pull request Nov 9, 2025
gh-141004: document `curses` C API (GH-141254)
(cherry picked from commit dbe4090)
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
StanFromIreland pushed a commit to StanFromIreland/cpython that referenced this pull request Dec 6, 2025
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

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants

@picnixz@ZeroIntensity