Hi, The Python implementation is in most respects the same as CPython. Thus, it doesn't cache calls to compile unless CPython does, which, to the best of my knowledge, it doesn't.
-Nick Johnson On Tue, Aug 17, 2010 at 8:58 PM, HGF <[email protected]> wrote: > Hi, > > Does GAE cache compiled code with compile() function? If yes, how it > works? > > thanks! > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
