mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Oops. Two fixes for SF bug #422004 are not needed. :-)
This commit is contained in:
parent
70d893a6aa
commit
f6309e8ecf
1 changed files with 0 additions and 1 deletions
|
@ -152,7 +152,6 @@ Py_Initialize(void)
|
|||
|
||||
/* phase 2 of builtins */
|
||||
_PyImport_FixupExtension("__builtin__", "__builtin__");
|
||||
_PyImport_FixupExtension("exceptions", "exceptions");
|
||||
|
||||
initsigs(); /* Signal handling stuff, including initintr() */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue