Thanks to visit codestin.com
Credit goes to github.com

Skip to content

BUG: Scalar type constructors take arbitrary kwargs then ignore them #11304

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
eric-wieser opened this issue Jun 11, 2018 · 3 comments · Fixed by #15446
Closed

BUG: Scalar type constructors take arbitrary kwargs then ignore them #11304

eric-wieser opened this issue Jun 11, 2018 · 3 comments · Fixed by #15446

Comments

@eric-wieser
Copy link
Member

@name@_arrtype_new has kwds, but uses PyArg_ParseTuple instead of PyArg_ParseTupleAndKeywords, which means that arbitrary keywords are accepted then ignored

Cause of #11302

@ezhang887
Copy link

@eric-wieser Is this still up for grabs?

@eric-wieser
Copy link
Member Author

Open issues should always be assumed up for grabs :)

@ezhang887
Copy link

ezhang887 commented Jul 4, 2018

@eric-wieser Is this just changing the call and arguments here?

Also, do you have a list of the keywords?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants