[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: versioned .so files (over in python-dev)



* Barry Warsaw <barry@python.org>, 2010-06-24, 17:31:
For those of you not closely following python-dev, I've made a proposal for versioned .so file naming for Python 3.2. It would allow us to place extension module .so files for different Python versions (or really, Python builds, e.g. 3.2/3.3, debug, UCS2/4, etc) in the same directory without naming collisions.

The thread starts here:

http://mail.python.org/pipermail/python-dev/2010-June/100998.html

Except as it specifically impacts Debian, it's probably best to comment on the proposal over in python-dev.

What's the point in making distutils produce versioned .so? Such a change is going to break lots of packages for exactly zero benefit: helper tools will need to do unversioned->versioned renames anyway,
in order to handle non-distutils build systems.

--
Jakub Wilk

Attachment: signature.asc
Description: Digital signature


Reply to: