Ignore:
Timestamp:
Mar 19, 2014, 11:11:30 AM (11 years ago)
Author:
dmik
Message:

python: Update vendor to 2.7.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/vendor/current/Python/frozen.c

    r2 r388  
    1313
    1414static unsigned char M___hello__[] = {
    15         99,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,
    16         0,115,9,0,0,0,100,0,0,71,72,100,1,0,83,40,
    17         2,0,0,0,115,14,0,0,0,72,101,108,108,111,32,119,
    18         111,114,108,100,46,46,46,78,40,0,0,0,0,40,0,0,
    19         0,0,40,0,0,0,0,40,0,0,0,0,115,8,0,0,
    20         0,104,101,108,108,111,46,112,121,115,1,0,0,0,63,1,
    21         0,0,0,115,0,0,0,0,
     15    99,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,
     16    0,115,9,0,0,0,100,0,0,71,72,100,1,0,83,40,
     17    2,0,0,0,115,14,0,0,0,72,101,108,108,111,32,119,
     18    111,114,108,100,46,46,46,78,40,0,0,0,0,40,0,0,
     19    0,0,40,0,0,0,0,40,0,0,0,0,115,8,0,0,
     20    0,104,101,108,108,111,46,112,121,115,1,0,0,0,63,1,
     21    0,0,0,115,0,0,0,0,
    2222};
    2323
     
    2525
    2626static struct _frozen _PyImport_FrozenModules[] = {
    27         /* Test module */
    28         {"__hello__", M___hello__, SIZE},
    29         /* Test package (negative size indicates package-ness) */
    30         {"__phello__", M___hello__, -SIZE},
    31         {"__phello__.spam", M___hello__, SIZE},
    32         {0, 0, 0} /* sentinel */
     27    /* Test module */
     28    {"__hello__", M___hello__, SIZE},
     29    /* Test package (negative size indicates package-ness) */
     30    {"__phello__", M___hello__, -SIZE},
     31    {"__phello__.spam", M___hello__, SIZE},
     32    {0, 0, 0} /* sentinel */
    3333};
    3434
Note: See TracChangeset for help on using the changeset viewer.