Skip to content

Conversation

tai271828
Copy link
Contributor

This pull resolves Issue: #2889

Steps to Test This Pull Request

$ target/debug/rustpython -m dis ./demo.py

                 0 LoadNameAny          (0, print)
                 1 LoadConst            ("Hello, RustPython!")
                 2 CallFunctionPositional (1)
                 3 Pop
                 4 LoadConst            (None)
                 5 ReturnValue

@tai271828
Copy link
Contributor Author

Maybe also related to issue #367

Copy link
Member

@youknowone youknowone left a comment

Choose a reason for hiding this comment

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

thank you for contributing!

@youknowone youknowone self-requested a review November 28, 2021 11:13
@tai271828
Copy link
Contributor Author

Thanks @coolreader18 's review. Re-based and re-submitted. This pull request is ready to review again.

Copy link
Member

@coolreader18 coolreader18 left a comment

Choose a reason for hiding this comment

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

LGTM, thank you for contributing!

@coolreader18 coolreader18 merged commit 00155ab into RustPython:main Nov 28, 2021
@tai271828 tai271828 deleted the pr-issue-2889-dis branch November 28, 2021 23: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.

3 participants