Skip to content

Commit

Permalink
pypy pypy3.6-7.1.0 tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Oct 12, 2019
1 parent d15ca39 commit 1fc38ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ python:
# - '2.6'
- '2.7'
# - '3.3'
- '3.4'
# - '3.4'
- '3.5'
- '3.6'
- '3.7'
- 'pypy3'

install:
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Add early bytecodes: 1.0, 1.1, 1.2, and 1.6. Going off of pycdc bytecode since this is the only bytecode for these versions I know of
- Fix bug in Python 3.x decompiling 2.x that contains strings with non-ascii characters
- More generally, better handling of non-ascii Python 2 strings in both input and output in Python 3
- pypy 3.6-7.1.0 tolerance

4.0.4 2019-10-02
================
Expand Down
2 changes: 1 addition & 1 deletion xdis/unmarshal.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def load_code_type(fp, magic_int, bytes_for_s=False, code_objects={}):
co_stacksize,
co_flags,
co_code,
co_consts,
tuple(co_consts),
co_names,
co_varnames,
co_filename,
Expand Down

0 comments on commit 1fc38ec

Please sign in to comment.