1. 26 Şub, 2018 4 kayıt (commit)
  2. 25 Şub, 2018 9 kayıt (commit)
  3. 24 Şub, 2018 8 kayıt (commit)
  4. 23 Şub, 2018 7 kayıt (commit)
  5. 22 Şub, 2018 8 kayıt (commit)
  6. 21 Şub, 2018 3 kayıt (commit)
  7. 20 Şub, 2018 1 kayıt (commit)
    • Eric Snow's avatar
      bpo-32604: Swap threads only if the interpreter is different. (gh-5778) · f53d9f27
      Eric Snow yazdı
      The CPython runtime assumes that there is a one-to-one relationship (for a given interpreter) between PyThreadState and OS threads. Sending and receiving on a channel in the same interpreter was causing crashes because of this (specifically due to a check in PyThreadState_Swap()). The solution is to not switch threads if the interpreter is the same.
      f53d9f27