Skip to content

PyFuncArgs from rust tuple#2250

Merged
youknowone merged 6 commits into
RustPython:masterfrom
youknowone:funcargs
Oct 11, 2020
Merged

PyFuncArgs from rust tuple#2250
youknowone merged 6 commits into
RustPython:masterfrom
youknowone:funcargs

Conversation

@youknowone
Copy link
Copy Markdown
Member

@youknowone youknowone commented Sep 30, 2020

Now what we have:

  • FuncArgs::new to replace From((Args, KwArgs))
  • vm.invoke(callable, (tuple,))

Now what we don't have:

  • FuncArgs From((Args, KwArgs))
  • FuncArgs From((&Args, &KwArgs))
  • Args From(PyRef) - this is simply replaced by single argument tuple.

@youknowone youknowone force-pushed the funcargs branch 2 times, most recently from 6e1c712 to 5d6ea02 Compare September 30, 2020 09:21
Comment thread vm/src/function.rs Outdated
@youknowone
Copy link
Copy Markdown
Member Author

@coolreader18 will you also review this again?

@youknowone youknowone merged commit 708da57 into RustPython:master Oct 11, 2020
@youknowone youknowone deleted the funcargs branch October 11, 2020 06:07
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