A new pull request has been opened by Jeff Terrace.

jterrace/pypy has changes to be pulled into pypy/pypy.

https://bitbucket.org/pypy/pypy/pull-request/18/adds-string-constructors-to-ints-and

Title: Adds string constructors to ints and floats

# Added tests for (u)int8-(u)int64 and float32/float64 for taking strings as 
contructors, e.g. int8('50')
# Added string type to FakeSpace
# Updated int and float _coerce methods to handle strings. I had to special 
case it because space.int(space.wrap('50')) does not work.

Changes to be pulled:

d0fa1bba8dd6 by Jeff Terrace: "Add string to FakeSpace to fix failing compile 
tests"
aaa9b6a48bbb by Jeff Terrace: "Updated int and float types to take strings in 
their constructors so things like…"


--
This is an issue notification from bitbucket.org.
You are receiving this either because you are the participating
in a pull request, or you are following it.

_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to