Message404548
`Modules/Setup` is currently incomplete/broken. Some things are completely missing from it, while others won't work if you uncomment them in the file.
When trying to compile a completely static CPython interpreter I ran into the following issues:
- _weakref is listed twice
- _testcapi can't be statically compiled
- math/cmath conflict with a build rule in Makefile.pre.in
- _dbm needs more logic/comments (at least on macOS)
- nis needs more logic/comments (at least on macOS)
And the following modules are completely missing from the file:
- _ctypes
- _decimal
- _lsprof
- _lzma
- _multiprocessing
- _opcode
- _posixshmem
- _queue
- _scproxy
- _sqlite3
- _testbuffer
- _testipmortmultiple
- _testmultiphase
- _uuid
- xxsubinterpreters
- xxtestfuzz
- ossaudiodev
- xxlimited
- xxlimited_35 |
|
| Date |
User |
Action |
Args |
| 2021-10-20 23:58:49 | brett.cannon | set | recipients:
+ brett.cannon |
| 2021-10-20 23:58:48 | brett.cannon | set | messageid: <[email protected]> |
| 2021-10-20 23:58:48 | brett.cannon | link | issue45548 messages |
| 2021-10-20 23:58:48 | brett.cannon | create | |
|