commit | 6d65df1e8ac9766c8354f5f899a2321d2714a3f5 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun Apr 26 15:30:47 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun Apr 26 15:30:47 2009 +0000 |
tree | 093badb6ad39e52342474ba75100cfed091eb2b0 | |
parent | 35f1c9470a28174d2ba0ccf5d2c284d0b5debe39 [diff] |
Internal plumbing changes for float parsing: - check for nans and infs within PyOS_ascii_strtod - simplify parsing in PyFloat_FromString, and handle out-of-memory errors properly