This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: libpython3.so support with --enable-shared
Type: Stage:
Components: Versions: Python 3.2
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: Arfrever, georg.brandl, loewis, pitrou
Priority: release blocker Keywords: patch

Created on 2011-02-04 20:02 by loewis, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pydebug.diff loewis, 2011-02-04 20:02
Messages (3)
msg127931 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2011-02-04 20:02
When configuring r88333 with --enable-shared, the error message

./configure: line 4924: test: ==: unary operator expected

is produced. The attached patch fixes the problem.
msg127940 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2011-02-04 20:37
Looks good to me.
msg128022 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2011-02-05 20:27
Thanks for the review. Committed as r88350.
History
Date User Action Args
2022-04-11 14:57:12adminsetgithub: 55330
2011-02-05 20:27:09loewissetstatus: open -> closed

messages: + msg128022
resolution: accepted
nosy: loewis, georg.brandl, pitrou, Arfrever
2011-02-04 20:37:55pitrousetnosy: + pitrou
messages: + msg127940
2011-02-04 20:06:48Arfreversetnosy: + georg.brandl, Arfrever

versions: + Python 3.2
2011-02-04 20:02:58loewiscreate