[issue25440] python3.4-config --extension-suffix not expanded

2015-10-19 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 74b6b19e52b4 by doko in branch '3.4':
- Issue #25440: Fix output of python-config --extension-suffix.
https://hg.python.org/cpython/rev/74b6b19e52b4

New changeset 40aba0cda7b6 by doko in branch '3.5':
- Issue #25440: Fix output of python-config --extension-suffix.
https://hg.python.org/cpython/rev/40aba0cda7b6

New changeset dd1abadb1325 by doko in branch 'default':
- Issue #25440: Fix output of python-config --extension-suffix.
https://hg.python.org/cpython/rev/dd1abadb1325

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue25440] python3.4-config --extension-suffix not expanded

2015-10-19 Thread Matthias Klose

Changes by Matthias Klose :


--
resolution:  -> fixed
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue25440] python3.4-config --extension-suffix not expanded

2015-10-19 Thread Matthias Klose

New submission from Matthias Klose:

$ python3.4-config --extension-suffix
@SO@

this is fallout from issue #16754. Use EXT_SUFFIX directly in the shell script, 
which then gets expanded by configure.

--
messages: 253177
nosy: doko
priority: normal
severity: normal
status: open
title: python3.4-config --extension-suffix not expanded
versions: Python 3.4, Python 3.5, Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com