[issue22883] Get rid of references to PyInt in Py3 sources

2015-02-17 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: needs patch -> resolved status: open -> closed ___ Python tracker ___ __

[issue22883] Get rid of references to PyInt in Py3 sources

2015-02-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2f0c1937d716 by Serhiy Storchaka in branch 'default': Issue #22883: Got rid of outdated references to PyInt and PyString in comments. https://hg.python.org/cpython/rev/2f0c1937d716 New changeset c8d08de14030 by Serhiy Storchaka in branch '3.4': Issu

[issue22883] Get rid of references to PyInt in Py3 sources

2015-02-10 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> docs@python components: +Documentation -Extension Modules, Interpreter Core nosy: +docs@python ___ Python tracker ___ _

[issue22883] Get rid of references to PyInt in Py3 sources

2014-12-11 Thread Chaitanya agrawal
Changes by Chaitanya agrawal : Added file: http://bugs.python.org/file37417/issue228813_msg232419.patch ___ Python tracker ___ ___ Python-bugs

[issue22883] Get rid of references to PyInt in Py3 sources

2014-12-11 Thread Chaitanya agrawal
Changes by Chaitanya agrawal : Removed file: http://bugs.python.org/file37417/issue228813_msg232419.patch ___ Python tracker ___ ___ Python-bu

[issue22883] Get rid of references to PyInt in Py3 sources

2014-12-11 Thread Chaitanya agrawal
Changes by Chaitanya agrawal : Added file: http://bugs.python.org/file37417/issue228813_msg232419.patch ___ Python tracker ___ ___ Python-bugs

[issue22883] Get rid of references to PyInt in Py3 sources

2014-12-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I doubt that just removing PyInt is correct. At least in longobject.h current comment looks correct. And in fcntlmodule.c and itertoolsmodule.c proposed changes look questionable. There are also mentions of PyInt_* in *.rst and *.py files. -- _

[issue22883] Get rid of references to PyInt in Py3 sources

2014-12-10 Thread Chaitanya agrawal
Changes by Chaitanya agrawal : -- keywords: +patch Added file: http://bugs.python.org/file37408/issue22883.patch ___ Python tracker ___ __

[issue22883] Get rid of references to PyInt in Py3 sources

2014-12-09 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue22883] Get rid of references to PyInt in Py3 sources

2014-11-16 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: 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/fcntlmo