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 ncoghlan
Recipients Carl.Friedrich.Bolz, arigo, benjamin.peterson, brett.cannon, ncoghlan, pitrou, scoder
Date 2009-01-20.20:24:20
SpamBayes Score 4.768016e-05
Marked as misclassified No
Message-id <1232483062.68.0.617302955965.issue4242@psf.upfronthosting.co.za>
In-reply-to
Content
Would a C API in CPython to set the value returned by sys.vm be enough
to help Cython out Stefan?

Such a feature would help with any CPython based variant - the
implementers could either leave sys.vm as "cpython" and attempt to be
fully compatible, or else set it to something different (e.g "stackless"
or "cython") and target the common subset of the test suite.
History
Date User Action Args
2009-01-20 20:24:22ncoghlansetrecipients: + ncoghlan, brett.cannon, arigo, pitrou, scoder, Carl.Friedrich.Bolz, benjamin.peterson
2009-01-20 20:24:22ncoghlansetmessageid: <1232483062.68.0.617302955965.issue4242@psf.upfronthosting.co.za>
2009-01-20 20:24:20ncoghlanlinkissue4242 messages
2009-01-20 20:24:20ncoghlancreate