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 yan12125
Recipients serhiy.storchaka, skrah, yan12125
Date 2017-02-13.15:46:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487000764.66.0.443968727541.issue29442@psf.upfronthosting.co.za>
In-reply-to
Content
You're right. argparse has indirect dependency on dynamic modules so it can't be used in setup.py. Cross builds use prebuilt Python binaries so there's no problem. Sorry for those noises.

I still think it's a dirty hack as it limits scalability and brings lots of problems when adding new features, but I can't find a good way to remove it :(
History
Date User Action Args
2017-02-13 15:46:04yan12125setrecipients: + yan12125, skrah, serhiy.storchaka
2017-02-13 15:46:04yan12125setmessageid: <1487000764.66.0.443968727541.issue29442@psf.upfronthosting.co.za>
2017-02-13 15:46:04yan12125linkissue29442 messages
2017-02-13 15:46:04yan12125create