Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix #221 and #225#230

Merged
lava merged 1 commit into
lava:master from
williamleong:fix/#225
Mar 25, 2021
Merged

Fix #221 and #225 #230
lava merged 1 commit into
lava:master from
williamleong:fix/#225

Conversation

@williamleong

@williamleong williamleong commented Oct 2, 2020

Copy link
Copy Markdown

The C API for Python 2 (https://docs.python.org/2/c-api/init.html#c.PySys_SetArgv) expects char ** as the second argument.

void PySys_SetArgv(int argc, char **argv)

while the C API for Python 3 (https://docs.python.org/3.6/c-api/init.html#c.PySys_SetArgv) expects wchar_t **argv as the second argument.

void PySys_SetArgv(int argc, wchar_t **argv)

Fixed using the solution suggested in #225 and is probably the same problem for #221.

shyney7, abauske, song6174, and burak-yildizoz reacted with thumbs up emoji

lava commented Mar 25, 2021

Copy link
Copy Markdown
Owner

Thanks for contributing, and sorry for the long delay with merging this!

@lava lava merged commit 2bf4f26 into lava:master Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /