Support 3.11 inspect.getfullargspec
@kuk. IMO it's better to do CI related commits in a separate PR, not in PR titled as "Support 3.11 inspect.getfullargspec"
@insolor Fixed, now PR only for 3.11
Also turns out DAWG does not work fo 3.10, 3.11 https://github.com/pytries/DAWG/issues/49. So pymorpy2[fast] still broken for 3.11. But this is maybe for future PRs
This is a much needed change. Thank you, kuk!
I'd only suggest to make it simpler and use inspect.getfullargspec right away, since inspect.getargspec is deprecated since 3.0. This 1 line should be all that is needed:
args = inspect.getfullargspec(cls.__init__).args
Но действительно, странно, что в проекте на было комитов уже давно...
Pymorphy currently also supports python 2, do not want to break with this PR
@kmike, merge, please :)
Could anyone please advice, is pymorphy dead?
@darzanebor the original pymorphy2 can be considered dead. I suggest you to use https://github.com/no-plagiarism/pymorphy3.
Long story: #160