Author: Lin Cheng
Branch: record-exact-value
Changeset: r96886:664016ff8cc1
Date: 2019-05-27 22:43 -0400
http://bitbucket.org/pypy/pypy/changeset/664016ff8cc1/
Log:( yodada )
Added terminal map into pypy's mapdict. It works but may not be 100%
correct
diff --git a/pypy/objsp
Author: Lin Cheng
Branch: record-exact-value
Changeset: r96884:ab1447e95a0c
Date: 2019-05-27 10:17 -0400
http://bitbucket.org/pypy/pypy/changeset/ab1447e95a0c/
Log:( yodada )
Moved value_type init from PlainAttribute to AbstractAttribute. Just
in case there are other accesses
Author: Lin Cheng
Branch: record-exact-value
Changeset: r96883:5d48dd8c5279
Date: 2019-05-27 10:15 -0400
http://bitbucket.org/pypy/pypy/changeset/5d48dd8c5279/
Log:( yodada )
Added tests related to the value_type in PlainAttribute class. Note
that Terminator's does not need t
Author: Lin Cheng
Branch: record-exact-value
Changeset: r96885:b30cfe316af0
Date: 2019-05-27 11:10 -0400
http://bitbucket.org/pypy/pypy/changeset/b30cfe316af0/
Log:( yodada )
Added pypy-c to .hgignore
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -92,4 +92,4
Author: Lin Cheng
Branch: record-exact-value
Changeset: r96882:a1ad69dfd5ab
Date: 2019-05-21 17:41 -0400
http://bitbucket.org/pypy/pypy/changeset/a1ad69dfd5ab/
Log:[yodada] Ported type freezing into pypy mapdict. Still debugging...
diff --git a/pypy/objspace/std/mapdict.py b/pypy/objspace/st
Author: Armin Rigo
Branch: py3.6
Changeset: r96881:d985f090d5c1
Date: 2019-06-29 10:03 +0200
http://bitbucket.org/pypy/pypy/changeset/d985f090d5c1/
Log:#3033 Test and fix for float.__round__(None)
diff --git a/pypy/objspace/std/floatobject.py b/pypy/objspace/std/floatobject.py
--- a/pypy/obj