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 gvanrossum
Recipients adaptivelogic, gvanrossum, ncoghlan, pitrou
Date 2013-07-08.20:07:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373314078.12.0.807927130868.issue17911@psf.upfronthosting.co.za>
In-reply-to
Content
In terms of how much freedom you have about changing the internal, I'd check how long ago they were changed.  "Internal" APIs that have been stable for many versions tend to have illicit external uses -- but internal APIs that were introduced recently (e.g. in 3.2) are usually safe to use -- nobody is going to make too much of a stink if you break their code.

As for saving f_globals, if you're going to save an extra pointer anyways, why not just save the frame pointer?
History
Date User Action Args
2013-07-08 20:07:58gvanrossumsetrecipients: + gvanrossum, ncoghlan, pitrou, adaptivelogic
2013-07-08 20:07:58gvanrossumsetmessageid: <1373314078.12.0.807927130868.issue17911@psf.upfronthosting.co.za>
2013-07-08 20:07:58gvanrossumlinkissue17911 messages
2013-07-08 20:07:57gvanrossumcreate