Message192690
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? |
|
Date |
User |
Action |
Args |
2013-07-08 20:07:58 | gvanrossum | set | recipients:
+ gvanrossum, ncoghlan, pitrou, adaptivelogic |
2013-07-08 20:07:58 | gvanrossum | set | messageid: <1373314078.12.0.807927130868.issue17911@psf.upfronthosting.co.za> |
2013-07-08 20:07:58 | gvanrossum | link | issue17911 messages |
2013-07-08 20:07:57 | gvanrossum | create | |
|