STINNER Victor <vstin...@python.org> added the comment:

I understood that these function calls shoud be replaced with:

* PyCode_NewEmpty(const char *filename, const char *funcname, int firstlineno)
* code.replace() method: 
https://docs.python.org/dev/library/types.html#types.CodeType.replace

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue45122>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to