New submission from wenzhu man <[email protected]>: I added tests to test dict of ast node misbehaving: def test_dict_astNode: I also add three tests for issue 1673: deep copy works fine for num that's fully initialized but not working if ast node is not fully initialized. I tested the Num and Str class
---------- files: testAst.patch messages: 6614 nosy: pypy-issue, wman priority: bug status: unread title: dict of ast node misbehaving ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1713> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
