◐ Shell
clean mode source ↗

GH-121970: Modernise the patchlevel extension by AA-Turner · Pull Request #121995 · python/cpython

Conversation

@AA-Turner

  • Remove print_function future
  • Use a standard version_info interface
  • Use absolute paths to find patchlevel.h

Note: patchlevel isn't really an extension. Ideally we would make it into one, but there are several uses of version and release in conf.py, so we probably can't at the moment.

@AA-Turner AA-Turner changed the title GH-121970: Modernise patchlevel GH-121970: Modernise the patchlevel extension

Jul 18, 2024
# Conflicts:
#	Doc/conf.py

@miss-islington-app

Thanks @AA-Turner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 20, 2024
(cherry picked from commit b7ad711)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>

@bedevere-app

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 20, 2024
(cherry picked from commit b7ad711)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>

@bedevere-app

AA-Turner added a commit that referenced this pull request

Jul 20, 2024
…2061)

GH-121970: Modernise the patchlevel extension (GH-121995)
(cherry picked from commit b7ad711)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>

AA-Turner added a commit that referenced this pull request

Jul 20, 2024
…2060)

GH-121970: Modernise the patchlevel extension (GH-121995)
(cherry picked from commit b7ad711)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>

Labels

1 participant

@AA-Turner