Matti Picus pushed to branch branch/py3.6 at PyPy / pypy
Commits:
2b3acf5d by Matti Picus at 2020-07-08T22:15:22+03:00
reformat exec statement
--HG--
branch : py3.6
- - - - -
db041ddb by Matti Picus at 2020-07-09T15:21:09+03:00
back out winconsoleio since it broke the repl
--HG--
branch : py
Matti Picus pushed to branch branch/default at PyPy / pypy
Commits:
d1885ef9 by Matti Picus at 2020-07-09T22:39:11+03:00
test, implement PyCFunction_Call (writing the test was the hard part)
- - - - -
2 changed files:
- pypy/module/cpyext/eval.py
- pypy/module/cpyext/test/test_methodobject.