14
0
forked from pool/python-yappi

- update to 1.3.5:

* Use PyEval_GetLocals for getting locals in Py3.10 and up. 
  * Fix cp->coroutines becomes NULL when head is removed 
  * Remove pypistats dw count

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yappi?expand=0&rev=22
This commit is contained in:
2022-06-04 13:42:13 +00:00
committed by Git OBS Bridge
parent b5390f00a7
commit ecb56b05a5
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jun 4 12:43:04 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.3.5:
* Use PyEval_GetLocals for getting locals in Py3.10 and up.
* Fix cp->coroutines becomes NULL when head is removed
* Remove pypistats dw count
-------------------------------------------------------------------
Sat Oct 16 19:39:15 UTC 2021 - Dirk Müller <dmueller@suse.com>