On Wed, Jul 13, 2011 at 9:45 PM, Geoffrey Spear <[email protected]>wrote:
> > > On Jul 13, 11:44 am, Vinuth Madinur <[email protected]> wrote: > > On Wed, Jul 13, 2011 at 8:56 PM, Feng <[email protected]> wrote: > > > And they don't support cPickle, and parsing a 1MB object for each > > > request with pickle is not funny. > > > > Actually, they only support cPickle AFAIK. > > cPickle on App Engine is an alias for the pure-python pickle module. > > My bad. Isn't it a good candidate for this whitelist then? http://code.google.com/appengine/kb/libraries.html -- 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.
