Message 236757 - Python tracker

Message236757

Author steve.dower
Recipients larry, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-02-27.14:56:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425048964.05.0.0755383394577.issue23524@psf.upfronthosting.co.za>
In-reply-to
Content
Turns out the old code no longer compiles without this change, as the internal variable we were previously using is no longer exported from the CRT.

Can I get a review please?
History
Date User Action Args
2015-02-27 14:56:04steve.dowersetrecipients: + steve.dower, vstinner, larry, tim.golden, zach.ware, serhiy.storchaka
2015-02-27 14:56:04steve.dowersetmessageid: <1425048964.05.0.0755383394577.issue23524@psf.upfronthosting.co.za>
2015-02-27 14:56:04steve.dowerlinkissue23524 messages
2015-02-27 14:56:03steve.dowercreate