]> granicus.if.org Git - python/commit
Bunchathings:
authorGuido van Rossum <guido@python.org>
Thu, 16 Aug 2001 08:21:42 +0000 (08:21 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 16 Aug 2001 08:21:42 +0000 (08:21 +0000)
commit70d893a6aaf335383d2efcf7c40194e4f1a7e474
tree5c41f9d3b285915052cf8eb32d2c1fbc55953642
parentba21a49f9d55edf699d40b9a6a5a5499a4b233b4
Bunchathings:

- initsigs(): Ignore SIGXFZ so writing files beyond the file system
  size limit won't kill us.

- Py_Initialize(): call _Py_ReadyTypes() instead of readying types
  here.

- Py_Initialize(): call _PyImport_FixupExtension() for module
  "extensions".  (SF bug #422004.)
Python/pythonrun.c