On Sun,  5 Sep 2010 02:27:25 +0200 (CEST)
raymond.hettinger <python-check...@python.org> wrote:
> +
> +The common directory is "pyshared" and the file names are made distinct by
> +identifying the Python implementation (such as CPython, PyPy, Jython, etc.), 
> the
> +major and minor version numbers, and optional build flags (such as "d" for
> +debug, "m" for pymalloc, "u" for wide-unicode).  For an arbtrary package, 
> "foo",
> +you may see these files when the distribution package is installed::
> +
> +   /usr/share/pyshared/foo.cpython-32m.so
> +   /usr/share/pyshared/foo.cpython-33md.so

Does it happen by default? I can't see any trace of "pyshared" in the
Python source tree.

Antoine.


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to