Skip to content

feed_summary: Update for removal of inspect.getargspec#1418

Open
matthew-brett wants to merge 1 commit intogetpelican:masterfrom
matthew-brett:argspec-fix
Open

feed_summary: Update for removal of inspect.getargspec#1418
matthew-brett wants to merge 1 commit intogetpelican:masterfrom
matthew-brett:argspec-fix

Conversation

@matthew-brett
Copy link
Copy Markdown

inspect.getargspec was removed in recent Python versions. In practice
the code only needs a named list of parameters. Replace with modern
inspect.signature for that purpose.

`inspect.getargspec` was removed in recent Python versions.  In practice
the code only needs a named list of parameters.  Replace with modern
`inspect.signature` for that purpose.
@justinmayer justinmayer changed the title Update for removal of inspect.getargspec feed_summary: Update for removal of inspect.getargspec Mar 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant