New comment on pull request:

https://bitbucket.org/pypy/pypy/pull-request/16/adds-full-fromstring-support-and-exposes#comment-1365

Jeff Terrace (jterrace) said:

Adding a comment with nicer formatted list since I can't seem to edit my 
description:

1. Fixed typo in W_UnsignedIntegerBox

2. Updated dtype tests to check for proper overflows on int types

3. Exposed uint8, uint16, uint32

4. Wrote tests for uint8, uint16, uint32, and uint64 but the uint64 test is set 
to be skipped because it's broken. Did not expose uint64 since the tests 
weren't passing.

5. Updated fromstring() function to support the full range of parameters

6. Added lots of tests for fromstring

7. Added str/w_str to the numpypy FakeSpace

8. Fixed dtype coerce functions to handle strings so that numpy.int32('3') 
works properly (and also used in fromstring). Added tests for it.

--
This is a pull request comment notification from bitbucket.org.
You are receiving this either because you are 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