This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2017-03-17 08:31 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin.
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:44 | admin | set | github: 74019 |
2018-01-20 19:11:20 | serhiy.storchaka | set | dependencies: + chr raises OverflowError |
2017-03-19 00:35:25 | rhettinger | set | messages: + msg289835 |
2017-03-18 19:24:39 | vstinner | set | messages: + msg289826 |
2017-03-18 17:07:02 | gvanrossum | set | messages: + msg289821 |
2017-03-18 07:41:08 | rhettinger | set | nosy:
+ gvanrossum messages: + msg289795 |
2017-03-17 19:58:01 | serhiy.storchaka | set | dependencies: + Avoid raising OverflowError in len() when __len__() returns negative large value |
2017-03-17 08:45:21 | serhiy.storchaka | set | dependencies: + Raise ValueError rather of OverflowError in PyLong_AsUnsignedLong() |
2017-03-17 08:36:16 | serhiy.storchaka | set | dependencies: + bool of large range raises OverflowError, Get rid of C limitation for shift count in right shift, Avoid raising OverflowError in truncate() if possible |
2017-03-17 08:31:01 | serhiy.storchaka | create |