1. 21 Şub, 2019 1 kayıt (commit)
    • Gregory P. Smith's avatar
      Re-init _Py_UnhandledKeyboardInterrupt before run. (GH-11963) · d9bc543c
      Gregory P. Smith yazdı
      Explicitly reinitialize this every eval *just in case* someone is
      calling into an embedded Python where they don't care about an uncaught
      KeyboardInterrupt exception (why didn't they leave
      `config.install_signal_handlers` set to `0`?!?) but then later call
      `Py_Main()` itself (which *checks* this flag and dies with a signal after
      its interpreter exits).  We don't want a previous embedded interpreter's
      uncaught exception to trigger an unexplained signal exit from a future
      `Py_Main()` based one.
      d9bc543c
  2. 20 Şub, 2019 4 kayıt (commit)
  3. 19 Şub, 2019 11 kayıt (commit)
  4. 18 Şub, 2019 5 kayıt (commit)
  5. 17 Şub, 2019 3 kayıt (commit)
  6. 16 Şub, 2019 8 kayıt (commit)
  7. 15 Şub, 2019 8 kayıt (commit)