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.
| Author | serhiy.storchaka |
|---|---|
| Recipients | mark.dickinson, serhiy.storchaka |
| Date | 2014年11月16日.14:12:26 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1416147146.5.0.625860400609.issue22883@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
There are several references to PyInt in outdated comments in .c and .h files:
$ find * -name '*.[ch]' -exec egrep -n --color -- 'PyInt\b' '{}' +
Include/longobject.h:34:/* It may be useful in the future. I've added it in the PyInt -> PyLong
Modules/fcntlmodule.c:157: into either a large positive number (PyLong or PyInt on 64-bit
Modules/fcntlmodule.c:158: platforms) or a negative number on others (32-bit PyInt)
Modules/_json.c:813: PyInt, PyLong, or PyFloat.
Modules/itertoolsmodule.c:3869: assert(cnt != PY_SSIZE_T_MAX && long_cnt == NULL && long_step==PyInt(1));
Python/ceval.c:4606:/* Extract a slice index from a PyInt or PyLong or an object with the |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014年11月16日 14:12:26 | serhiy.storchaka | set | recipients: + serhiy.storchaka, mark.dickinson |
| 2014年11月16日 14:12:26 | serhiy.storchaka | set | messageid: <1416147146.5.0.625860400609.issue22883@psf.upfronthosting.co.za> |
| 2014年11月16日 14:12:26 | serhiy.storchaka | link | issue22883 messages |
| 2014年11月16日 14:12:26 | serhiy.storchaka | create | |