[Python-Dev] ctypes compatibility with 2.3 (original) (raw)

Martin Panter vadmium+py at gmail.com
Wed May 11 23:50:53 EDT 2016


On 12 May 2016 at 01:05, Brett Cannon <brett at python.org> wrote:

On Wed, 11 May 2016 at 09:28 Brett Cannon <brett at python.org> wrote:

On Wed, 11 May 2016 at 09:07 Thomas Heller <theller at ctypes.org> wrote:

Am 11.05.2016 um 18:04 schrieb Brett Cannon: > > > On Wed, 11 May 2016 at 04:35 Thomas Heller <theller at ctypes.org_ _> <mailto:theller at ctypes.org>> wrote: > For me it is totally ok to lift this restriction. > > > Great! I'll also update PEP 291. Cool. While you're at it, the compatibility restriction for modulefinder could also be lifted. Will do. PEP 291 no longer lists any restrictions on ctypes or modulefinder.

Thanks everyone for your responses. I will look at removing the notices in the code when I get a chance. That would probably involve reverting

https://hg.python.org/cpython/rev/381a72ab5fb8 And also the modulefinder.py comment

There are also these commits that could be backported https://hg.python.org/cpython/rev/0980034adaa7 (ctypes) https://hg.python.org/cpython/diff/627db59031be/Lib/modulefinder.py but it might be safer just to leave the compatibility code there, perhaps with a clarifying comment.



More information about the Python-Dev mailing list