mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 22:02:27 +00:00
Get more Python tests passing (#141)
This commit is contained in:
parent
916f19eea1
commit
59e1c245d1
141 changed files with 3536 additions and 1203 deletions
2
third_party/python/Modules/config.c
vendored
2
third_party/python/Modules/config.c
vendored
|
@ -89,6 +89,7 @@ extern PyObject* PyInit__codecs_tw(void);
|
|||
extern PyObject* PyInit__json(void);
|
||||
extern PyObject* PyInit__lsprof(void);
|
||||
extern PyObject* PyInit__opcode(void);
|
||||
extern PyObject* PyInit_termios(void);
|
||||
|
||||
/* -- ADDMODULE MARKER 1 -- */
|
||||
|
||||
|
@ -164,6 +165,7 @@ struct _inittab _PyImport_Inittab[] = {
|
|||
{"_json", PyInit__json},
|
||||
{"_lsprof", PyInit__lsprof},
|
||||
{"_opcode", PyInit__opcode},
|
||||
{"termios", PyInit_termios},
|
||||
|
||||
/* -- ADDMODULE MARKER 2 -- */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue