Issue 29567: Allow argparse to be used in setup.py - Python tracker

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
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: yan12125
Priority: normal Keywords:

Created on 2017-02-15 13:55 by yan12125, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 119 closed yan12125, 2017-02-15 13:57
Messages (2)
msg287854 - (view) Author: (yan12125) * Date: 2017-02-15 13:55
When proposing a fix for issue29442, I got another issue - argparse can't be used in setup.py for native (non-cross) builds because argparse imports gettext and gettext imports struct. I'll propose a fix for that.
msg287953 - (view) Author: (yan12125) * Date: 2017-02-16 16:03
As PR 119 is closed, I'll continue this in issue29442