• Victor Stinner's avatar
    Partial backport of r78826: leave import site error handler unchanged (print · ea164291
    Victor Stinner yazdı
    the error and continue).
    
    Merged revisions 78826-78827 via svnmerge from
    svn+ssh://pythondev@svn.python.org/python/trunk
    
    ........
      r78826 | victor.stinner | 2010-03-10 23:30:19 +0100 (mer., 10 mars 2010) | 5 lines
    
      Issue #3137: Don't ignore errors at startup, especially a keyboard interrupt
      (SIGINT). If an error occurs while importing the site module, the error is
      printed and Python exits. Initialize the GIL before importing the site
      module.
    ........
      r78827 | victor.stinner | 2010-03-10 23:45:04 +0100 (mer., 10 mars 2010) | 4 lines
    
      ooops, fix error message in execusercustomize()
    
      Copy/paste failure :-)
    ........
    ea164291
Adı
Son kayıt (commit)
Son güncelleme
..
Python.asdl Loading commit data...
acceler.c Loading commit data...
asdl.py Loading commit data...
asdl_c.py Loading commit data...
bitset.c Loading commit data...
firstsets.c Loading commit data...
grammar.c Loading commit data...
grammar.mak Loading commit data...
grammar1.c Loading commit data...
intrcheck.c Loading commit data...
listnode.c Loading commit data...
metagrammar.c Loading commit data...
myreadline.c Loading commit data...
node.c Loading commit data...
parser.c Loading commit data...
parser.h Loading commit data...
parsetok.c Loading commit data...
pgen.c Loading commit data...
pgenmain.c Loading commit data...
printgrammar.c Loading commit data...
spark.py Loading commit data...
tokenizer.c Loading commit data...
tokenizer.h Loading commit data...
tokenizer_pgen.c Loading commit data...