[pypy-commit] [Git][pypy/pypy][branch/rpy-cparser] Move cparser from cpyext to rpython.tool.cparser

Ronan Lamy foss at heptapod.net
Thu Oct 22 12:16:35 EDT 2020



Ronan Lamy pushed to branch branch/rpy-cparser at PyPy / pypy


Commits:
99b1c572 by Ronan Lamy at 2020-10-22T17:16:10+01:00
Move cparser from cpyext to rpython.tool.cparser

--HG--
branch : rpy-cparser

- - - - -


9 changed files:

- pypy/module/cpyext/cparser.py
- + rpython/tool/cparser/__init__.py
- pypy/module/cpyext/commontypes.py → rpython/tool/cparser/commontypes.py
- pypy/module/cpyext/_cparser.py → rpython/tool/cparser/cparser.py
- + rpython/tool/cparser/cts.py
- pypy/module/cpyext/error.py → rpython/tool/cparser/error.py
- pypy/module/cpyext/cmodel.py → rpython/tool/cparser/model.py
- + rpython/tool/cparser/test/__init__.py
- pypy/module/cpyext/test/test_cparser.py → rpython/tool/cparser/test/test_cts.py


View it on GitLab: https://foss.heptapod.net/pypy/pypy/-/commit/99b1c572a5f9e408bdd3480d3aa46d226ba5a964

-- 
View it on Heptapod: https://foss.heptapod.net/pypy/pypy/-/commit/99b1c572a5f9e408bdd3480d3aa46d226ba5a964
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/20201022/783d3883/attachment.html>


More information about the pypy-commit mailing list