[issue18701] Remove outdated PY_VERSION_HEX checks

2013-08-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2150c7d6426c by Serhiy Storchaka in branch 'default': Issue #18701: Remove sqlitecompat.h. http://hg.python.org/cpython/rev/2150c7d6426c -- ___ Python tracker

[issue18701] Remove outdated PY_VERSION_HEX checks

2013-08-16 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Oh, I forgot that this patch need `hg import` instead of `patch --merge -p1`. Thank you Antoine. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker

[issue18701] Remove outdated PY_VERSION_HEX checks

2013-08-16 Thread Antoine Pitrou
Antoine Pitrou added the comment: Your commit forgot to remove sqlitecompat.h. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue18701] Remove outdated PY_VERSION_HEX checks

2013-08-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset a04d957c8d07 by Serhiy Storchaka in branch 'default': Issue #18701: Remove support of old CPython versions (<3.0) from C code. http://hg.python.org/cpython/rev/a04d957c8d07 -- nosy: +python-dev ___ Python

[issue18701] Remove outdated PY_VERSION_HEX checks

2013-08-16 Thread Ezio Melotti
Ezio Melotti added the comment: LGTM. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue18701] Remove outdated PY_VERSION_HEX checks

2013-08-10 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Here is a patch which removes PY_VERSION_HEX checks in Modules/_ctypes/_ctypes.c, Modules/_sre.c, Objects/stringlib/unicodedefs.h and removes the Modules/_sqlite/sqlitecompat.h file. _sre.c checks support Python versions <2.2, <2.2 or <1.6 which doesn't ma