This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ammar2
Recipients Decorater, ammar2, pabstersac
Date 2016-07-17.07:23:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468740223.35.0.550958159705.issue27538@psf.upfronthosting.co.za>
In-reply-to
Content
Can recreate on both py2.7 and py3.6

Constructor for CodeType in py3.6 is slightly different:

exec(code(0, 0, 2, 3, 0, b"lol lolol", (), (), (), "", "", 0, b""))
History
Date User Action Args
2016-07-17 07:23:43ammar2setrecipients: + ammar2, pabstersac, Decorater
2016-07-17 07:23:43ammar2setmessageid: <1468740223.35.0.550958159705.issue27538@psf.upfronthosting.co.za>
2016-07-17 07:23:43ammar2linkissue27538 messages
2016-07-17 07:23:43ammar2create