Damien George 4c81ba8015 py: Never intern data of large string/bytes object; add relevant tests.
Previously to this patch all constant string/bytes objects were
interned by the compiler, and this lead to crashes when the qstr was too
long (noticeable now that qstr length storage defaults to 1 byte).

With this patch, long string/bytes objects are never interned, and are
referenced directly as constant objects within generated code using
load_const_obj.
2015-01-13 16:21:23 +00:00
..
2014-03-31 18:02:22 +01:00
2014-03-31 22:57:56 +01:00
2014-08-26 19:15:04 -07:00
2014-04-02 14:23:04 +01:00
2014-04-07 04:41:54 +01:00
2014-04-13 19:00:27 +01:00
2014-02-08 23:17:51 +02:00
2014-02-10 07:13:32 +02:00
2014-04-13 17:46:30 +01:00