Author: Carl Friedrich Bolz-Tereick <[email protected]>
Branch: py3.6-wordcode
Changeset: r94580:72505716f39c
Date: 2018-05-14 15:01 +0200
http://bitbucket.org/pypy/pypy/changeset/72505716f39c/

Log:    we can't use _from_code anymore either

diff --git a/pypy/interpreter/pycode.py b/pypy/interpreter/pycode.py
--- a/pypy/interpreter/pycode.py
+++ b/pypy/interpreter/pycode.py
@@ -216,6 +216,7 @@
         """
         Hack to initialize the code object from a real (CPython) one.
         """
+        XXX
         assert isinstance(code, types.CodeType)
         newconsts_w = [None] * len(code.co_consts)
         num = 0
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to