tmsgpack 0.3.5__tar.gz → 0.3.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tmsgpack-0.3.5/tmsgpack.egg-info → tmsgpack-0.3.7}/PKG-INFO +1 -1
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/pyproject.toml +1 -1
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/tmsgpack/core.c +7 -7
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/tmsgpack/core.pyx +1 -1
- {tmsgpack-0.3.5 → tmsgpack-0.3.7/tmsgpack.egg-info}/PKG-INFO +1 -1
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/MANIFEST.in +0 -0
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/README.md +0 -0
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/build_pyx.py +0 -0
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/setup.cfg +0 -0
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/setup.py +0 -0
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/tests/test_build_pyx.py +0 -0
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/tests/test_codec.py +0 -0
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/tests/test_round_trip.py +0 -0
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/tmsgpack/__init__.py +0 -0
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/tmsgpack/api.py +0 -0
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/tmsgpack/codec.py +0 -0
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/tmsgpack/src-parts/01-imports +0 -0
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/tmsgpack/src-parts/02-constants +0 -0
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/tmsgpack/src-parts/03-encode-fn +0 -0
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/tmsgpack/src-parts/04-decode-fn +0 -0
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/tmsgpack/src-parts/05-encode-buffer +0 -0
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/tmsgpack/src-parts/06-decode-buffer +0 -0
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/tmsgpack/src-parts/07-encode-buffer-slow +0 -0
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/tmsgpack/src-parts/08-decode-buffer-slow +0 -0
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/tmsgpack/src-parts/09-exceptions +0 -0
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/tmsgpack.egg-info/SOURCES.txt +0 -0
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/tmsgpack.egg-info/dependency_links.txt +0 -0
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/tmsgpack.egg-info/requires.txt +0 -0
- {tmsgpack-0.3.5 → tmsgpack-0.3.7}/tmsgpack.egg-info/top_level.txt +0 -0
|
@@ -3065,7 +3065,7 @@ static __pyx_mstatetype * const __pyx_mstate_global = &__pyx_mstate_global_stati
|
|
|
3065
3065
|
#endif
|
|
3066
3066
|
/* #### Code section: constant_name_defines ### */
|
|
3067
3067
|
#define __pyx_kp_u_ __pyx_string_tab[0]
|
|
3068
|
-
#define
|
|
3068
|
+
#define __pyx_kp_u_0_3_7 __pyx_string_tab[1]
|
|
3069
3069
|
#define __pyx_kp_u_B __pyx_string_tab[2]
|
|
3070
3070
|
#define __pyx_kp_u_H __pyx_string_tab[3]
|
|
3071
3071
|
#define __pyx_kp_u_I __pyx_string_tab[4]
|
|
@@ -24659,11 +24659,11 @@ __Pyx_RefNannySetupContext("PyInit_core", 0);
|
|
|
24659
24659
|
/* "tmsgpack/core.pyx":4
|
|
24660
24660
|
* # DON'T EDIT THIS FILE. EDIT THE SOURCES, INSTEAD: tmsgpack/src-parts/[inserted by cython to avoid comment start]*
|
|
24661
24661
|
*
|
|
24662
|
-
* __version__ = "0.3.
|
|
24662
|
+
* __version__ = "0.3.7" # <<<<<<<<<<<<<<
|
|
24663
24663
|
*
|
|
24664
24664
|
* from libc.stdint cimport int8_t, int16_t, int32_t, int64_t
|
|
24665
24665
|
*/
|
|
24666
|
-
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_version, __pyx_mstate_global->
|
|
24666
|
+
if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_version, __pyx_mstate_global->__pyx_kp_u_0_3_7) < (0)) __PYX_ERR(0, 4, __pyx_L1_error)
|
|
24667
24667
|
|
|
24668
24668
|
/* "tmsgpack/core.pyx":13
|
|
24669
24669
|
* ctypedef double float64_t
|
|
@@ -26244,7 +26244,7 @@ static int __Pyx_InitConstants(__pyx_mstatetype *__pyx_mstate) {
|
|
|
26244
26244
|
{
|
|
26245
26245
|
const struct { const unsigned int length: 9; } index[] = {{1},{5},{2},{2},{2},{23},{21},{179},{27},{2},{18},{8},{2},{2},{16},{18},{7},{16},{18},{6},{2},{2},{2},{9},{50},{11},{2},{14},{26},{26},{26},{24},{17},{16},{34},{36},{25},{26},{24},{24},{24},{24},{23},{25},{25},{25},{25},{16},{34},{36},{25},{25},{26},{24},{24},{24},{24},{23},{25},{25},{25},{25},{12},{9},{27},{29},{20},{19},{19},{18},{20},{12},{9},{27},{29},{19},{18},{22},{17},{19},{8},{20},{16},{34},{36},{26},{24},{24},{24},{24},{25},{25},{25},{25},{16},{34},{36},{26},{24},{24},{24},{24},{25},{25},{25},{25},{13},{12},{8},{18},{9},{18},{5},{4},{15},{17},{16},{8},{5},{7},{4},{14},{12},{3},{6},{8},{12},{13},{5},{6},{8},{13},{10},{15},{3},{1},{8},{7},{4},{3},{11},{9},{8},{12},{7},{9},{14},{12},{11},{10},{31},{31},{31},{31},{14},{12},{8},{9},{7},{7},{7},{7},{6},{8},{8},{8},{8},{10},{17},{13},{4},{12},{10},{12},{19},{4},{9},{5},{5},{6},{3},{10},{9},{9},{8},{10},{8},{13},{5},{6},{6},{12},{5},{6},{11},{8},{9},{7},{7},{7},{7},{6},{8},{8},{8},{8},{21},{17},{24},{43},{43},{80},{61},{24},{19},{24},{24},{24},{24},{264},{33},{30},{57},{11},{19},{21},{24},{19},{19},{13},{25},{9},{97},{105},{15},{11},{58},{96}};
|
|
26246
26246
|
#if (CYTHON_COMPRESS_STRINGS) == 3 && __PYX_LIMITED_VERSION_HEX >= 0x030e0000 /* compression: zstd (1734 bytes) */
|
|
26247
|
-
const char* const cstring = "(\265/\375`\"\021\3455\000ZE\200\016E\
|
|
26247
|
+
const char* const cstring = "(\265/\375`\"\021\3455\000ZE\200\016E\000\221\250\r\374?\337\273\377=\337\253\357=\225\240_u|\215:\336\337>\234\021\275\2627\221\310\362\\m-)V\312\017K-\355/\252\004`l\266q\3050 \250\310\0049/\213\377\222*4\217)\006\342\314\222\032\306\000\301\000\332\000\224\206^B\363T\377\377\267\222\304T\363@,a<?)\014\3260&OM\013\225B5j\232\204*\266R\323k\325e\024\202*''&%\033\340\237\252\274Y[\370\232\235\034\013\317\343M\262\274\212^\252A\222S\245\261Z\232e\266\265J\022\230\037\303\372Xr\320f\250\375W\250\255\007M-\320\203\237\3632\2544oT\227\240\311B\374\030\313m\2264\2068\317\267\361\027jUBP\n\250\244\305J\013X\357\347Io\306\320\333>\313\373%\272\275\0061\205\325\276d\217\004\314\362%\303\227Yj0k\256R\370r\322\266>\314v\005Ty\275I\025\254\3627kKp\223\247\337\266\226\226\320\211\320\210\020\212\207\203g\203\210\366\376\2465+\363S\231\332r\246\033N}\246\021\323S\234U\233b\324>~\214\323j1\246\3545\305h\322%m\226~\312\233\3436\357k\327\342\2574k{\355\364X:\253\207e\214\327\336\273\242\202d\222/L\357\"\307\374\212X\"\306k\021\343s\036\351\253]q\363\317\372\272{\2345\267q:\307d\022\027\006\313\272\0022\321 \223O\2564%K\273\231\264\233\363\343\030\247\347\276\311\244G|\211\307rD\214\307y\376\332\251\0015%w\302)-c\272\301kM\333&'\214\217\2229\304\317\253-\276\031\207:\374\331+\305\230i\245s\223TEo.\251\266j\r\306\370Sk\177c\204y\323\022\332\252\3415\331G\352\026,\360\002\335\010'\320Y\341\037Y\307\372\t\367xe,\214\225\002~\276\316\207\322\237\303\210\370\003l\246k\201t|'=\245\263\260\263\235a \033\301\307K\324Cz\007\236G\366\312F\300\251\021}\237/\305\007pO\3247\275\343\035\262W\350Y'\300O\272-7\212\325\007\347\205\261\272\257\244\263p\017\240\225\207\356\262\303p\311?\354\274\002\341\274>\334\001\347%\222\021}1\272\250{\340\035.b\345\261\251\301d:,\224\317D\377\364\013<\343!V\037\002\000pr`2\024\337W=\326\032\247\253\366\304\210=\234\247\276\330{T\314\327b\323\026\363\233\324]If\325o\250I\271\2529/\347M\343\277)\215Q\363_\346_\311\375\345,\027#\314\327\224\254Oo\256\037\003\031\211""\010\273\303\213\317\344K\360\241\262\257C\204\226\210\215\353\363r!\271\352\014\013\007W\207e\202\262q\244t\n!\256\220\315\313\305\310\205\232\371\320\362`m\200\256\216KPyZ*\254\374\311od\302\306\325\365\216Q\027Q\200\321t\320\324h\235X#\226\010\353\003\342Z\260\023\210\360\225\035c\245\222\351\330\274d\317\300Y\366g\233X}l^\331&\255\016\2146\206U\201\315\013\223\031\261D\254\020\257\203blU\306I[\264\365\374`:\274\301\247\340\303`t.<\214>\325\001\276\240\206\204k#\270\323\010\360y\235/\373H\272K\001\336mP\3061\236\"\203\300\251\331\243\3352\342*\005\035\010\257\214\346\006F\343\265dk\006K\245eO\220\261)$0\360b\320I\374\264+l\227\225\001N\315\210\213x\010\277ab\213\314\310\031\010-\254\005\342\203\321O\035\273\013\201\214\250\241\241q\206fDD$\005I\n\031\016\321\014Q\2269\307\324\003\202y\254\304@J\021\203\214!\212\010\013\304\024\244<\ni\rl\r\324\264\255\356P\252\262\252\002R\260d\247u0\365h\037\340\262\330\327\364y2\032\302\325\001F\253\355\336\315\223/\360) \275\362\273\300;R\016\207\314\027l\357_I\223\346W\337\200\350eL\021\376\322\2517\203\215\372\344'\346R\322\216z\356v\010\267c+\200\250t\202/\315\316\331q-I\020\341\342A%ab\257-D\343\005\327\014\006\327]n\330\227\354\200\257f@\223\372\221q \002\010a\270\024\340\346\355-#{\360F\204\204\002\256\303\033_'h\234+\327m\301\331A*\272\016\233\014\366A$/#6\341\264\365\206\353\017A`k\320C^t\331\261\317\027\222M!\tC\242\255\r\275\373\304\341\031!\223\n\374D\002\300\374CV2Qi'Ns\345y\277\0313\375ed\216\301{\331)L\260\035Vl^\204\323\025\311\317\257?\325\200\004\204\364t\002!\302\377fx\211\210g\252\370\233\026\272\226Al\361\0033@{1^\2002\233x\355\234\001\375\240r\234\210A\213\246~9\225\304\247\016\206\252B\220*{\014\033}zG\267\316\221\377\r\200\370\r\031R\241f\231\032\342\265@\223&\367\246\317\034\200\372z\2178_\370>\037\374\t\001\356/\252\032\003$u\220\314\005\375~P\265F\324\t\007\240\321\001:\201\277\010:k,\316\013O,\037\273@\231\255I\027\204s\356S=\340\355e\245\034\"\213\377\370I@\313\004\212:\220[\244\354\266\213$wy\232""\366I\227O\323\n\344\206\225\372s\274\326\302\266\010-\247a\350k^\241\210\307\226\021\337[qB4\321Z\303\343\262\n\305i\005\274]\3105\331\005\276$\266{\317\214\366\227G\236%\351Z$\227\002\321\211\017\375-\371\346U\241\270H\2335\251\224\300\210\317\241VEe\3404:Ber\377m\2232v3\325\3704\340\003\014L\205\300\010\246c\365\006\t\314\032\025ia\276f\007\210\224\363\r\263\242\250'\317\234j\035&\216l\2225\314\014\321\211\324\222\350\327\260\353\302h\371u\007\224qzt\260/\226\006\250\217\212b\334\345\025\200\363\2444\t\346b\375\305\205\222-\014\210t\267\307\275\303\017>h\363{\250T\035\004V\345\307\327\211\276=\242#(5\267}\337\372\001P@\364\316\321\262?\317\034_\221u\266jt\330\255\217\246\367\024e\n\373\277\366\223\300\215V\260\306/\3552Z\223\013\345\233\316\235\353\372\212\267\\\324\270A]\341i\010\217\037\323=\364Q\023i \235j-q\003Mx\356\263\037\243\363\361\344\311\016t\310$\224a\342\005\251S \214A\333k\0067h\266\334! \177\014\346<\350<\355\253\n\264\270I\315\022\014\010\006\225w\201-Y\307B\334\n:TF\375G\234vj";
|
|
26248
26248
|
PyObject *data = __Pyx_DecompressString(cstring, 1734, 3);
|
|
26249
26249
|
if (unlikely(!data)) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
26250
26250
|
const char* const bytes = __Pyx_PyBytes_AsString(data);
|
|
@@ -26252,7 +26252,7 @@ const char* const cstring = "(\265/\375`\"\021\3455\000ZE\200\016E\360\222\250\r
|
|
|
26252
26252
|
if (likely(bytes)); else { Py_DECREF(data); __PYX_ERR(0, 1, __pyx_L1_error) }
|
|
26253
26253
|
#endif
|
|
26254
26254
|
#elif (CYTHON_COMPRESS_STRINGS) == 2 /* compression: bz2 (1855 bytes) */
|
|
26255
|
-
const char* const cstring = "BZh91AY&SY\
|
|
26255
|
+
const char* const cstring = "BZh91AY&SY\252\307\274\016\000\001Z\377\377\357\377\377\277\376\257\377\377\277\367\377\370\277\377\377\364@@@@@@@@@@@@@\000@\000`\007n\371\311v\325W7wv\326-\232\232\322\203\200A$\220\210\217\3256\241\243\324\331M\036\322i\223\t24\031=OH\031=L!\220\323C\021\240dh\030L\311\210A$\232L\203D\321=&CE\031= hh4h\032\000\000\000\000\000\003 \365\033Py!\006\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000j\177\252\240D\324\003CM\000\000\000\000hh\000\000\000\000\000\000\000\000A\200\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\022\232 \246\206@\021\210L\214\206\210z h\320\320\000\000\001\240\001\240\000h\320\002:\366 \267b\303Y\341\025\250,\226\207\313q\310 \034\312?\022\\l\233\215\315\002/\024':\223#U\227\360O\3650\2450 B\220\245!\"\"%\000\202\023$1Z\336w|c(\272lf\230LC\023\223\003\310\245\241\000\023*\343\032\213h\236q\005\244R$\340\344\225\256\252k`\213+J\341\254\210\304\034\260\214\334\036\020\010T\221h\352\214\2641U\237yw\230q\361x\217\305\373\324\376[\365#\326\030\343\204,~\237a\037\320?jV\177VX\247<cs\327\3112\311\326\360$\245\310TB\005\355\001\271\263f\343ua\206\222\205\254tkM\334\246*)^\354\365\240\230\277\344y\337F9\231\345\351h\322g\020!7\357\252[iM\207\2300\354 c51u\326\240m:\014\320\016\220e\014\206\003\325\230(j\341\347{\222\220*\321u\336\317\264\345\010\225@!k\356!\302\273\020F\037\200\035u.It\246F\025--_\234\233\255\376\no\333\2067C)\272\257\336\260H\314\021\222]\370!4\220\315)\271\357\360r\032wz\373\273\221IJ\\5\232*V\265\254RQ\214e\241!\006Z \201E\225\265\026\357\227\035\016|\304\224\346Nq\231\331\332\263\233V\270\347\034\210\317\230\247bs\023\004\303\360\273\r{\\]\210\231\317\303\271\315V\343\335v\200\272B\311\272\272n7w\367\367\335\335\3725I\211JRwwx\337\014t\3521\275#6\021}LE\311\272l\215,\241\204\032\304$\031w\035\241\t0.\230\t\003\260q>\364B\r&\322\332\336m>\203\325]r\345\344\250\344\214\013\201\256\333\340\026\033*\234Es\275\036\362WK\004R0\274\345;\365\254\200)\002w;\247\255RI\311(\204\222I \000+\266\311}]+Z\246A)&\022""\310\244\226\253\252\333\325[+\252\273\256\230,\227\225]p\000\000\026IzZ]Z\271u\255,\027=\212\263q\010W\272K\375\351d\036\037S\224\013\327y\242\231\263\364\361\303p\327WE$\240\357\2510\313\024\256RD,\346%\221\023\346\244\242I\341<D\263\036)\311\226u0\302S\367\t\362\351t0\205\275\263<\202\226\031\347\200c\003\330'\t\202\2428\n\355\222\270\010\222\221% \000\022\211B6>\\\366\006\nR\346k\241\213\263T%\242\010\261\220\327 *a,)\257\231U1\313B\001\027en\355\257k\342f\213\365\2041\027\265\2336\256\301\277\242\354\206(\245$\354\303\004\362\244\204\222\002\000\000P\000\200\031\372\252YvZa\031\337\226\242\306{\365\212P\236\246\254\322I$\222I\331\360\026C`L_R\234\256\332\216n\252\020@\257\227N\335\241{\336\031\3431\rS\235k\024H\325(\342Q\355\260\266\246\325\203\331\215c\342\220\226\3754\306\243L\005\262\370b\300\\\3226\330\324\300W\031\264\360\376i\257\232o\035\366\235w\020\033\200Bm)\t2BOp\265\003+\334^\214\362\004o1ol\031\367\363\266\304\001\257'8\333\r\246\340F\304+1\331\247=\3752/\337\311b^\302\000\000\000\000\021\021D>S\244\245\r\227\013N\250N\347\2640IY\004\264\360\304u\233x1\340\272;/\010\214\324+\242\316\315\242\201\261\262\023^\266\240\005\217B\310\255\212\031\211h*\223\326\356\205\005\255\016\244W\032\277\007S\274\031\201\354]\245z\303\".TB5K\0025\017{\013\023@(k\317&#\271\210\255\333@#\231C4\216\312\326\022\260\346\356\357W\270\025\343@\330`\261\002[j/T\267Sh\245\372v\251\246\370P\023\233\267\245\302\353\n\332X\025\263t\301\312\3313\247\317\350\277\002\347;\020\335\027\234\203\252)z\003\234\264\332\014h\300\314\014\344\024\251&\252\224\245+\305\257\021\207\206\231\204\332\2462c&2\304\305KR\321;Nz\341\276\006\242\356dc\016o\tu\204\216\206X\205\205\310\303\003\306W\001\"\010\220]\263\244\226H\245LH\302\01036\013\217\010R<\353\312\007\r\023\301\225&U0&0\362\335\246\252\322#\205Y]\367\311\227\235\2074+\316q\003\005RL\222@\222E(\272\210um\204X\031\257\2735\234\221\371\356W\023\270\235\335\325\354\262lHCM\213\001S\014\2632El\252f6\202\t,q#,&\323ODE\263\267\220\230\226,L""\t<%r\251x\220v@\"\021\320a\270X\350f\361\254:C\026\254\303HG w\314\3035_\000\rL\366%\314\3130\335\322Y,\201\303\t\230FSy\245y\212\032].\334\246\200\256\212\3360\033\266#\0228\321\306\2164q\251#Z&\211\242v\235\300\327`\0308\020\256L\010\331\342]\217\302\250R[\200\034\255\361\233]\211\203h\272\356\224#WX\372V\245\354pvN%'zy2\224\224\336q\273J\320\367\030\367uR\322f\000\3264\361\215\022s!\206J[8o\201!\205y\025Q\233s]#*\r\362z\344a\031\005\242Q\365\376\033\331\333$]-\265\201e(\r\240s\306\352:s\267\230_\264\321\331\314\211\3748\347\310\233\032,\312|\223\217\356\341\260\337l\\\322\206\271\273G\032\217d`o\305\232m\376\3568\240T\030\242~\256-4a\217>5KB\261\2547\001J\245Q\372\226vc\n\235F\0170:\265:T\260\366\210\023\204E@\243[\273H\341\270e\350\r[o\n\247\201\340\2453\n\205c\004+\265\261\242\235\306\344x&\344\266\214QE\254\366\014\332\276\273\211\016z}\311\233\003\3103\362\\\260s\225l\000\253\251\177\221\251\233\364\"\230n\347\204X\345\206\277\024\200\227#/\022\235\357X,\257@qr\363\037\353\207\032\361\371\344\256}z\365\237\344/\230\320/\311\022\241\t0\317\305\332s\320\222\256\374W\330\225\337\217\030\037x\201\207\216c?\004\235\310$\254I\017\004\202\203\312\t\216\304C\261\n\204=!3C\224\035\336T\032Hy7\376.\344\212p\241!U\217x\034";
|
|
26256
26256
|
PyObject *data = __Pyx_DecompressString(cstring, 1855, 2);
|
|
26257
26257
|
if (unlikely(!data)) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
26258
26258
|
const char* const bytes = __Pyx_PyBytes_AsString(data);
|
|
@@ -26260,7 +26260,7 @@ const char* const cstring = "BZh91AY&SY\334\337\024[\000\001Z\377\377\357\377\37
|
|
|
26260
26260
|
if (likely(bytes)); else { Py_DECREF(data); __PYX_ERR(0, 1, __pyx_L1_error) }
|
|
26261
26261
|
#endif
|
|
26262
26262
|
#elif (CYTHON_COMPRESS_STRINGS) != 0 /* compression: zlib (1746 bytes) */
|
|
26263
|
-
const char* const cstring = "x\332\245WIs\033E\024F\205\300&6\004\305Y\212%\320\206\244R\024D\304F\316b\004)%8\301\024\204(q\010\313\241\2535\323\222\007\217{\244\231n\331\2428\370\250\343\034\3738\3079\352\250\243\2179\372\250\243\177\002?\201\327=\213\266\031\010E\252F\356\376\336\353\267\277\327\235\2737\312_\
|
|
26263
|
+
const char* const cstring = "x\332\245WIs\033E\024F\205\300&6\004\305Y\212%\320\206\244R\024D\304F\316b\004)%8\301\024\204(q\010\313\241\2535\323\222\007\217{\244\231n\331\2428\370\250\343\034\3738\3079\352\250\243\2179\372\250\243\177\002?\201\327=\213\266\031\010E\252F\356\376\336\353\267\277\327\235\2737\312_\224oU\357U\277\255no\3336m\021\0335\034\307\246\204\241.\261\005\335D\217\034\216(sDk\027Y\254-82\t'\000R\304w\tG\367{|\327a\310\362\220Im\253A]\302\251\335C\036w-\203SW11\364x\353\361\365\312\355\n\"\314D.\375\235\032\334C\236h\0306\361<\352!\247\211\032\302\262\271\305\020\357\265\251WF\333M\324s\004b\224\232\210;\250\r|\223\007\370.e\310\243\\-\3205\302\230\303\t\267\034\206\341\270\305Z\327\220i\271\240\304\352Ru\372\001\261=Z\376\261m8&E\016x\000\372\\\302Z\024\335\270\276\276\261\261\211\252\365g\314\244M\213\2016G\263m\"b\232\030\304\322j\243j\232\006?D\302S\266\034X\006-\353\375\001\361\0200h\274lZ\036i\330\224\3160\3229F\312\024_\313\250\356V-\313\213v&s xM\"l\2160v\251)\014\21212\205\266\2369\354:\004\263kAj06,fq\254,C\215\036\247\036\030\337\251\252`\263\226\347\010\327\240_s\262G\261\246!\203@JM\324t\\d[\036\327\024\023\3222I\320\234\232\242X\262) \177N\326\276\327j\023c\357s\303qi\271\335;\274G<\372\rU\261\273'\232M\352\316\356\313\251g\206\256\030\21438 \245\240\221\377\003\217kF\276e\021\232\266C\370\355,\212\305\370Z\016\276\236\203Wr\360L\371\020\240,X\344\351\025y\212E\236f\221\250\336b\3231\236\334g\307x\206#3\306S<\304\033\307x\212p\340\346\023\306\301\237\245$A\310\300\327s\360J\016\236)?\016\376,,\362\364\212<\305\"O\263\016\376dF\242\365}~\230.\346C?I\232\213\371\2308n\327\031L5\352\014\244\032o\006\002\347g\020.\332\366\224\007\321\032\350\351b\336\330I\322\234\261c\"\214\377\310\326iH\231:\215x\264#(3\350\014\312\335i@_1\217\034Fw`\354c\374\270w\010\3377 \r?\242\207\374\tm>%\315\251V\230\335\317{\222\3011\347\320\034O:<\262(\252\216r\360\365\034\274\222\203g\312\027y\nD\236\006\221\247B$:&\363?\273\317\216\331\277M\2119\236\264\347\263(\211KY=\237\203Wr\360L""\371\"O\201\310\323 \362T\350\230\355\374\020]g[\256\353\270\030\307/\n(\311d\026\022\257\307\014\313)\303u\007/\010x)x\nv\\\223\272\206\r[\260\024s\227\030\264\001R\224\002\303l\210\246\372\260\356J]\351\246N\027n\272\316~$u\022P\315\215u+\341\344\217\351\030\030S\220\241>\2346\014\325\036$k\023:\005~1n\n\006\354\030\267\222\324aly85\330\342t\337\263-\316m\240\354\023\260\027\376\355SN\364\243Jo\034S(\"\254\\\007S\006\257\n\n\004\270\351\201\227\221}Mb\364\000c\025\252\266\323\206\205K\333\304\005B:\031\222y09\005\342\336O\035\000v\350tc\227\032{\236\330\217v.\365\340\375\023\255c\363\325\222\353\301\240V\202\265-c\017\354\233\275\0363\310\2239\236!\317\266M\006y\376t\227\253w\232r\277#\210\035\205\"y\211\244\263#\036\025\361d\210\007A\334\367\321\033!i\366\244\267\223VN:w\374\370\233k\321\024\240\207\2529\355\246n\3218+\260\212\337\217\023\215\2133\232\330s\\\256>\274G{\036\220\334\210\016\246\tx\222\367\274\361e\224^A\351\305\223\\7\343K\006c\305\010\277\361[P5\007\325\031\203p\302^\264\341\277\n\024\236\275\251!:\373\372\007\352\252K]O\275\331q\362\254H'J<@\342y\021\217\207x\032D\027~2\002\222\216O\032<\351\347\243\302_\213\257\274\266\334\377Z\226\344'\301Z\3600\2745X=*\234\026\227\372w\345\252\274\023\324\202\347a\355\2506Z|O\256\215\026\317\366\271\377\245$\362 \201\210\360\245~\005\300;\362Ap=\354\014\n\243\305\345\376w>\361;\021\363\206|#(\005W\002\3622\254\013\262\023\024\203TjO\276.\367\303\265\260\2262\236.\276\355\353c[\376\005\330sy3X\tj\243\345\267\375\263p\2640\261(\371%\377j$\271\363\037\344\335\0166\302\005\260\355\354\260s\\H\017\277/k\231\256GR\016$\rn\205\253\341\232\202\0208\360\375\2400(\215@\364\222\334\010\nAi\016_\226[\020\224\3259\374\ry\001\024t\346\3603\362\252\362J\341W\203\235\260t:\016\234\362\253\343/\200\021\255\340\247\360\253aax\371\230\034\203c\347\375\207Q\302\376\220+\262&\353\247\213o\366\237\371W\374\226\334\t\336Q\326\216\336<\367\277\266\037\373?\277\374\366#\177;\336n\016~\031\222a\357E!\013\376\343Eityu\0328]\274\010""\256ve]\305{\333\257\373PJ\247\213\227\341\\I!\337\313\202,E\331\251\370\035y&\251\265\313\362Yp-,\205\253\343\314\365\302WU\366#\352\257\201\247\215\033\227\302\005\220m\312kJl\254\361TW\306%\371\026\244\274\033\326\325\301\230r\024\027\304\035\010\355\023]\022\235I\350'(\243Bx1\324\340\273r5\263z&\241\203P{5\206\014ez\304%\374\232\277#K\321\246\353?\327\362+A\017\252ceP\033\324\217\n\243\342\231\376\247~=\352\345\267\372;~iT\\\356?\364\327\374\007\362\263\200\214\212\013G\335\376s\177K\236WQ<\347\203=\227\224\307\227t\305C\355*\016\325+'g\327\006\347\007\365Ak\370\333\213\205\027\3001\205\024\306\n.\352\336;\037\324_^\321F\260\020t^R\321I\361#H\336\205\220\204|\2609\324\036\226a\323U\316\236\026?\224\235\023tc\2604\374\362x\357\244\376dT\\9Y\3718\270\255;\033\344\377\351\337R\021_\037\254\236|\361\340\230\235\354<\033\3014[;)\336\035\202\352\017\240[o\206%\265\330\013\317\205\353\341\323\250\313\226\3727\375\017T\227M4WvE\334W\031\031-CZ!\004\245t\3617\200\303\030\337";
|
|
26264
26264
|
PyObject *data = __Pyx_DecompressString(cstring, 1746, 1);
|
|
26265
26265
|
if (unlikely(!data)) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
26266
26266
|
const char* const bytes = __Pyx_PyBytes_AsString(data);
|
|
@@ -26268,7 +26268,7 @@ const char* const cstring = "x\332\245WIs\033E\024F\205\300&6\004\305Y\212%\320\
|
|
|
26268
26268
|
if (likely(bytes)); else { Py_DECREF(data); __PYX_ERR(0, 1, __pyx_L1_error) }
|
|
26269
26269
|
#endif
|
|
26270
26270
|
#else /* compression: none (4642 bytes) */
|
|
26271
|
-
const char* const bytes = "?0.3.
|
|
26271
|
+
const char* const bytes = "?0.3.7<B<H<IIllegal boolean value: Not enough input dataNote that Cython is deliberately stricter than PEP-484 and rejects subclasses of builtin types. If you need to pass subclasses then set the 'annotation_typing' directive to False.Opcode out of range 0-255: <QUndefined opcode: add_note<b<ddctx used twice.dctx was not used.disableectx used twice.ectx was not used.enablegc<h<iisenabledno default __reduce__ due to non-trivial __cinit__not bytes: <q<stringsource>take_bytes called for listtake_dict called for bytestake_list called for bytestake_str called for listtmsgpack/core.pyxBaseDecodeBufferBaseDecodeBuffer.__reduce_cython__BaseDecodeBuffer.__setstate_cython__BaseDecodeBuffer.rd_bytesBaseDecodeBuffer.rd_float8BaseDecodeBuffer.rd_int1BaseDecodeBuffer.rd_int2BaseDecodeBuffer.rd_int4BaseDecodeBuffer.rd_int8BaseDecodeBuffer.rd_strBaseDecodeBuffer.rd_uint1BaseDecodeBuffer.rd_uint2BaseDecodeBuffer.rd_uint4BaseDecodeBuffer.rd_uint8BaseEncodeBufferBaseEncodeBuffer.__reduce_cython__BaseEncodeBuffer.__setstate_cython__BaseEncodeBuffer.as_bytesBaseEncodeBuffer.wr_bytesBaseEncodeBuffer.wr_float8BaseEncodeBuffer.wr_int1BaseEncodeBuffer.wr_int2BaseEncodeBuffer.wr_int4BaseEncodeBuffer.wr_int8BaseEncodeBuffer.wr_strBaseEncodeBuffer.wr_uint1BaseEncodeBuffer.wr_uint2BaseEncodeBuffer.wr_uint4BaseEncodeBuffer.wr_uint8DecodeBufferDecodeCtxDecodeCtx.__reduce_cython__DecodeCtx.__setstate_cython__DecodeCtx.take_bytesDecodeCtx.take_dictDecodeCtx.take_listDecodeCtx.take_strDecodeCtx.take_tupleEncodeBufferEncodeCtxEncodeCtx.__reduce_cython__EncodeCtx.__setstate_cython__EncodeCtx.put_bytesEncodeCtx.put_dictEncodeCtx.put_sequenceEncodeCtx.put_strEncodeCtx.put_valueNoneType__Pyx_PyDict_NextRefSafeDecodeBufferSafeDecodeBuffer.__reduce_cython__SafeDecodeBuffer.__setstate_cython__SafeDecodeBuffer.rd_float8SafeDecodeBuffer.rd_int1SafeDecodeBuffer.rd_int2SafeDecodeBuffer.rd_int4SafeDecodeBuffer.rd_int8SafeDecodeBuffer.rd_uint1SafeDecodeBuffer.rd_uint2SafeDecodeBuffer.rd_uint4SafeDecodeBuffer.rd_u""int8SafeEncodeBufferSafeEncodeBuffer.__reduce_cython__SafeEncodeBuffer.__setstate_cython__SafeEncodeBuffer.wr_float8SafeEncodeBuffer.wr_int1SafeEncodeBuffer.wr_int2SafeEncodeBuffer.wr_int4SafeEncodeBuffer.wr_int8SafeEncodeBuffer.wr_uint1SafeEncodeBuffer.wr_uint2SafeEncodeBuffer.wr_uint4SafeEncodeBuffer.wr_uint8TMsgpackError__annotate__as_bytesasyncio.coroutinesbyteordercline_in_tracebackcodecdbufdbuf_take_valuedecode_from_bytesdecode_from_list__dict___dict__doc__ebufebuf_put_valueencode_valueendextend__func____getstate___is_coroutineitemslittle__main____metaclass____module____mro_entries__msgn__name____new__packpop__prepare__put_bytesput_dictput_sequenceput_strput_value__pyx_checksum__pyx_result__pyx_state__pyx_type__pyx_unpickle_BaseDecodeBuffer__pyx_unpickle_BaseEncodeBuffer__pyx_unpickle_SafeDecodeBuffer__pyx_unpickle_SafeEncodeBuffer__pyx_vtable____qualname__rd_bytesrd_float8rd_int1rd_int2rd_int4rd_int8rd_strrd_uint1rd_uint2rd_uint4rd_uint8__reduce____reduce_cython____reduce_ex__self__set_name__setdefault__setstate____setstate_cython__sortsort_keysstartstatestructsystake_bytestake_dicttake_listtake_strtake_tuple__test__tmsgpack.core_typeunpackupdateuse_setstatevaluevalues__version__wr_byteswr_float8wr_int1wr_int2wr_int4wr_int8wr_strwr_uint1wr_uint2wr_uint4wr_uint8\200\001\360\010\000\005\014\210>\230\021\230)\2401\240G\2507\260!\200\001\340\004\013\210?\230!\2309\240A\240W\250A\200A\330\010\033\2301\330\010\017\210t\220;\230a\230w\240a\240u\250A\200A\330\010\013\2104\210t\2209\230F\240-\250q\260\001\330\010\014\210J\220a\220q\330\010\017\210t\2205\230\t\240\021\240$\240a\200A\330\010\013\2104\210t\2209\230F\240-\250q\260\001\330\010\014\210J\220a\220q\330\010\017\210t\2205\230\007\230q\240\004\240A\200A\330\010\013\2104\210y\230\006\230m\2501\250A\330\010\014\210J\220a\220q\340\010\020\220\001\330\010\014\210E\220\025\220a\220t\2306\240\023\240A\330\014\020\220\017\230q\240\001\330\014\020\220\017\230q\240\001\330\014\021\220\021\220%\220q\330\010\017\210q\200A""\330\010\013\2104\210y\230\006\230m\2501\250A\330\010\014\210J\220a\220q\340\010\020\220\001\330\010\014\210E\220\025\220a\220t\2308\2405\250\007\250q\260\017\270q\300\001\330\010\017\210q\200A\330\010\034\230A\330\010\017\210t\220;\230a\230w\240a\240u\250A\200A\330\010\014\210J\220a\220w\230e\2407\250!\2501\200A\330\010 \240\004\240L\260\001\260\021\330\010\020\220\013\2305\240\001\240\021\200A\330\010 \240\004\240L\260\001\260\021\330\010\020\220\014\230E\240\021\240!\200A\330\010 \240\004\240L\260\001\260\021\330\010\020\220\t\230\025\230a\230q\200A\330\010 \240\004\240L\260\001\260\021\330\010\020\220\n\230%\230q\240\001\200A\330\010%\240T\250\021\340\010\014\210J\220a\220q\330\010\013\2104\210q\220\007\220w\230g\240V\250=\270\001\270\035\300a\300q\340\010\024\220G\2301\330\010\017\210z\230\023\230A\230Q\340\010\r\210U\220$\220g\230T\240\031\250!\2501\330\r\022\220$\220g\230T\240\031\250!\2501\330\r\022\220$\220g\230T\240\031\250!\2501\330\r\022\220$\220g\230T\240\031\250!\2501\330\r\022\220$\220g\230T\240\031\250!\2501\330\r\022\220#\220X\230T\240\031\250!\2501\330\r\022\220#\220X\230T\240\031\250!\2501\330\r\022\220#\220X\230T\240\031\250!\2501\330\r\022\220\"\220I\230T\240\031\250!\250:\260Y\270a\270y\310\001\330\r\022\220\"\220I\230T\240\031\250!\250:\260Y\270a\270z\310\021\330\035!\240\031\250!\250:\260Y\270a\270z\310\021\340\010\026\220a\220v\230Q\330\010\014\210I\220Q\220a\200A\340\010\035\230T\240\021\330\010\014\210L\230\001\230\021\330\010\017\210t\2204\220q\230\n\240$\240a\200A\330\010\035\230U\240'\250\021\250!\330\010\017\210t\220;\230a\230y\250\003\2501\250A\200A\330\010\035\230Z\240s\250!\2501\330\010\014\210J\220a\220q\340\010\025\220Q\220d\230'\240\021\330\010\026\220a\220v\230Q\340\010\014\210E\220\027\230\016\240a\240v\250Q\200A\330\010\026\220a\220v\230Q\200A\330\010\017\210t\2209\230A\230R\230w\240a\240q\200A\330\010\017\210t\2209\230A\230V\2405\250\001\250\026\250q\200A\330\010\032\230!\330\010\017\210t\220;\230a\230w\240a\240u\250A\200A""\330\010\017\210t\220;\230a\230w\240a\240w\250a\200A\340\010\017\210t\220;\230a\230w\240c\250\021\250!\200A\330\010\017\210u\220A\220T\230\021\200A\330\010\017\210v\220W\230A\230V\2404\240y\260\001\260\023\260A\260Q\200\001\330\004\n\210+\220Q\200\001\360\010\000\005\016\210T\220\021\330\004\014\210G\2201\220F\230,\240a\330\004\007\200v\210W\220E\230\024\230Q\330\010\022\220!\330\010\027\220q\340\010\027\220t\2308\2407\250!\330\004\007\200q\330\010\017\320\0171\260\024\260Q\260g\270[\310\007\310q\340\010\017\320\0171\260\024\260Q\260g\270[\310\001\200\001\360\010\000\005\016\210T\220\026\220t\2306\240\024\240Q\330\004\014\210G\2201\220F\230,\240a\330\004\007\200v\210W\220E\230\024\230Q\330\010\022\220!\330\010\027\220q\340\010\027\220t\2305\240\007\240q\330\004\007\200q\330\010\017\320\0171\260\024\260Q\260g\270[\310\007\310q\340\010\017\320\0171\260\024\260Q\260g\270[\310\001\320\004\"\240'\250\025\250a\250t\260:\270Q\200\001\330\004.\250a\250v\260Q\200\001\340\004\037\230q\320 0\260\013\270;\300k\320QR\330\004\023\320\023#\2408\2501\250A\330\004\007\200|\2207\230!\330\0102\260!\3203F\300n\320TU\330\004\013\2101\320\004?\270q\330\010\036\230e\2406\250\021\330\010\036\230k\250\022\2502\250S\260\001\260\021\330\010\013\2106\220\036\230q\240\001\340\010\014\210J\220a\220q\330\010\025\220Q\220d\230'\240\021\330\010\026\220a\220v\230Q\340\010\014\210C\210u\220A\330\014\032\230!\2306\240\021\330\014\032\230!\2306\240\021";
|
|
26272
26272
|
PyObject *data = NULL;
|
|
26273
26273
|
CYTHON_UNUSED_VAR(__Pyx_DecompressString);
|
|
26274
26274
|
#endif
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# THIS FILE IS AUTOMATICALLY CREATED BY build_pyx.py
|
|
2
2
|
# DON'T EDIT THIS FILE. EDIT THE SOURCES, INSTEAD: tmsgpack/src-parts/*
|
|
3
3
|
|
|
4
|
-
__version__ = "0.3.
|
|
4
|
+
__version__ = "0.3.7"
|
|
5
5
|
|
|
6
6
|
from libc.stdint cimport int8_t, int16_t, int32_t, int64_t
|
|
7
7
|
from libc.stdint cimport uint8_t, uint16_t, uint32_t, uint64_t
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|