STINNER Victor added the comment:

Patch version 6: updated to the new code_transformer() API, it now takes a code 
object as input and must return a new code object.

Sadly, it looks like there are reference leaks (try: ./python -m test -R 3:3 
test_import).

----------
Added file: http://bugs.python.org/file41912/transformers-6.patch

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

Reply via email to