Guido van Rossum <[email protected]> added the comment:
If Brett's theory is right, compile() has a bug though -- it shouldn't plug a non-string into the code object. Or possibly the code object constructor should reject such objects (or extract the string). ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue42839> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
