Differences From Artifact [dfad6de958]:
- File gc_core/py/lang_core/gc_engine.py — part of check-in [b0501d600a] at 2017-05-25 09:17:18 on branch trunk — [core] show rule id and line id when errors (user: olr, size: 18860) [annotate] [blame] [check-ins using]
To Artifact [25f4682d72]:
- File gc_core/py/lang_core/gc_engine.py — part of check-in [cfc69abb68] at 2017-06-23 19:23:42 on branch trunk — [build] use one dictionary name instead of two (user: olr, size: 18860) [annotate] [blame] [check-ins using]
︙ | |||
284 285 286 287 288 289 290 | 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 | - + | except ImportError: _createError = _createDictError def load (): global _oDict try: |
︙ |