]> granicus.if.org Git - python/commit
Merged revisions 81841 via svnmerge from
authorVictor Stinner <victor.stinner@haypocalc.com>
Tue, 8 Jun 2010 20:50:09 +0000 (20:50 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Tue, 8 Jun 2010 20:50:09 +0000 (20:50 +0000)
commita01c6b3c9e6f9e0d3411051a3ff646852b37b4d6
treec13e07621ccdd87b0ce68dcbdf3a05a5bfe55215
parenta9230236fa1ac5981de53f8f76d4db402a8a4311
Merged revisions 81841 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r81841 | victor.stinner | 2010-06-08 22:46:00 +0200 (mar., 08 juin 2010) | 6 lines

  sys_pyfile_write() does nothing if file is NULL

  mywrite() falls back to the C file object if sys_pyfile_write() returns an
  error. This patch fixes a segfault is Py_FatalError() is called in an early
  stage of Python initialization.
........
Python/sysmodule.c