Issue 5583: Optional extensions in setup.py (original) (raw)
Issue5583
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.
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/49833
classification
Title: | Optional extensions in setup.py | ||
---|---|---|---|
Type: | Stage: | ||
Components: | Distutils, Distutils2 | Versions: | Python 2.7 |
process
Status: | closed | Resolution: | |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | tarek | Nosy List: | georg.brandl, tarek |
Priority: | normal | Keywords: | patch |
Created on 2009-03-28 00:42 by georg.brandl, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Files | |||
---|---|---|---|
File name | Uploaded | Description | Edit |
opt-ext.diff | georg.brandl,2009-03-28 00:42 |
Messages (3) | ||
---|---|---|
msg84293 - (view) | Author: Georg Brandl (georg.brandl) * ![]() |
Date: 2009-03-28 00:42 |
Adds a new kwarg to the Extension constructor that does what Python's own /setup.py does to ignore build failure in an extension with a warning. I'm not sure if that's everything that's needed, but it seems to work in a simple test case. | ||
msg84938 - (view) | Author: Tarek Ziadé (tarek) * ![]() |
Date: 2009-03-31 22:38 |
done in r70910 and r70914 | ||
msg104093 - (view) | Author: Tarek Ziadé (tarek) * ![]() |
Date: 2010-04-24 15:15 |
Warning: reverted in trunk, now leaves in distutils2 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:47 | admin | set | github: 49833 |
2010-04-24 15:15:18 | tarek | set | messages: + components: + Distutils2 |
2009-03-31 22:38:31 | tarek | set | status: open -> closedpriority: normalmessages: + |
2009-03-31 21:59:56 | tarek | link | issue4706 superseder |
2009-03-28 00:42:40 | georg.brandl | create |
Supported by The Python Software Foundation,
Powered by Roundup
Copyright © 1990-2022, Python Software Foundation
Legal Statements