Skip to content

[3.9] bpo-40897: Partially backport GH-22583's refactor of inspect.py to allow bugfix backports - #27193

Merged
ambv merged 1 commit into
python:3.9from
ambv:bpo40897-backport
Jul 17, 2021
Merged

[3.9] bpo-40897: Partially backport GH-22583's refactor of inspect.py to allow bugfix backports#27193
ambv merged 1 commit into
python:3.9from
ambv:bpo40897-backport

Conversation

@ambv

@ambvambv commented Jul 16, 2021

Copy link
Copy Markdown
Contributor

The backport in this PR is entirely about the introduction of the internal partial _get_signature_of. No external functional change.

The goal is to allow 3.9 backport of #27177.

https://bugs.python.org/issue40897

@ambvambv changed the title bpo-40897: Partially backport GH-22583's refactor of inspect.py to allow bugfix backports[3.9] bpo-40897: Partially backport GH-22583's refactor of inspect.py to allow bugfix backportsJul 16, 2021
@ambv

ambv commented Jul 16, 2021

Copy link
Copy Markdown
ContributorAuthor

Skipped news for this one. There will be a NEWS entry for the bugfix in GH-27177.

@ambv
ambv requested a review from gvanrossumJuly 16, 2021 15:29
@ambv

ambv commented Jul 16, 2021

Copy link
Copy Markdown
ContributorAuthor

Asked you for review @gvanrossum since you reviewed the original change in GH-22583.

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

LG

@bedevere-bot

Copy link
Copy Markdown

@ambv: Please replace # with GH- in the commit message next time. Thanks!

@ambv
ambv deleted the bpo40897-backport branch July 17, 2021 08:04
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@ambv@bedevere-bot@gvanrossum@the-knights-who-say-ni