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.

Author Arfrever
Recipients Arfrever, georg.brandl
Date 2013-12-12.17:37:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386869822.97.0.610221510269.issue19966@psf.upfronthosting.co.za>
In-reply-to
Content
This bug is present in 3.3.3 tarballs (Python-3.3.3.tar.bz2, Python-3.3.3.tar.xz, Python-3.3.3.tgz). This bug is absent in 3.3.2 tarballs.

In unpacked 3.3.2:

$ ./configure
...
$ make Include/Python-ast.h
make: 'Include/Python-ast.h' is up to date.
$ make Python/Python-ast.c
make: 'Python/Python-ast.c' is up to date.


In unpacked 3.3.3:

$ ./configure
...
$ make Include/Python-ast.h
/bin/mkdir -p Include
python3.3 ./Parser/asdl_c.py -h Include ./Parser/Python.asdl
$ make Python/Python-ast.c
/bin/mkdir -p Python
python3.3 ./Parser/asdl_c.py -c Python ./Parser/Python.asdl


At least please fix the script used to generate tarballs, to ensure that this bug will not occur with future tarballs.
History
Date User Action Args
2013-12-12 17:37:03Arfreversetrecipients: + Arfrever, georg.brandl
2013-12-12 17:37:02Arfreversetmessageid: <1386869822.97.0.610221510269.issue19966@psf.upfronthosting.co.za>
2013-12-12 17:37:02Arfreverlinkissue19966 messages
2013-12-12 17:37:02Arfrevercreate