Skip to content

Conversation

@AA-Turner
Copy link
Member

@AA-TurnerAA-Turner commented Jul 18, 2024

  • 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-TurnerAA-Turner added docs Documentation in the Doc dir skip news labels Jul 18, 2024
@AA-TurnerAA-Turner changed the title GH-121970: Modernise patchlevelGH-121970: Modernise the patchlevel extensionJul 18, 2024
@AA-TurnerAA-Turner added needs backport to 3.12 only security fixes needs backport to 3.13 bugs and security fixes labels Jul 19, 2024
@AA-TurnerAA-Turner enabled auto-merge (squash) July 20, 2024 13:33
@AA-TurnerAA-Turner merged commit b7ad711 into python:mainJul 20, 2024
@miss-islington-app
Copy link

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
Copy link

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

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-appbedevere-appbot removed the needs backport to 3.13 bugs and security fixes label Jul 20, 2024
@bedevere-app
Copy link

GH-122061 is a backport of this pull request to the 3.12 branch.

@bedevere-appbedevere-appbot removed the needs backport to 3.12 only security fixes label Jul 20, 2024
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>
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

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@AA-Turner