[issue9193] Versioned .so files

2010-08-17 Thread Barry A. Warsaw

Changes by Barry A. Warsaw ba...@python.org:


Removed file: http://bugs.python.org/file17895/preview.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9193
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9193] Versioned .so files

2010-08-17 Thread Barry A. Warsaw

Changes by Barry A. Warsaw ba...@python.org:


Removed file: http://bugs.python.org/file17972/2010-07-12.txt

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9193
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9193] Versioned .so files

2010-08-17 Thread Barry A. Warsaw

Changes by Barry A. Warsaw ba...@python.org:


Removed file: http://bugs.python.org/file18125/diff.txt

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9193
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9193] Versioned .so files

2010-07-23 Thread Barry A. Warsaw

Barry A. Warsaw ba...@python.org added the comment:

I'd love it if Windows was also supported, but right now I don't have the 
cycles to make and test the changes, or the expertise to understand any related 
Windows issues.  I've mentioned this in PEP 3149, and I'd happily accept code 
and PEP updates for Windows.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9193
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9193] Versioned .so files

2010-07-22 Thread Barry A. Warsaw

Barry A. Warsaw ba...@python.org added the comment:

Updated patch.

--
Added file: http://bugs.python.org/file18125/diff.txt

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9193
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9193] Versioned .so files

2010-07-22 Thread Amaury Forgeot d'Arc

Amaury Forgeot d'Arc amaur...@gmail.com added the comment:

Should the change also apply to Windows?
on Windows, there is no configure phase, but the file PC/pyconfig.h is 
maintained manually.

--
nosy: +amaury.forgeotdarc

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9193
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9193] Versioned .so files

2010-07-12 Thread Barry A. Warsaw

Barry A. Warsaw ba...@python.org added the comment:

Actually, the changes to distutils are not strictly necessary for PEP 3149 
implementation (what the PEP-in-progress will be numbered).  Once PEP 384 is 
implemented, it might be useful, but OTOH there might be a better way to 
support that.

In any case, here's a new patch that just provides the configure switch.

--
Added file: http://bugs.python.org/file17972/2010-07-12.txt

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9193
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9193] Versioned .so files

2010-07-10 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

In build_ext, your modifications to get_ext_filename do not update the 
docstring, although it contains a comment documenting the handling of 
ext.so_abi_tag. They also use str.rpartition, not available in 2.3, with which 
distutils has to remain compatible as per PEP 291.

--
nosy: +merwok

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9193
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9193] Versioned .so files

2010-07-07 Thread Barry A. Warsaw

New submission from Barry A. Warsaw ba...@python.org:

As described in the thread started here:

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

this bug requests that a new configure option called --with-so-abi-tag be added 
to Python 3.2 to support sharing of .so files for different versions of Python.

--
assignee: barry
components: Build
keywords: patch
messages: 109489
nosy: barry
priority: normal
severity: normal
status: open
title: Versioned .so files
type: feature request
versions: Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9193
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9193] Versioned .so files

2010-07-07 Thread Barry A. Warsaw

Changes by Barry A. Warsaw ba...@python.org:


--
stage:  - patch review

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9193
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9193] Versioned .so files

2010-07-07 Thread Barry A. Warsaw

Barry A. Warsaw ba...@python.org added the comment:

Attaching patch from live branch living here:

https://code.edge.launchpad.net/~barry/python/sovers

--
Added file: http://bugs.python.org/file17895/preview.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9193
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9193] Versioned .so files

2010-07-07 Thread Dave Malcolm

Changes by Dave Malcolm dmalc...@redhat.com:


--
nosy: +dmalcolm

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9193
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9193] Versioned .so files

2010-07-07 Thread Arfrever Frehtes Taifersar Arahesis

Changes by Arfrever Frehtes Taifersar Arahesis arfrever@gmail.com:


--
nosy: +Arfrever

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue9193
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com