[Python-Dev] Summary of Python tracker Issues

2019-10-18 Thread Python tracker
ACTIVITY SUMMARY (2019-10-11 - 2019-10-18) Python tracker at https://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue. Do NOT respond to this message. Issues counts and deltas: open7074 ( +6) closed 43195 (+61) total 50269 (+67) Open issues wi

[Python-Dev] Getting function arguments of PyCFunctionObject

2019-10-18 Thread Sümer Cip
Hi everyone, I have been working on some feature of a deterministic profiler( github.com/sumerc/yappi). The feature is about getting arguments for a given set of function names. For example: you can define something like foo 1,3,arg_name and when foo function is called, profiler will simply collec