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 serhiy.storchaka
Recipients Arfrever, berker.peksag, brett.cannon, eric.snow, r.david.murray, serhiy.storchaka, vstinner
Date 2016-03-25.11:52:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458906722.85.0.311035104695.issue20021@psf.upfronthosting.co.za>
In-reply-to
Content
f682b620c64d looks incorrect to me. It makes makeopcodetargets.py to use the opcode module of Python that executes the script. Instead the script should use the opcode module from the same source tree as the script.

I think f682b620c64d should be reverted.
History
Date User Action Args
2016-03-25 11:52:02serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, vstinner, Arfrever, r.david.murray, eric.snow, berker.peksag
2016-03-25 11:52:02serhiy.storchakasetmessageid: <1458906722.85.0.311035104695.issue20021@psf.upfronthosting.co.za>
2016-03-25 11:52:02serhiy.storchakalinkissue20021 messages
2016-03-25 11:52:02serhiy.storchakacreate