1. 18 1月, 2022 1 次提交
    • V
      fix: handle possible PyModule_AddObject failure · 76e34d6f
      Vadim Levin 提交于
      Comment from Python documentation:
      Unlike other functions that steal references, `PyModule_AddObject()` only
      decrements the reference count of value on success.
      This means that its return value must be checked, and calling code must
      `Py_DECREF()` value manually on error.
      76e34d6f
  2. 12 1月, 2022 3 次提交
  3. 11 1月, 2022 1 次提交
  4. 10 1月, 2022 4 次提交
  5. 09 1月, 2022 1 次提交
  6. 06 1月, 2022 1 次提交
  7. 05 1月, 2022 1 次提交
  8. 04 1月, 2022 4 次提交
  9. 01 1月, 2022 1 次提交
  10. 29 12月, 2021 3 次提交
  11. 28 12月, 2021 1 次提交
  12. 25 12月, 2021 3 次提交
  13. 24 12月, 2021 16 次提交