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 Claudiu.Popa
Recipients Claudiu.Popa, Sworddragon
Date 2013-11-21.22:17:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385072242.43.0.369360394218.issue19628@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch which adds support for controlling the maxlevels on command line. Currently, compileall uses a binary choice, either we don't process subdirectories or we process at most 10 subdirectories. This seems to be the case since its inception, in 
"
Changeset:
1828 (b464e1d0b2fb) New way of generating .pyc files, thanks to Sjoerd.
User:
Guido van Rossum <guido@python.org>
Date:
1994-08-29 10:52:58 +0000 (1994-08-29)
"

The patch adds a new command option, -r, where `-r 0` is equivalent to specifying -l. I guess we can't modify -l to actually control the maxlevels, due to backward compatibility concerns.
History
Date User Action Args
2013-11-21 22:17:22Claudiu.Popasetrecipients: + Claudiu.Popa, Sworddragon
2013-11-21 22:17:22Claudiu.Popasetmessageid: <1385072242.43.0.369360394218.issue19628@psf.upfronthosting.co.za>
2013-11-21 22:17:22Claudiu.Popalinkissue19628 messages
2013-11-21 22:17:22Claudiu.Popacreate