Skip to content

Use pyproject.toml#28

Closed
ayalash wants to merge 5 commits intomasterfrom
use-pyproject-toml
Closed

Use pyproject.toml#28
ayalash wants to merge 5 commits intomasterfrom
use-pyproject-toml

Conversation

@ayalash
Copy link
Copy Markdown
Collaborator

@ayalash ayalash commented Sep 27, 2024

No description provided.

@ayalash ayalash requested a review from vmalloc September 27, 2024 14:43
@vmalloc
Copy link
Copy Markdown
Owner

vmalloc commented Sep 27, 2024

Approved. I will work on the 3.13 issue on top of this branch. Thanks!

@ayalash
Copy link
Copy Markdown
Collaborator Author

ayalash commented Sep 27, 2024

@vmalloc For python versions < 3.13 the getfullargspec raise TypeError:

python -c 'import time; import inspect; print(repr(inspect.getfullargspec(time.time)))'

For python version == 3.13 it will return:

FullArgSpec(args=[], varargs=None, varkw=None, defaults=None, kwonlyargs=[], kwonlydefaults=None, annotations={})

@ayalash
Copy link
Copy Markdown
Collaborator Author

ayalash commented Oct 2, 2024

Closing...
Will be handled as part of #29

@ayalash ayalash closed this Oct 2, 2024
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.

2 participants