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 Patrick Maupin
Recipients Patrick Maupin, ezio.melotti, mrabarnett, serhiy.storchaka
Date 2015-06-11.22:54:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434063249.51.0.71406024444.issue24426@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for the quick response, Serhiy.  I had started investigating and come to the conclusion that it was a problem with the compiler rather than the C engine.  Interestingly, my next step was going to be to use names for the compiler constants, and then I noticed you did that exact same thing in the 3.6 tree.

I will try this out on my use-case tomorrow to make sure it fixes my issue, but now I'm intrigued by the inner workings of this, so I have two questions:

1) Do you know if anybody maintains a patched version of the Python code anywhere?  I could put a package up on github/PyPI, if not.

2) Do you know if anybody has done a good writeup on the behavior of the instruction stream to the C engine?  I could try to do some work on this and put it with the package, if not, or point to it if so.

Thanks and best regards,
Pat
History
Date User Action Args
2015-06-11 22:54:09Patrick Maupinsetrecipients: + Patrick Maupin, ezio.melotti, mrabarnett, serhiy.storchaka
2015-06-11 22:54:09Patrick Maupinsetmessageid: <1434063249.51.0.71406024444.issue24426@psf.upfronthosting.co.za>
2015-06-11 22:54:09Patrick Maupinlinkissue24426 messages
2015-06-11 22:54:09Patrick Maupincreate