[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#8847: [PATCH] Improve python support
From: |
Stefano Lattarini |
Subject: |
bug#8847: [PATCH] Improve python support |
Date: |
Mon, 19 Nov 2012 23:08:00 +0100 |
Hi Yaakov. Thanks for the patch, and sorry for the delay.
On 11/05/2012 06:45 PM, Yaakov (Cygwin/X) wrote:
> From: Yaakov Selkowitz <address@hidden>
>
> * m4/python.m4 (AM_PATH_PYTHON): Add python3.3 to _AM_PYTHON_INTERPRETER_LIST.
> * lib/py-compile: Fix compiled filenames for PEP-3147, currently implemented
> in CPython 3.2 and newer. Do not create .pyo files for PyPy.
>
Congratulation, you have just fixed part of automake bug#8847 :-)
<http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8847>
That is much appreciated.
I have now integrated your patch (with some minor fixlets to the commit
message); I have also prepared some follow-up patches that do additional
cleanup, fix several testsuite issues, and introduce PEP-3147 support
in the "make uninstall" target too. I will soon publish the series as a
reply to this message, and push it in a couple of days if there will be
no objection. I intend for your fix to appear in the next minor Automake
release (1.12.6), so the series will be pushed to the maint branch.
Thanks,
Stefano
- bug#8847: [PATCH] Improve python support,
Stefano Lattarini <=
- bug#8847: [PATCH 0/8] tests: support for PEP-3147, and testsuite fixes, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 1/8] python: improve support for modern python (CPython 3.2 and PyPy), Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 2/8] news: document fix for bug#8847 (PEP-3147, __pycache__), Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 3/8] tests: typofix in message, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 5/8] tests: improve a comment, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 4/8] tests: honour $PYTHON override, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 6/8] python: uninstall cater to PEP-3147, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 8/8] tests: fix a spurious failure when $PYTHON is in the environment, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 7/8] python tests: support PEP-3147 installation layout, Stefano Lattarini, 2012/11/19
- bug#8847: [PATCH 0/8] tests: support for PEP-3147, and testsuite fixes, Stefano Lattarini, 2012/11/21