Skip to content

fix: inspect.getargspec removed on 3.11. Closes #316#317

Merged
fgmacedo merged 1 commit intodevelopfrom
macedo/fix-getargspec
Jan 13, 2023
Merged

fix: inspect.getargspec removed on 3.11. Closes #316#317
fgmacedo merged 1 commit intodevelopfrom
macedo/fix-getargspec

Conversation

@fgmacedo
Copy link
Copy Markdown
Owner

Fixes usage of inspect.getargspec that was removed on python 3.11. Closes #316

@fgmacedo fgmacedo added the bug label Jan 13, 2023
@fgmacedo fgmacedo merged commit f3e452f into develop Jan 13, 2023
@fgmacedo fgmacedo deleted the macedo/fix-getargspec branch January 13, 2023 00:18
Sign up for free to 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.

module 'inspect' has no attribute 'getargspec' when just start the program.

1 participant