tmsgpack 0.3.8__tar.gz → 0.3.10__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.8/tmsgpack.egg-info → tmsgpack-0.3.10}/PKG-INFO +1 -1
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/pyproject.toml +1 -1
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/tmsgpack/core.c +15 -15
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/tmsgpack/core.pyx +1 -1
- {tmsgpack-0.3.8 → tmsgpack-0.3.10/tmsgpack.egg-info}/PKG-INFO +1 -1
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/MANIFEST.in +0 -0
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/README.md +0 -0
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/build_pyx.py +0 -0
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/setup.cfg +0 -0
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/setup.py +0 -0
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/tests/test_build_pyx.py +0 -0
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/tests/test_codec.py +0 -0
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/tests/test_round_trip.py +0 -0
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/tmsgpack/__init__.py +0 -0
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/tmsgpack/api.py +0 -0
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/tmsgpack/codec.py +0 -0
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/tmsgpack/src-parts/01-imports +0 -0
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/tmsgpack/src-parts/02-constants +0 -0
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/tmsgpack/src-parts/03-encode-fn +0 -0
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/tmsgpack/src-parts/04-decode-fn +0 -0
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/tmsgpack/src-parts/05-encode-buffer +0 -0
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/tmsgpack/src-parts/06-decode-buffer +0 -0
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/tmsgpack/src-parts/07-encode-buffer-slow +0 -0
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/tmsgpack/src-parts/08-decode-buffer-slow +0 -0
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/tmsgpack/src-parts/09-exceptions +0 -0
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/tmsgpack.egg-info/SOURCES.txt +0 -0
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/tmsgpack.egg-info/dependency_links.txt +0 -0
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/tmsgpack.egg-info/requires.txt +0 -0
- {tmsgpack-0.3.8 → tmsgpack-0.3.10}/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_10 __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.10" # <<<<<<<<<<<<<<
|
|
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_10) < (0)) __PYX_ERR(0, 4, __pyx_L1_error)
|
|
24667
24667
|
|
|
24668
24668
|
/* "tmsgpack/core.pyx":13
|
|
24669
24669
|
* ctypedef double float64_t
|
|
@@ -26242,33 +26242,33 @@ static int __Pyx_InitCachedConstants(__pyx_mstatetype *__pyx_mstate) {
|
|
|
26242
26242
|
static int __Pyx_InitConstants(__pyx_mstatetype *__pyx_mstate) {
|
|
26243
26243
|
CYTHON_UNUSED_VAR(__pyx_mstate);
|
|
26244
26244
|
{
|
|
26245
|
-
const struct { const unsigned int length: 9; } index[] = {{1},{
|
|
26246
|
-
#if (CYTHON_COMPRESS_STRINGS) == 3 && __PYX_LIMITED_VERSION_HEX >= 0x030e0000 /* compression: zstd (
|
|
26247
|
-
const char* const cstring = "(\265/\375
|
|
26248
|
-
PyObject *data = __Pyx_DecompressString(cstring,
|
|
26245
|
+
const struct { const unsigned int length: 9; } index[] = {{1},{6},{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
|
+
#if (CYTHON_COMPRESS_STRINGS) == 3 && __PYX_LIMITED_VERSION_HEX >= 0x030e0000 /* compression: zstd (1738 bytes) */
|
|
26247
|
+
const char* const cstring = "(\265/\375`#\021\0056\000\372E\240\016E\000\221\250\r\374?\337\273\377=\337\253\357=\225\240_\372U\307\327T\342O\030#\332\346\312&\221\345\271\332ZR\254\224\037\226Z\332_T\t\300\330lcq\262A\365\310\0049/\213\377\222*4\217)\006\342L[\r\306\000\300\000\335\000T\364\"\232\250\352\356\276\231$\246\332\007b\t\363\361Iap\2061?5Md\022\325\250i\022\252\330JO\256U\027\222\010\252\240\240\234\224\230@GUy?[\350\232\235\034\213\217\343M\2628\213^\252A\022T\245\261Z\372\362m\255\222\004\276cX\375\345\261\344\240}\250\271W\230m\007O-\360\203\235\353\036V\372\033\315&x\262\020;\306r\233\246\214!\376\3516\374B\255J\030J\t\225\264Xi\001\353\365\237\364>\206\335\346/\257\233\350\346\032\304\024V\373\362\035\t\370\362\345\241\313\227\032\374\314U\n_P\331V\207oW@\025\317\233d\301*}\263\326\0047\211\362mki\021\235\020\215\020\231\200>\033>&\"\002[\326\254|\217\261R\251\332\376\351\206U\3764b\212\212\263\346S\214\232G\217qZ-F\225\275\247\030O\331\244M\223Oy?n\363\272v-\366J?\333k\347\307\322Y;,c\274\366\336\025\025\245\223|qr\027\037\343+b\211\230\256E\214\316u%\257v\305}\237\325\363\3523\267q\371c\236\304\205\301\262\256\204Nr\350\004\364\225\246\274\264\333I\273\377\216c\234\237\353\247S\036\341%\034\313\0211\035\367\361k\247\206\324\224\034\n\253~R\3551\335\340\265\247m\223\023FO\311\017\341\363f\213\357c\321\n\373w\246\030\237V:7IY\364~I\2655k0F\237Y\363\033#\374-Kh\253\206i%\317\202\205]`5\262\txV\366G\346m<\224\355\021\313\\\033W\n\010\372<_\007\3177\314h?\330\314\254^ \035\037\212\227\262\262\2403\235m@4\202\217\330\310\013\3618\354\037\321+\032A\247f\364\201>\325\036\260\273\221\307\361V\273Cz\025\274\314#\260QVZj\024\255\217Nl\343Z}%\036\313\366\020jydOz0[\356\017\372[ \235\030h;\350\304F2\243/\2067\362<l\317\026\321\362\340\324ld<\256\016\237\t\017\344]\330\331\016\321\372\020\000\240\223c#C\361u\226\343\254q\271\346\217\177\214\270\303?\363\305\235\247\342_\213\343i\213\361M\346\225I>\313\267\324\244\\\315\\\367\277e\354W\225qj\372\313\274\222\363\313Y.F\030\257*Y\235\336\257""\036\355\365\031\211\010\232\303\213\357\344K\360\245\262\217C\204\227\010\016\014\024s)\301\352\014\313\006\230\307u\322A\343H\361(\204\300B81\027$Xj\346\303\313\303e\002a\253-\201\365y\251\270\376\223\337\310\004\016l\345u\220<\021\005\033\232\016\232\032/\224\213\344\022q\201@`\013\026\350\004\"{E\307h\261d:81\351e\330,\032\244M\264>8\261L\227Z\007H\032C\253\000'\266\221!\271F\256\220\316\013\305\320\254l\227\364H\347\371\301xv\203O\301\267\201\261r\341\201\364\261\016\354\0055$[\033\301\036\215\000_\347\371\262\217\304s)\260W:\224\355\315N\221A\350\324h\222n!m\226\002\017\204XFscC\323\275\344k\206K\245EO\220\241)$0\020c\340\2256JW\320.-\003\235\032\322\036\355\220}\303\204\026\231\2213\020^\233\027\210\017\206\207\352\320\253\232\354\013\201\205\250\241\241q\206fDD$\005I\n\031\016\241\014Q\2329\307\324\003\222i\260\244@\014\021\302\010!\220P\005\222\nR\036\205\264\006\244\r\224\264\353\356\320T\tRAo\260z\247\225\230\312hs\020Xl'}>\031\r\355\352\276Q\322v7\362D\027x\013<\257\234/pa\026\303\341\325\005\273\3737\335\244\323\205\034\274\275l*\310_\206\365\314U\357\323\204\260\224\004\244\236\353\035Bt\264\t\000\224\352\340\263\001\346\354\244I\023\304]\314PI\246\030\262\005\374x\301\232\211\377\365\253\031\366\200\035Tj3h\264\237:\016l\000u\207\236\002\240\271\275@D\034\336\304\223\320\315\345x\213\327I\014\347~\335$\360\004$\203\256#\006\006{\020\311\312\210%8m\265\341\366C\320\330\326\350!\333[\026\237\343\206\\%#a\350\333\006\350\211OL\236YM\016\203\337\033\000\221\177: \223(\355\326lR\236'78\323\005#\0034V(;\205\t\266C\336\346\255:}\233\274b}\361\r\310@\204\367Q=\"\220l\206\224\210P\251\n\325h\241k\031\300\026&^\003\334\211Q\004(\261q\326\312Y\361\007\365\306-\331\321LVN\305\371\324f\250\302\030R\275\247\276QLG\340\316\034\362y\341-\tC\252k%SS\264\027\350\243d7\355\203\000\324\244\267\212s\221\357\212\340\213\021\254wQ\241\030 \251\203\224\\P\351\007\325jD\255px\214\216\r\021\260\362\374\257\263;\007\213P\026\273@\345mqs\302qwO\017\375\366H\371\204\030\313\177fH""\340\313\004\217u\360\032\347LJ\270H\366\350U\266\177\016\234\230R\300=\254\224\356Ro\336\320R\375\214\276P\212\214$[z\377\367\212}\242\031\331\t<\016T'N/\340\215\202,\223\205\302\313\267\235\177f^\3764\362,\t\243E\271\330\020\345\376Ph\351\354\257\n\225E\332\300S\221\355V\306\213\202sVbteo\227\030<\367\377\262S4nfM\\\003\222\323\032NxV^\301-V{R\321\356\005\024\r\033\001h\221\200\370\034\010\233\212\244zq\014\004\342\020\345hYr\316\314p;}ZI=n\026\322E\313\034x\315\000\007}\237\200e\361\323\370x5*.\260T=\233\236J\0373=\326\016.\201\354`@\246\273!\217\222\337\026\360\347\353Q\345\213\003uWp\342SIOe\277\016\361Q\242\333\243P\037\000*\212\266\371X\266{\2301\025\201\263\261\311\206\361\375L\314\2310\357\330\217V(\311\002#\017\300\020\322\016G\023\345\321\362uh\247tM\177K\215\032\350\324\r\236\306\373\361s\353\221\216\373HC\207\253\375G\274\306\306\367\203:o\235\374\354\300\016\231\2442\334\274`:\005\346\030\236\275\224\300\234f\224\213\001\351\306\000\316\203\300\323\245\252J\213\251\324,\302`fPy\027v$\262\367\202\022UF\350O\364\031j";
|
|
26248
|
+
PyObject *data = __Pyx_DecompressString(cstring, 1738, 3);
|
|
26249
26249
|
if (unlikely(!data)) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
26250
26250
|
const char* const bytes = __Pyx_PyBytes_AsString(data);
|
|
26251
26251
|
#if !CYTHON_ASSUME_SAFE_MACROS
|
|
26252
26252
|
if (likely(bytes)); else { Py_DECREF(data); __PYX_ERR(0, 1, __pyx_L1_error) }
|
|
26253
26253
|
#endif
|
|
26254
|
-
#elif (CYTHON_COMPRESS_STRINGS) == 2 /* compression: bz2 (
|
|
26255
|
-
const char* const cstring = "BZh91AY&
|
|
26256
|
-
PyObject *data = __Pyx_DecompressString(cstring,
|
|
26254
|
+
#elif (CYTHON_COMPRESS_STRINGS) == 2 /* compression: bz2 (1854 bytes) */
|
|
26255
|
+
const char* const cstring = "BZh91AY&SY\230rL1\000\001[\177\377\357\377\377\277\376\257\377\377\277\367\377\370\277\377\377\364@@@@@@@@@@@@@\000@\000`\007n\371\310\353Tsww-\213f\235\335\322\203\200\201$\220\211\033S!\243\322m\021\355&\2313)\003A\223\324\364\232\031\014 \321\246\203\0204h\321\241\352z\214\311\211\244\022I\244\3104\0216\246F\232\221\223\324\000\006\200\000\000\000\000\000\0002\017Q\265\006A\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\246\323@MO\004Sh\310i\r\244\006A\220\r\000\310\000\000\031\000\006\215\006\215$\255d\026\354Xk<\002\265\005\222\320\371nI\004\003\231I\341J\353&\272\346\201\027\312Q\312\244\310\325e\374\023\375L)L\010\020\244)HH\210\211@ \204\311\014V\267\235\337\020\312.\233\031f\023\020\304\344\300\362)\200 \002e\\cI\202\211\347\020`\"\221'\007$\260:\251\251\202,\255+mdF \345\204f\340\360\200B\244\213GTe\245\212\254\373\213\274\263\227\223\302~O\332\247\362\237\241\036\220\307,!c\370\235T\1770\375iY\374\331b\234\362\215\317_Ne\223\255\340IK\246TB\005\355\260\331\257^\306\361a\206\222\205\250tjM\337\246*)^\354\364\340\230\273\210\364\273\030\246f\352\317o9\230@\204\337\316\231hJl<\301\207a\003\031i\207\337\353?'X6\2161\215\303\242\031\3378\200\352\324\031\364\331\312\366\251@k\314_\277\353\373\020ZH\233\203\236bU+\301\004\003\360\003\244\341\340\227\212\031\002\213\023c\345.\363{~'\355\312\221\201\234\323_\300`\303\224#\034\274@Bi!\232Ss\342\344q\031\366ol\331\024\224\245\277Y\242\245kZ\305#\030\306ZR\020j\323\004\n,\255\250\267qq\333vS\022S\2319\306g]j\320e\300\343\2342#6R\235y\314L\023\017\312\353k\332\345\365\342g2\335\234\245\203\026\343\264\005\322\026\246\350\347q\303\273v\347w~}RbR\224\235\335\3367\303,\365\231^\221\216\021}lF\t\272lm,\201h5\210H2lv\204$\300\271\340$\016\301\300\373\262\007T[kDUW\212'z\365?\336\334\316\334\234\276\n\376}\321\256\331:\310k\361\026\306\002WJ\374R-y\312{U""\254\200)\002w<\007\255RI\311(\204\222I\000\000\256\333%\365t\255j\231\004\244\230K\"\222Z\256\253oUl\256\252\356\272`\262^Uu\300\000\000Y%\351iuj\344\255i`\2736*\307\220B\275\322_\347{\250<\016\207P\013\327s\246\230\350\360\362\303\200\331Wv\222Pf)r\246\013\013\216\221)\234\304\302\022\204\344\224)<'\210W\211\342)s\016~@aJ\341>L\356\206\020\267u\346\220R\3034\357\214_{\004\3410TF\361]\005\227\001\022R$\244\000\002Q(F\307\311\236\300\301JI\232\350d\354\325\ti\202,d5\310\n\230K\nl\346\325L\265i@\"\355V\360\337\013\341\212Ol\335\204=|&\335x]\325\347\206\203\027\224\243\004\204\025ifa\231\200@\000\n\000\020\003?UK.\3070\214\317\310Qc>\325b\224'\245\2534\222I$\222v{\345\220\327\323\033J3\225\333\321\307\242\204\020+\352g\277h^\367\206\210\314CT\347J\305\0225J9\024{l-\251\265\340\366eX\371$%\272\231\306\2438\013\212\370d\300\\\3227\330\326\300W\031\264\360\376)\263\234m9\371\354\270\200\334\301\t\263HI\222\022{\205\254\031^\342\365'\214#u\214\035\340f\343\346mh\003V>Y\2408\315\274\215hVb\263>m\254\3620_\311b^\302\000\000\000\000\021\021Dg\325:JP\342\270Y\353\204\356{C\004\225\220K>8\216\261\332\031s.\217\025\341\021\232\205tZ\031\264\3208\233P\232\365\275\000,z\026Eq(bKIT\236\267t'Z\220\352Eq-\250:\036\020\314\017b\355+\326\030\321r\242\021\246W\321\244{\326\242h\005\r\232$\304x2\025\273\350\004shc#\254\265\204\2549\334;k\340\n\362\240m.\261\201\233c=s/\340Y\312\331r\313~\320\2204\r\325\307\216\rF\326\3275\3609\220M\303\200\352\322\215\323\233\035\310yF\350\037\n\203?\2468\305e\3159,^\244\n\242\nT\223UJR\225\342\327\210\303\303L\302mS\0311\223\031bb\245\251j'\200\346-\375\2404\227rc\020r\267\313\254$srD+\\\213`x\310\340$9\022\013\261t\222\324\212T\304\214 \203\026\301r\341\nG\255\274\240q\321<\031ReS\002b\336C\264\325ZDo\253+\307|y9v\345\205y\316\000`\252I\222H\022H\245\027A\016\260XE\201\227i\331\254\342\217\327ep\273\211\335\335^\311&\302\2044\330\260\0250\325\213$V\312\246cx \222\313\"2\302m4\364D[B\363S\022\303\205\201'\204\256U/\022\016\310\004B9\2546\373\034\334""\276]\207<c\002\3124\204q\007E\230f\253\337\001\251\232\304\2719&\033\231\313%\2147\3413\010\310n\264\2571C;\245\336\224\333\n\355\326\361|\334\261\030Q\302\216\024p\243\205I\032\2214M\023\300s\206\272\370\301\274\205r`F\277&\354]*\205%\260\003\272\343\214\332\254L\034b\353\271\360\215=3\260\264\257g{\262p);\323\316\224\244\246\363\215\312V\207\272\307\267]-V`\r\203[$\324'\262\030d\2463\206\331/\330W\320\324\031\253{\3223\240\336(.&\021\226Z0\215\257\311_Kl\207\007\366\261l\245\001\270\016x\376#\016}v\026\352i,\346E\016\014\243\342N\221\016\204\\S\317\325cm\254t\364J?\002\275,\232]a\201\267,\304\337\356\313\212$c\024\215\333\213\324\214\201\347\306\216\320\254l\215\276S\216\240\374v~\262\005\024l\0360uX\251\323\310\373\220'\010\206\211J\257j\231\301p\317\363\rV\266<y\257\0059\270\364j\230\301\341kcC>\353\221\233;1\265!\206\035\227\261\247T\325\270\220\347\250\\\233\266<\203O1\313\033IU\305\n\232\370\231z\372;D3J\372a\016Q\276\330\202\277\t\227\371\375(\260:!eyC\206\367A\376\240]]\377$\265\223\251\324\361\345\3344#\254l0\351\2643\333\301\305\366\274Zi\263\312\321\316\352J\264\tA4A\201Jrw \222\261$<\022\n\017(&;\021\016\304*\020\364\204\315\016PwyPi!\344\337\370\273\222)\302\204\204\303\222a\210";
|
|
26256
|
+
PyObject *data = __Pyx_DecompressString(cstring, 1854, 2);
|
|
26257
26257
|
if (unlikely(!data)) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
26258
26258
|
const char* const bytes = __Pyx_PyBytes_AsString(data);
|
|
26259
26259
|
#if !CYTHON_ASSUME_SAFE_MACROS
|
|
26260
26260
|
if (likely(bytes)); else { Py_DECREF(data); __PYX_ERR(0, 1, __pyx_L1_error) }
|
|
26261
26261
|
#endif
|
|
26262
|
-
#elif (CYTHON_COMPRESS_STRINGS) != 0 /* compression: zlib (
|
|
26263
|
-
const char* const cstring = "x\332\
|
|
26264
|
-
PyObject *data = __Pyx_DecompressString(cstring,
|
|
26262
|
+
#elif (CYTHON_COMPRESS_STRINGS) != 0 /* compression: zlib (1749 bytes) */
|
|
26263
|
+
const char* const cstring = "x\332\245WKs\033\305\026F\205\300&6\004\305y\024\217p\333@*EADd\344<\214 \245\004'\327\024\204(8\204\307\242\2535\323\222\007\217{\244\231n\331\242Xx\251\345,{9\313Yj\251\245\227Yz\251\245\177\302\375\t\367t\317C\257\031\010E\252F\356\376\316\351\363>\247;\367n\226\277(Wn\326\356\327\376[\333\331\261m\332&6j:\216M\tC=b\013\272\205\036;\034Q\346\210\366\036\262XGpd\022N\000\244\210\357\021\216\036\364\371\236\303\220\345!\223\332V\223\272\204S\273\217<\356Z\006\247\256bb\350\311\366\223\033\325;UD\230\211\\\372;5\270\207<\3214l\342y\324CN\0135\205es\213!\336\357P\257\214vZ\250\357\010\304(5\021wP\007\370\246\017\360=\312\220G\271Z\240\353\2041\207\023n9\014\303q\213\265\257#\323rA\211\325\243\352\364Cb{\264\374C\307pL\212\034\360\000\364\271\204\265)\272yccss\013\325\032\317\230I[\026\003m\216f\333B\30441\210\245\265f\3154\r~\204\204\247l9\264\014Z\326\373C\342!`\320x\331\264<\322\264)\235c\244\013\214\224)\276\266Q\333\253Y\226\027\355L\346@\360ZD\330\034a\354RS\030\024cd\nm=s\330\r\010f\317\202\324`lX\314\342XY\206\232}N=0\276[S\301fm\317\021\256A\277\346d\237bMC\006\201\224\232\250\345\270\310\266<\256)&\244e\232\24095E\261dS@\376\202\254\003\257\335!\306\376\347\206\343\322r\247\177t\237x\364\033\252bw_\264Z\324\235\337\227S\317\014]1\030gp@JA#\377\013\036\327\214|\313\"\264l\207\360;Y\024\213\361J\016\276\221\203Ws\360L\371\020\240,X\344\351\025y\212E\236f\221\250\336f\2631\236\336g\307x\216#3\3063<\304\233\304x\206p\350\346\023&\301\237\247$A\310\3007r\360j\016\236)?\016\376<,\362\364\212<\305\"O\263\016\376tF\242\365\003~\224.\026C?MZ\210\371\2048i\3279L5\352\034\244\032o\016\002\347\347\020.:\366\214\007\321\032\350\351b\321\330i\322\202\261\023\"\214\377\310\326YH\231:\213x\264+(3\350\034\312\335Y@_1\217\035Fwa\354c\374\244\177\004\3377 \r?\246G\374)m\375HZ3\2550\277_\364$\203c\301\241\005\236txdQT\035\345\340\0339x5\007\317\224/\362\024\210<\r\"O\205HtL\347\177~\237\035\263\277\233\022\013<i\317gQ\022\227\262z>\007\257\346\340\231\362E\236\002\221\247A\344""\251\3201\333\375>\272\316\266]\327q1\216_\024P\222\311,$^\237\031\226S\206\353\016^\020\360R\360\024\354\270&u\r\033\266`)\346.1h\023\244(\005\206\331\024-\365a\335\225\272\322M\235.\334r\235\203H\3524\240\232\033\353V\302\311\037\32310\246 C}8m\030\252=H\326&t\n\374b\334\022\014\3301n'\251\303\330\362pj\260\305\351\201g[\234\333@9 `/\374;\240\234\350G\225\3368\246PDX\271\016\246\014^\025\024\010p\323\003/#\007\232\304\350!\306*T\035\247\003\013\227v\210\013\204t2$\363`z\n\304\275\237:\000\354\320\351\306\0365\366=q\020\355\\\352\301\373'Z\307\346\253%\327\203A\255\004\353X\306>\3307\177=f\220\247s<G\236o\233\014\362\342\351\036W\3574\345~W\020;\nE\362\022IgG<*\342\311\020\017\202\270\357\2437B\322\354Io'\255\234t\356\344\361\267\320\242)@\217Ts\332-\335\242qV`\025\277\037\247\032\027g4\261\347\270\\}x\237\366= \271\021\035L\023\360$\357{\223\313(\275\202\322\213'\271n&\227\014\306\212\021~\343\267\240j\016\2523\006\341\204\275\350\300\177\025(<{SCt\366\365\017\324U\217\272\236z\263\343\344Y\221N\224x\200\304\363\"\036\017\3614\210.\374d\004$\035\2374x\322\317\307\205\377-\277\362\332\352\340kY\222\237\004\225\340Qx{\270~\\8+\256\014\356\311uy7\250\007\317\303\372q}\274\374\236\254\214\227\317\017\270\377\245$\3620 \201\210\360\225A\025\300\273\362ap#\354\016\013\343\345\325\301\267>\361\273\021\363\246|#(\005\037\007\344eX\227d7(\006\251\324\276|]\036\204\225\260\2362\236-\277\355\353c\333\376%\330sy+X\013\352\343\325\267\375\363p\2640\265(\371%\377Z$\271\373\017\344\335\t6\303%\260\355\374\250{RH\017\277/\353\231\256GR\016%\rn\207\353aEA\010\034\370nX\030\226\306 zEn\006\205\240\264\200\257\312m\010\312\372\002\376\206\274\004\n\272\013\3709yMy\245\360k\301nX:\233\004N\371\325\365\227\300\210v\360S\370\325\2500\272zBN\300\261\213\376\243(a\177\3105Y\227\215\263\3457\007\317\374\217\375\266\334\r\336Q\326\216\337\274\360\257\266\037\371?\277\374\366C\177'\336n\r\177\031\221Q\377E!\013\376\343Ei|u}\0268[\276\014\256\366dC\305{\307o\370PJg\313W\341\\I!\337\311\202,E""\331\251\372]y.\251\265\253\362Yp=,\205\353\223\314\365\303WU\366#\352\257\201\247\215\233\224\302%\220m\312\353Jl\254\361LW\306\025\371\026\244\274\0276\324\301\230r\034\027\304]\010\355S]\022\335i\350'(\243Bx9\324\340\273r=\263z\246\241\303P{5\201\014ez\304%\374\272\277+K\321\246\347?\327\362\253A\037\252cmX\0376\216\013\343\342\271\301\247~#\352\345\267\006\273~i\\\\\035<\362+\376C\371Y@\306\305\245\343\336\340\271\277-/\252(^\360\301\236+\312\343+\272\342\241v\025\207\352\225\323\363\225\341\305ac\330\036\375\366b\351\005p\314 \205\211\202\313\272\367.\006\215\227W\264\031,\005\335\227TtZ\374\020\222w)$!\037n\215\264\207e\330\364\224\263g\305\377\310\356)\2729\\\031}y\262\177\332x:.\256\235\256}\024\334\321\235\r\362\377\364o\253\210o\014\327O\277xx\302Nw\237\215a\232UN\213\367F\240\372\003\350\326[aI-\366\303\013\341F\370c\324e+\203[\376\007\252\313\246\232+\273\"\036\250\214\214W!\255\020\202R\272\370?z\342\031\t";
|
|
26264
|
+
PyObject *data = __Pyx_DecompressString(cstring, 1749, 1);
|
|
26265
26265
|
if (unlikely(!data)) __PYX_ERR(0, 1, __pyx_L1_error)
|
|
26266
26266
|
const char* const bytes = __Pyx_PyBytes_AsString(data);
|
|
26267
26267
|
#if !CYTHON_ASSUME_SAFE_MACROS
|
|
26268
26268
|
if (likely(bytes)); else { Py_DECREF(data); __PYX_ERR(0, 1, __pyx_L1_error) }
|
|
26269
26269
|
#endif
|
|
26270
|
-
#else /* compression: none (
|
|
26271
|
-
const char* const bytes = "?0.3.
|
|
26270
|
+
#else /* compression: none (4643 bytes) */
|
|
26271
|
+
const char* const bytes = "?0.3.10<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_""uint8SafeEncodeBufferSafeEncodeBuffer.__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.10"
|
|
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
|