Skip to content

Binary substitution of Python.Runtime.dll becomes safe. #456

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

Merged
merged 7 commits into from
Jul 10, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
typo fix.
  • Loading branch information
dse committed Apr 25, 2017
commit 938030c28e69a96f6ca93e4c040b172d525c6a71
2 changes: 1 addition & 1 deletion src/runtime/runtime.cs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public class Runtime
public const string _pyver = "34";
#elif PYTHON35
public const string _pyversion = "3.5";
public const string pyver = "35";
public const string _pyver = "35";
#elif PYTHON36
public const string _pyversion = "3.6";
public const string _pyver = "36";
Expand Down