[pypy-commit] [Git][pypy/pypy][branch/py3.7] 3 commits: fix marshal docstring

Carl Friedrich Bolz-Tereick (@cfbolz) foss at heptapod.net
Sat Nov 27 07:42:08 EST 2021



Carl Friedrich Bolz-Tereick pushed to branch branch/py3.7 at PyPy / pypy


Commits:
316dabe0 by Carl Friedrich Bolz-Tereick at 2021-11-27T13:00:03+01:00
fix marshal docstring

--HG--
branch : py3.7

- - - - -
ed0af12f by Carl Friedrich Bolz-Tereick at 2021-11-27T13:15:49+01:00
this todo has been fixed with the previous commit

--HG--
branch : py3.7

- - - - -
4bda3b4a by Carl Friedrich Bolz-Tereick at 2021-11-27T13:36:22+01:00
implement _opcode.stack_effect

--HG--
branch : py3.7

- - - - -


8 changed files:

- pypy/config/pypyoption.py
- + pypy/module/_opcode/__init__.py
- + pypy/module/_opcode/interp_opcode.py
- + pypy/module/_opcode/moduledef.py
- + pypy/module/_opcode/test/__init__.py
- + pypy/module/_opcode/test/apptest_opcode.py
- pypy/module/marshal/moduledef.py
- pypy/objspace/std/typeobject.py


View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/0a0cdcd78d632d2aa86c8de74761aa81dd46edd9...4bda3b4a9750a83ec2c03f30fbe61138ae9701d7

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/compare/0a0cdcd78d632d2aa86c8de74761aa81dd46edd9...4bda3b4a9750a83ec2c03f30fbe61138ae9701d7
You're receiving this email because of your account on foss.heptapod.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pypy-commit/attachments/20211127/874d1c0f/attachment.html>


More information about the pypy-commit mailing list