[issue21490] Add Py_ABS and Py_STRINGIFY macros

2014-05-14 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue21490] Add Py_ABS and Py_STRINGIFY macros

2014-05-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 849efd365ab4 by Victor Stinner in branch 'default': Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY() http://hg.python.org/cpython/rev/849efd365ab4 -- nosy: +python-dev ___ Python tracker

[issue21490] Add Py_ABS and Py_STRINGIFY macros

2014-05-13 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- title: Add Py_ABS and Py_STINGIFY macros -> Add Py_ABS and Py_STRINGIFY macros ___ Python tracker ___ ___