1. 01 Şub, 2017 1 kayıt (commit)
  2. 31 Ock, 2017 6 kayıt (commit)
  3. 30 Ock, 2017 2 kayıt (commit)
  4. 29 Ock, 2017 17 kayıt (commit)
  5. 28 Ock, 2017 1 kayıt (commit)
    • INADA Naoki's avatar
      Issue #29383: reduce temporary interned unicode · 35a96a25
      INADA Naoki yazdı
      add_methods(), add_members(), and add_getset() used PyDict_SetItemString()
      to register descriptor to the type's dict.
      So descr_new() and PyDict_SetItemString() creates interned unicode from same
      C string.
      
      This patch takes interned unicode from descriptor, and use PyDict_SetItem()
      instead of PyDict_SetItemString().
      
      python_startup_no_site:
        default: Median +- std dev: 12.7 ms +- 0.1 ms
        patched: Median +- std dev: 12.5 ms +- 0.1 ms
      35a96a25
  6. 27 Ock, 2017 5 kayıt (commit)
  7. 26 Ock, 2017 2 kayıt (commit)
  8. 25 Ock, 2017 6 kayıt (commit)