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 2007年09月15日 15:19 by eopadoan, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (1) | |||
|---|---|---|---|
| msg55927 - (view) | Author: Eduardo Padoan (eopadoan) | Date: 2007年09月15日 15:19 | |
Currently, itertools.count.__next__ checks wether the current value is > PY_SSIZE_T_MAX and raises OverflowError if so. Shouldn't the value be stored as "long", at least in Py3k? Not that I have any use case for it, so it is minor. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:26 | admin | set | github: 45506 |
| 2008年01月06日 22:29:45 | admin | set | keywords:
- py3k versions: + Python 3.0 |
| 2007年11月08日 02:48:15 | rhettinger | set | status: open -> closed resolution: fixed versions: + Python 2.6, - Python 3.0 |
| 2007年09月16日 23:22:57 | rhettinger | set | assignee: rhettinger nosy: + rhettinger |
| 2007年09月16日 16:18:38 | eopadoan | set | severity: critical -> minor |
| 2007年09月16日 02:34:59 | dubois | set | nosy: - esr |
| 2007年09月16日 02:34:21 | dubois | set | messages: - msg55928 |
| 2007年09月15日 22:31:11 | loewis | set | keywords: + py3k, - patch |
| 2007年09月15日 22:31:03 | loewis | set | dependencies: - Elemental Security contribution - pgen2 package, --install-base not honored on win32 |
| 2007年09月15日 22:30:25 | loewis | set | keywords: + patch, - r-eyyy-mond |
| 2007年09月15日 22:30:16 | loewis | set | assignee: esr -> (no value) |
| 2007年09月15日 15:31:10 | esr | set | dependencies: + Elemental Security contribution - pgen2 package |
| 2007年09月15日 15:30:55 | esr | set | dependencies:
+ --install-base not honored on win32 type: compile error -> behavior versions: - Python 2.6, Python 2.5, Python 2.4, Python 2.3, Python 2.2.3, Python 2.2.2, Python 2.2.1, Python 2.2, Python 2.1.2, Python 2.1.1, 3rd party |
| 2007年09月15日 15:30:10 | esr | set | type: behavior -> compile error |
| 2007年09月15日 15:30:04 | esr | set | versions: + Python 2.6, Python 2.5, Python 2.4, Python 2.3, Python 2.2.3, Python 2.2.2, Python 2.2.1, Python 2.2, Python 2.1.2, Python 2.1.1, 3rd party |
| 2007年09月15日 15:29:37 | esr | set | keywords: + r-eyyy-mond |
| 2007年09月15日 15:29:02 | esr | set | severity: minor -> critical |
| 2007年09月15日 15:27:31 | esr | set | assignee: esr messages: + msg55928 nosy: + esr |
| 2007年09月15日 15:19:47 | eopadoan | create | |