[Python-Dev] r84513 - python/branches/py3k/Doc/whatsnew/3.2.rst (original) (raw)

Antoine Pitrou solipsis at pitrou.net
Sun Sep 5 13🔞30 CEST 2010


On Sun, 5 Sep 2010 02:27:25 +0200 (CEST) raymond.hettinger <python-checkins at 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.



More information about the Python-Dev mailing list