Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pyodide
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
pyodide
Commits
05d82c1d
Commit
05d82c1d
authored
Mar 02, 2018
by
Michael Droettboom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove modules that are always statically linked anyway
parent
2e5a0432
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
cpython/Setup.local
cpython/Setup.local
+6
-6
No files found.
cpython/Setup.local
View file @
05d82c1d
...
...
@@ -5,15 +5,15 @@
*static*
array arraymodule.c # array objects
cmath cmathmodule.c _math.c # -lm # complex math library functions
#
cmath cmathmodule.c _math.c # -lm # complex math library functions
math mathmodule.c _math.c # -lm # math library functions, e.g. sin()
_struct _struct.c # binary structure packing/unpacking
time timemodule.c # -lm # time operations and variables
_operator _operator.c # operator.add() and similar goodies
#
time timemodule.c # -lm # time operations and variables
#
_operator _operator.c # operator.add() and similar goodies
_random _randommodule.c # Random number generator
_collections _collectionsmodule.c # Container types
_functools _functoolsmodule.c # Tools for working with functions and callable objects
itertools itertoolsmodule.c # Functions creating iterators for efficient looping
#
_collections _collectionsmodule.c # Container types
#
_functools _functoolsmodule.c # Tools for working with functions and callable objects
#
itertools itertoolsmodule.c # Functions creating iterators for efficient looping
_bisect _bisectmodule.c # Bisection algorithms
_json _json.c
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment