mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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 ()
|
||||
|
||||
|
||||
def build_extensions (self, extensions):
|
||||
def build_extensions (self):
|
||||
|
||||
# First, sanity-check the 'extensions' list
|
||||
self.check_extensions_list (self.extensions)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue