avoid useless lookup of unknown encoding (fixes compiler crash)
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 3 Nov 2013 17:18:02 +0000 (18:18 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 3 Nov 2013 17:18:02 +0000 (18:18 +0100)
commit4d5c1c4ee88e34d504bf452a5797649cc7c8c9b9
treea3bb2dff105ce0e284004f07100cae8d97ac70e1
parent2e3d8413fe3bea6a7f6019ec6380d3411538e302
avoid useless lookup of unknown encoding (fixes compiler crash)
Cython/Compiler/Optimize.py