mirror of
https://github.com/python/cpython.git
synced 2024-11-28 08:20:55 +01:00
Oops: 'build_extensions()' no longer takes an 'extensions' list.
This commit is contained in:
parent
88716bba55
commit
71d55835b3
@ -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…
Reference in New Issue
Block a user