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

Python 3.7 decompiling full 3.7.3 library without error #235 #236

Merged
merged 2 commits into from
May 13, 2019

Conversation

x0ret
Copy link
Collaborator

@x0ret x0ret commented May 13, 2019

#235

  • fix a minor issue in pysource
  • fix chained compare parse error ending in POP_TOP JUMP_BACK COME_FROM (from getopt.pyc)
  • issue in datetime parse error

I'm working on it.

@x0ret x0ret requested a review from rocky May 13, 2019 15:31
@rocky
Copy link
Owner

rocky commented May 13, 2019

These look good - many thanks!

Let's merge it and have lots of little PR's instead of one big one. BTW there is a small grammar typo in a comment I made that I am going to correct after merge.

For my curiosity, what example code in print_super_classes3 was causing the range to be empty?

@rocky rocky merged commit ce9270d into rocky:master May 13, 2019
@x0ret
Copy link
Collaborator Author

x0ret commented May 13, 2019

For my curiosity, what example code in print_super_classes3 was causing the range to be empty?

This was before i read test_pyenvlib.py file which you ignore tests. but the file was
~/.pyenv/versions/3.7.3/lib/python3.7/test/__pycache__/test_enum.cpython-37.opt-2.pyc. I didn't investigate further.

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.

2 participants