14
0
forked from pool/python-yappi

- update to 1.2.5:

* Fix tag/ctx_id filtering on get_func_stats
  * Add filter_callback to get_func_stats() for filtering function/module descriptors
  * FIX: issues related to invalid conversion from long->ptr in Win32
  * Optimize tstate->dict retrieval
  * Various other fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yappi?expand=0&rev=11
This commit is contained in:
2020-06-02 17:36:18 +00:00
committed by Git OBS Bridge
parent 560e4c28a8
commit d086213a56
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Jun 2 17:34:36 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 1.2.5:
* Fix tag/ctx_id filtering on get_func_stats
* Add filter_callback to get_func_stats() for filtering function/module descriptors
* FIX: issues related to invalid conversion from long->ptr in Win32
* Optimize tstate->dict retrieval
* Various other fixes
-------------------------------------------------------------------
Fri May 15 12:52:55 UTC 2020 - Petr Gajdos <pgajdos@suse.com>