[Python-Dev] Python Language Summit at PyCon: Agenda

Eric Snow ericsnowcurrently at gmail.com
Thu Feb 28 01:49:23 CET 2013


On Wed, Feb 27, 2013 at 12:33 PM, fwierzbicki at gmail.com
<fwierzbicki at gmail.com> wrote:
> There are a couple of spots that might be more controversial. For
> example, Jython has a file Lib/zlib.py that implements zlib in terms
> of the existing Java support for zlib. I do wonder if such a file is
> acceptable in CPython's Lib since its 195 lines of code would be
> entirely skipped by CPython.

Even if it's pure Python, that sounds like an accelerator module (a la
PEP 399) to me.

-eric


More information about the Python-Dev mailing list