FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-141004: document `curses` C API by picnixz · Pull Request #141254 · python/cpython · GitHub

/ cpython Public

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 commented Nov 8, 2025
edited by github-actions Bot
Loading

Copy link
Copy Markdown
Member

picnixz force-pushed the docs/capi/curses-141004 branch from 4b091af to 5c30fd6 Compare November 8, 2025 15:18
Comment thread Doc/c-api/curses.rst Outdated
picnixz force-pushed the docs/capi/curses-141004 branch from 698f2a0 to bf55f97 Compare November 8, 2025 17:41
Comment thread Doc/c-api/curses.rst
Comment thread Doc/c-api/curses.rst
Comment thread Doc/c-api/curses.rst Outdated

picnixz commented Nov 9, 2025

Copy link
Copy Markdown
Member Author

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.

picnixz requested a review from ZeroIntensity November 9, 2025 14:04

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.

ZeroIntensity 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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Thanks, some non-blocking suggestions below.

Comment thread Doc/c-api/curses.rst Outdated
Comment thread Doc/c-api/curses.rst
Comment thread Doc/c-api/curses.rst Outdated
picnixz enabled auto-merge (squash) November 9, 2025 15:42
picnixz added needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes labels Nov 9, 2025
picnixz merged commit dbe4090 into python:main Nov 9, 2025
32 checks passed
github-project-automation Bot moved this from Todo to Done in Docs PRs Nov 9, 2025

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 Bot commented Nov 9, 2025

Copy link
Copy Markdown

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

bedevere-app Bot 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 Bot commented Nov 9, 2025

Copy link
Copy Markdown

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

bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label Nov 9, 2025
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL