Issue 28301: python3.4-config --extension-suffix reports '.cpython-34m.so' (original) (raw)

Issue28301

Created on 2016-09-28 13:53 by DrLou, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg277618 - (view) Author: Lou Picciano (DrLou) Date: 2016-09-28 13:53
python3.4-config --extension-suffix reports '.cpython-34m.so' Is this behavior as intended? Many build integrations may expect(?) an .so extension?
msg277753 - (view) Author: (yan12125) * Date: 2016-09-30 13:27
Yeah that's expected. See and PEP 3149.
History
Date User Action Args
2022-04-11 14:58:37 admin set github: 72488
2016-09-30 17:55:56 berker.peksag set status: open -> closedresolution: not a bugstage: resolved
2016-09-30 13:27:40 yan12125 set nosy: + yan12125messages: +
2016-09-28 13:53:11 DrLou create