[issue31373] demoting floating float values to unrepresentable types is undefined behavior

2017-09-11 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset cb356c2ecc0528d47fee2b9f4b32da4fcfb48b3a by Benjamin Peterson in branch '3.6': [3.6] bpo-31373: remove overly strict float range checks (GH-3486) (#3495) https://github.com/python/cpython/commit/cb356c2ecc0528d47fee2b9f4b32da4fcfb48b3a --

[issue31416] assertion failures in warn_explicit() in case of a bad warnings.filters or warnings.defaultaction

2017-09-11 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- pull_requests: +3504 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue31416] assertion failures in warn_explicit() in case of a bad warnings.filters or warnings.defaultaction

2017-09-11 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue31416] assertion failures in warn_explicit() in case of a bad warnings.filters or warnings.defaultaction

2017-09-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 9adc87b0f82e5169c5f44739f89212a86013d1c4 by Serhiy Storchaka in branch '3.6': [3.6] bpo-31416: Fix assertion failures in case of a bad warnings.filters or warnings.defaultaction. (GH-3496) (#3509) https://github.com/python/cpython/commit/9adc87

<    1   2