Skip to content
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

Python2 code remove from deploy_stub #892

Closed
wants to merge 5 commits into from

Conversation

cgoxo
Copy link
Contributor

@cgoxo cgoxo commented Mar 30, 2020

No description provided.

@rdb rdb added the gsoc label Mar 30, 2020

if (Py_VerboseFlag)
fprintf(stderr, "Python %s\n%s\n",
Py_GetVersion(), Py_GetCopyright());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any particular reason why you have removed these last three lines, which don't seem to be related to Python 2/3? Or were these removed by mistake?

Copy link
Contributor Author

@cgoxo cgoxo Mar 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found those lines were under #if condition starting from line 433. So I thought to remove these also.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The #if condition starting on line 433 ends on line 484.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok! I have corrected the changes.

@rdb rdb mentioned this pull request Apr 10, 2020
9 tasks
@rdb rdb closed this in 929202b Apr 26, 2020
lachbr pushed a commit to lachbr/panda3d that referenced this pull request Sep 24, 2020
Closes panda3d#892

Co-authored-by: rdb <git@rdb.name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants