mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Remove the recently-added get_distutil_options(), and just
have two tuples listing the legal keywords for setup() and Extension()
This commit is contained in:
parent
bf5170793c
commit
6ffdaab808
2 changed files with 15 additions and 8 deletions
|
@ -82,6 +82,8 @@ class Extension:
|
|||
from the source extensions if not provided.
|
||||
"""
|
||||
|
||||
# When adding arguments to this constructor, be sure to update
|
||||
# setup_keywords in core.py.
|
||||
def __init__ (self, name, sources,
|
||||
include_dirs=None,
|
||||
define_macros=None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue