mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Oops: 'build_extensions()' no longer takes an 'extensions' list.
This commit is contained in:
parent
88716bba55
commit
71d55835b3
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ class build_ext (Command):
|
||||||
# get_outputs ()
|
# get_outputs ()
|
||||||
|
|
||||||
|
|
||||||
def build_extensions (self, extensions):
|
def build_extensions (self):
|
||||||
|
|
||||||
# First, sanity-check the 'extensions' list
|
# First, sanity-check the 'extensions' list
|
||||||
self.check_extensions_list (self.extensions)
|
self.check_extensions_list (self.extensions)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue