Skip to content

Conversation

@picnixz
Copy link
Member

@picnixzpicnixz commented Nov 8, 2025

@picnixzpicnixzforce-pushed the docs/capi/curses-141004 branch from 4b091af to 5c30fd6CompareNovember 8, 2025 15:18
@picnixzpicnixzforce-pushed the docs/capi/curses-141004 branch from 698f2a0 to bf55f97CompareNovember 8, 2025 17:41
@picnixz
Copy link
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
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.

Copy link
Member

@ZeroIntensityZeroIntensity left a comment

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.

@picnixzpicnixz 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
@picnixzpicnixz 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

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

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

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
@picnixzpicnixz 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