◐ Shell
clean mode source ↗

gh-128813: cleanup C-API docs for PyComplexObject by skirpichev · Pull Request #137579 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@skirpichev

@skirpichev skirpichev commented

Aug 9, 2025

edited

Loading

Copy link Copy Markdown

Member

  • move non-deprecated API up
  • make a dedicated section for deprecated low-leved API

📚 Documentation preview 📚: https://cpython-previews--137579.org.readthedocs.build/en/137579/c-api/complex.html

* move non-deprecated API up
* make a dedicated section for deprecated low-leved API

@skirpichev skirpichev force-pushed the complex-api-docs/128813 branch from 8eb8365 to cb267f0 Compare

August 9, 2025 04:11

@skirpichev skirpichev marked this pull request as ready for review

August 9, 2025 04:16

@encukou encukou 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.

Thank you!

@encukou encukou merged commit bc4996c into python:main

Aug 11, 2025

32 checks passed

@github-project-automation github-project-automation Bot moved this from Todo to Done in Docs PRs

Aug 11, 2025

@skirpichev skirpichev deleted the complex-api-docs/128813 branch

August 11, 2025 11:52

maurycy added a commit to maurycy/cpython that referenced this pull request

Aug 12, 2025
* main:
  pythongh-137288: Update 3.14 magic numbers (pythonGH-137665)
  pythongh-135228: When @DataClass(slots=True) replaces a dataclass, make the original class collectible (take 2) (pythonGH-137047)
  pythongh-126008: Improve docstrings for Tkinter cget and configure methods (pythonGH-133303)
  pythongh-131885: Use positional-only markers for ``max()`` and ``min()`` (python#131868)
  pythonGH-137426: Remove code deprecation of `importlib.abc.ResourceLoader` (pythonGH-137567)
  pythongh-125897: Mark range function parameters as positional only (python#125945)
  pythongh-137400: Fix a crash when disabling profiling across all threads (pythongh-137471)
  pythongh-115766: Fix IPv4Interface.is_unspecified (pythonGH-137326)
  pythongh-128813: cleanup C-API docs for PyComplexObject (pythonGH-137579)
  pythongh-135953: Profile a module or script with sampling profiler (python#136777)
  Fix documentation of hash in PyHash_FuncDef (python#137595)

Agent-Hellboy pushed a commit to Agent-Hellboy/cpython that referenced this pull request

Aug 19, 2025
)

* move non-deprecated API up
* make a dedicated section for deprecated low-leved API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@encukou encukou encukou approved these changes

@vstinner vstinner Awaiting requested review from vstinner

Assignees

No one assigned

Labels

docs

Documentation in the Doc dir

skip news

Projects

Docs PRs

Status: Done

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@skirpichev @encukou