tmsgpack 0.3.4__tar.gz → 0.3.6__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.
Files changed (29) hide show
  1. {tmsgpack-0.3.4/tmsgpack.egg-info → tmsgpack-0.3.6}/PKG-INFO +1 -1
  2. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/pyproject.toml +1 -1
  3. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/tmsgpack/core.c +9 -9
  4. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/tmsgpack/core.pyx +1 -1
  5. {tmsgpack-0.3.4 → tmsgpack-0.3.6/tmsgpack.egg-info}/PKG-INFO +1 -1
  6. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/MANIFEST.in +0 -0
  7. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/README.md +0 -0
  8. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/build_pyx.py +0 -0
  9. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/setup.cfg +0 -0
  10. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/setup.py +0 -0
  11. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/tests/test_build_pyx.py +0 -0
  12. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/tests/test_codec.py +0 -0
  13. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/tests/test_round_trip.py +0 -0
  14. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/tmsgpack/__init__.py +0 -0
  15. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/tmsgpack/api.py +0 -0
  16. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/tmsgpack/codec.py +0 -0
  17. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/tmsgpack/src-parts/01-imports +0 -0
  18. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/tmsgpack/src-parts/02-constants +0 -0
  19. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/tmsgpack/src-parts/03-encode-fn +0 -0
  20. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/tmsgpack/src-parts/04-decode-fn +0 -0
  21. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/tmsgpack/src-parts/05-encode-buffer +0 -0
  22. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/tmsgpack/src-parts/06-decode-buffer +0 -0
  23. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/tmsgpack/src-parts/07-encode-buffer-slow +0 -0
  24. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/tmsgpack/src-parts/08-decode-buffer-slow +0 -0
  25. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/tmsgpack/src-parts/09-exceptions +0 -0
  26. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/tmsgpack.egg-info/SOURCES.txt +0 -0
  27. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/tmsgpack.egg-info/dependency_links.txt +0 -0
  28. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/tmsgpack.egg-info/requires.txt +0 -0
  29. {tmsgpack-0.3.4 → tmsgpack-0.3.6}/tmsgpack.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tmsgpack
3
- Version: 0.3.4
3
+ Version: 0.3.6
4
4
  Summary: Typed MessagePack serializer (inspired by but different from msgpack)
5
5
  Author-email: Yaakov Belch <yaakov.belch@gmail.com>
6
6
  License: ISC
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "tmsgpack"
3
- version = "0.3.4"
3
+ version = "0.3.6"
4
4
  description = "Typed MessagePack serializer (inspired by but different from msgpack)"
5
5
  requires-python = ">=3.14"
6
6
  license = {text = "ISC"}
@@ -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 __pyx_kp_u_0_3_4 __pyx_string_tab[1]
3068
+ #define __pyx_kp_u_0_3_6 __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.4" # <<<<<<<<<<<<<<
24662
+ * __version__ = "0.3.6" # <<<<<<<<<<<<<<
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->__pyx_kp_u_0_3_4) < (0)) __PYX_ERR(0, 4, __pyx_L1_error)
24666
+ if (PyDict_SetItem(__pyx_mstate_global->__pyx_d, __pyx_mstate_global->__pyx_n_u_version, __pyx_mstate_global->__pyx_kp_u_0_3_6) < (0)) __PYX_ERR(0, 4, __pyx_L1_error)
24667
24667
 
24668
24668
  /* "tmsgpack/core.pyx":13
24669
24669
  * ctypedef double float64_t
@@ -26244,23 +26244,23 @@ 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\000\332E\230\016E\360\222\250\r\314\300\354\004[\0237;6]V1\212F\2075\244\2204q\367h\021\366\273{\023\211,\277\215\326\222b;\271J\t\025i\242N\303d\030@\246MK\246&\260\023\215HW\001=O\020\360\"CM\004\307\000\302\000\334\000\031\2464\364\022\232\247\372\377\257\225$\246\231\007b\271\362\374\244+\254!L\236Y\026*\205j\3142i+5}V]F!\250\202\202rb\262\001\376\251\312\233\265\205\237\331\271\265\360<\326$\313\253\350\245\031,9U\032\253\245Yf[\253,\201\3711\254\377\222\261\334\240\3150\373\257P\333\016\232Z\240\007\377\326eXi\326\250.A\223\205\3701\226\332,i\014q\236\177\343/\314\252\204\240\024\220\211\213\025\027\260\336\317\223\336\214a\247}\226\367KT\373\014b\n\253}\311]\t\230\345K\206/\263\314`\326[\245\360\345\244m}\230-\013\250\362Z\223*X\345k\326\226\240&O\257i--!\024!\022!\220\207\203g\303\210\366\276\2463+\363\307X\251Li9S\r\247>\323\210\351)\316\252M1f\037?\306i\263\030S\366\232b4\351R6K?\345\315Q\233\367\263k\361W\232\265\275vz,\235\265\3032\306\217\361\332{WV\220L\022\206\351_d\230g\021M\300t.b\374\255#}\265,n\376Y_s\217\263\336\264Mg\230\\\342\256\260\254+\240\023\r:\371\344JS\262\264\232)\2739?\216qz\356\233L\232\304\233x,I\300t\233\347\257\235\032PSn'\234\3122\246\032\274\326\244ir\302\370(\231E\374\274\332\342\233q\210\303\237\273R\214\231V:5IU\364f\223\2523\030\343O\235\375\215\021fMKhk\036\233\233\301<R\267`\201\027\340H8\201\316\n\007\301\272\246\243\360\217\027\366i>\025\360\343u<\017\375\371J\304\037hd\270V\210\207\207\322S8\013\033\333\230&d#\000y\211\272H\357\3003\311^\331\01083\"\357\343\245\370\000\336\365M\347\270\207\354\025:\326\tp\024n\313\235\202\005\302yi>\3163\351,\374\003\210\365\241\273\354+.9\210\235Y!\234\327\207;\340\274D1\"OF\027\365\017\274\303G\260>63\232\230\316\347\301;\321?\375\002\307\270\010\026\210\000\000\234\035\232\030\212\357\253\036\353l\323U{b\304\035\316S_\334=*\346kq4i0\257I\315\225dV\275\206\232t\253z\353r\3264\376\233\322\0305\377e^\271\375\335\354\026\343\352kJ\326\2477\327\217\001\030\310\253D""\204\335\001\206w\342%\360P\230\327!Bk\304\306\365y\271\220\\U\206\205\203\253\363\235x\3309R:\005\021\227\310\346\365b\344B\311\200h}|\033\240\213\343\022F\237\312\323R\371\262'=\222\t\033\027\327=F}D\201F\207\207\016\033\255\3237\372F\276O\210k\301\202\235`\204\257l\031,U\214\307\346%{\006\316\262?\373\004\013d\363\3026\211u`\2641\260\nl^\232\230\321'\372D\272\016\222\261U\030'm\321\326\323[ux\003O\201\247\211\301\275\3700\362T\007\370\202\231\022\236\221\340^#\200\327u<\314+\351.\0058\267A\030\327p\025\030\004\316\314\036\355\226\021W)\350@xa:phtt-\331\242\361\251\264\354\t36\205\004\006^\014:\211\237v\205\355\3022\300\231\031q\021\027\3418N\354\021\031)\003\241\245i\205\360b\364S\201\207\250\241\241q\206fDD$\005I\n\031\016\301\014Q\3269\307\324\003\222\2718\211a\230\"\006\021E\020\021\026\210)Hy\024\322\032l\rtX\333\\e\221\n\340\200\345K\353e\352\2172E\311\3307\367\331<\032\372\325A\243Q\373m\244'\n!\361\312\344\002\227z\t\034^]\260|\377\n\231\264\275\270\003\256\227A\341\377\252X\317\253\372\227&\364RR\203z\216w\010F\307P\300Di\301G'\231\263K\rN\020\365E\203JR\304\\[\010\216\027\252\231\030[\363\202a\257a\007\027u\003\232\324\217\236\003\031@h\303\240\000Bo/\216\320\303\233.\022\352]\2207\274N\3608W\326m\300)C\"\272\n\333\005\376A$\216\021\233w\332b\303\265\207 \263\265\321Cf^v\200'\205\274\217d\204\201\247\255\203^\374D\367l\202I\t?\301\000p\376!\000\231\250\264\023\2639y\276\334\360L\327\036\331\224\311d\250w\n\023D\207\274\315+uz}\362\216\353\373j\300\003\342\370\031\001'\302s3|F\304\227*~H\013M\313`[\034\002\031\240\221\030_\200\202\r\262v\212\305~P5\002be\242\371_\316\307\361\371\203\241?\020\244O\317y\003\234\216\350\276{\310)\201\267/\014\251\244\312dB\211d\201\016NV\232\216r\000\352\353=\314\371\226\357#\301\037\020 \336F\305c\200X\007\231\271\240\345\007\025\326\210\n\341\0006:\320&\360\037\2413@\327y\331\010\345c\027(\266Ui\2010\325\035\255\007{\373\273\324Ad\344?2\022P4\201b\035h\215\023\263\t\027\241\275xU\333?\003wLU\340\320\260R\334\211z\037C\233""\353\025\364\205R<2\261\345\211?\256\030'\232\376\374\300\203\231\252\213\323\024\370m\220q\2620Ryl\027<\363\324\377\217$J\"hy.\033\242\034\366P\272l\025\252\212\264\231\322\267S\307\261\021\250\215\334V\206\3443rG\356\317\365S\244n\026MO\003>\305\306L\270l\302\261X\t=n\317\022=V\007\350k@0\016\337\256\362V\357\013\003\252u\2508\262K~b\246\022\235\242K\252y\221\272\"X\235_\031\340b\322\243\301(\\\032e\207@\024\017k\020\300n\204o\014\363\261Nt\326d'\001R\335\3318\356\374\366\203\320\0374\225F\3103rG\261\204\246\003\020\230xb\317h\333\260\316\002\334\004yg\303\031\333s\021T~:\0037\002\014\353_\363{\216\262\205=\272\302$\213\306\"X\343Kk\031\375\344\200\362\275y\007tM\337-\020j\240\245\256\2354\263\307\217\315\036\362\250\2377?\375j\037\361\203\246j\356\262\037\251\363\325\311\347\016\374\310$\227A\327\303\200\2403\005\2041\360^\220\220L\263\303\275\001\371\306\034\3471\340iKO\235\222\263X\226\2329\006\002\006%\273 \227\270\273\027\264\254\214\376\217h\222\325";
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\266\261\022\372!xd\202\234\227\305\177I\025\232\307\024\003qfI\r\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\327\241?\207\021\361\007\330L\327\002\351\370NzJgag;\303@6\202\217\227\250\207t\024\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:\254\016\237\211\376\351\027x\306C\254>\004\000\340\344\300d(\276\257z\2545NW\355\211\021{8O}\261\367\250\230\257\305\246-\3467\251\273\222\314\252\337P\223rUs^\316\233\306\177S\032\243\346\277\314\277\222\373\313Y.F\230\257)Y\237\336\\?\006""\031\211\010\033\345\305g\362%\370P\331\207\022\241%b\343\372\274\\H\256:\303\302\301\325a\231t\3308R:\205\020W\310\346\345b\344B\315|hy\2606@W\307%\250<-\025V\376\34472a\343\352z\307\250\213(\300h:hj\264N\254\021K\204\365\001q-\330\tD\370\312\216\261R\311tl^\262g\340,\373\263M\254>6\257l\223V\007F\033\303\252\300\346\205\311\214X\"V\210\327A1\266*\343\244-\332z~0\035\336\340S\360a0:\027\036F\237\352\000_PC\302\265\021\334i\004\370\274\316\227}$\335\245\000\3576(\343\030O\221A\340\324\354\321n\031q\225\202\016\204WFs\003\243\361Z\2625\203\245\322\262'\310\330\024\022\030x1\350$~\332\025\266\313\312\000\247f\304E<\204\3370\261Ef\344\014\204\026\326\002\361\301\350\247\216\335\005\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);
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 (1865 bytes) */
26255
- const char* const cstring = "BZh91AY&SYe\263\316\252\000\001Z\377\377\357\377\377\277\376\257\377\377\277\367\377\370\277\377\377\364@@@@@@@@@@@@@\000@\000`\007n\301\365J\254]\335\311\033f\226\264\240\340\020I$)\250=M\250\017Se4o\324\230L$\310\320d\364\322h4\3650\207\250i\240\323F\215\0322hi\352\017&\232i\004\222h \023D\332\2311$\303H\003A\240\000\000\000\000\000\000\014\203F\324\036\220A\200\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\032\237\352\242\nb\200\323M\021\223\t\246\203F\206\2154\332\214\001\014\2150#F&\206L\206\020\304\310\300\020`\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\004\246\220B4\320\323E6&\206\243\322\237\246\222\033P\032\006\203@\000\000h\000h\000\0324\000\214\265\020o\332\264\326\367\205r+e\302\023~1\024C\231F\340J\363&\274\346\211\027\3529\312\244\323V\354\354\263\321L\222\231P!HR\220\221\021\022\200A\206L\302)J\241\010b&|$\215\351\004\206\021(\240\204I\336\016\001\"\220\021\300_6\204\235\313\307\233\306\001\002-|\032\206\304\017]'K\251\0221\007+#G\007\204\002\022H\260us-\014J\277\270\267\3138\372\236\023\365?i?\224\375(\365F8\341\n\337\304\353\243\371\207\353uG\363]j\224\3066\275\\\224+\245O\002j|\204\210@\253 \335\267n\345\340\272\024Y\333a\00662\356\231\024\0325~\376+\222\033\376c\321\373q\221t},\271\213\204\010M\373\347\216\362Ra\344\014;\010\030\311<=e\234\0336S4\003\276\r0\3220\036\245\001CW\027?\333\233\314\025H\266\337c\331r\342$\240\020\202+\333H\301\"2\007\243Fb\226\341\230\333\257{\337&Z\177_\333t\177\252\347oUj\216D\030w\201\363\307\277\006\031E\204\243(\037\037/\240o\356\367\366\353y\3061\347RLP\245)G\234c\030\317BB\r: \201E\225\222,\334Zt;:\t*P\245#C\237b\316o`q\316H\220\273!>\274\244&\t\007\341etvvu\341#m{\374k\006-N\320\013\"--\323\312\323g\017\017\013\273\277FSbs\234\335\335\3367\303\034\265\030\336\221\233\010\276\246\"\344\23566\215\241X5HH-\337v\202\022`\\\300$\016\301\306\374\021\0104\333&\326\364jt\036UU>\267$\216H\300\264\032\335\376P\260\335*DV\273\334\367\313\265\027f\266\026\323V\373\257\313\2167I&\026\212\326|U""\307\020\254\271k\000\000\001k\356\231\313R\313\324\314\224\223\"\350\244\227\255[\361\255\362\325\266\030L\267LU\303\000\000\000.\223\031y\205\226\230X\323\301v\214K7PB\275\322_\347{\244<\016\227X\013\327s\242\354\331\374<p\3405\313\273I(\263\024\230\362\305+\214\221\035\234\304\261\344\371\211'\245\000\240\036\2740\024\344\313:8\241*\033\004\366\346t0\205\301\246\350\204\352.\225\361\213\357P\234$\nh\326Q\274G\000\"JD\224\200\000J%\010\370:\373\034\254\264\246\014\326\303\027f\220\226\210\"\266CZ\200\223\tav\276d\256\307N\204\002-\323f\313\341|3$\366Q\330C\325\260\333\253\013yya\234\314\363\234`\220\202Z\031\230ff\002\000\000P\000\200\036\265j\273\r]\362[B\276\272\331)\\\270\333\014%\376\2451\274\000+J\346\231-L\312L\253\251;w\243\233\246\204\020*\353e\277`^\367\206x\320CI\316\255j$e8\342\\\366VY&\325\203\327\215C\342\220\227\r\331FFP\026\353\341\213\001kL\337cS\001Th\324\303\370\273_4\332tr\327i\001\271B\023d\220\223$$\366\213P2\275\305\350K\030C\201\214\035\250]\305si@\0321\3557\203\234\332\321\245\n\254Uf\272\366h\227\263\264\3728\344\000\000\000\000\021\021D>\232]9\303u\242\313T)k\330\030$\253\202YqDu\233hc\312\266;\257\010\214\327\025\\\263\263h\27076\2215\353z\000V\367\025\305nP\314OA)\275N\350PZ\020\352%\030\225\350\035>\360f\007\251vU5\030\321b\232\021\2367\321\234zkb\210\005\ry\346\304x1\025\233\350\004s.3L\347X\302U\234\335\233j\340\n\261\2706\226\326\300\315\255\236\252\027\360,\247d\370\347\277`L\032\007\rQ\342\203\\\332\232\326\276N\2308t\310\3569:/\255mv \335\027\224C\300\024|\361\316zl\246$_f\006r\nU'\267JR\226\327\333E\237\236\232\t\361\246\222i&\222\344\327\245\351x\226\003\221l\274\006r\316\2041\007i\260\262\242'-\260\202\255\310W\001\341k\200\221\002$\027d\351%\245\027I\211\230A\006f\301q\341\013\243\317\274\2708\256O\006WP\2410&+\347\273IP\321!\261UG\023\343\267my \251s\214\030(I2I\002I\023\232\351\241\326\n\210T\031/;5](~{\364aw\023\273\272\246\330\266\024!\250\305`\256\303NfH\251\224\231\215\340\202K\034H\317\n5\023\334\210\266v\361\323\021""\303\205\201'\202V*\nH\207`\002\020G+\r\261\216\\\235Z\216a\214\013 \321\021\322\016\371\230f\241\357\200\323\272\244\272\026\3105f*\2160\331\004\314\"\323\201\243K\0233:]\261<\241FZ)/\232\252F\024nF\344nF\345\024hD\221$K\001\333\215e\361\203Z\025\211\201\032|[1u(\t\307|\003\207\210f\321R`\347\026Y\315\004g\360\317\241g^\276\276\301\306\242\357?&1\212\223\312\032\247D\317m\216\266\252Zl\300\036\323S \260Md0\311Kg\r\254Ha_\276\250\315\273\357H\357\305\375'\256\026\021\224\\%\033\037r\316\216\310\376\177\345a\333J#h\035\001\372GBm\226\026\342h\314\346D\375\354\223\\\231|\374\372|3O\306\351\363kX\372\005\rr\315\034\212=a\201\266\255\323o\347e\305\002\240\305\023r\352\364\243\024\202\021\252\\\025\255a\277\305*\225Hj[\372_\n\235F\017\020:\265:T\261v\310\223\204>\201F\267j\221\275t\316\2605m\334J\231\260\005,,J\025\211\301]\267\306|\333\316Fl\314\306\362\275\357\326\202t\312\272wR\035\004\373\270[$\0104\263\034\247h\252\330aWW\007+WC`~\021gH\037\222Zl\021H\tr3\261\251\363:amy\003\203\217\237\017P/.\367\216J\345\327\257Z\036\023\001\213\006\t\"Tp\223\036~>\333\240\216J\342\367p1\253\303\032\370!\200\211\210\016CC\024]\310\021U$\207\201\020\230\361\201!\330\204\035\210)\220y\3013A\311\216\357\031\215\024<[\377\027rE8P\220e\263\316\252";
26256
- PyObject *data = __Pyx_DecompressString(cstring, 1865, 2);
26254
+ #elif (CYTHON_COMPRESS_STRINGS) == 2 /* compression: bz2 (1859 bytes) */
26255
+ const char* const cstring = "BZh91AY&SY\023\253f\377\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\305\\\335\335\333X\266a\255*\216\001\004\222\202\"?T\332\206\217Se4{I\246L\322L\215\006OS\322\006OS\010dh\320\304h\321\243&\206\236\2432bi\004\222h)\246\32144\232S<\224\017$i\241\352\r\032\006\200\000\000\000\000h\014C\324mA\351\004\030\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\001\251\376\252\201\023P\r\r4\000\000\000\001\241\240\000\000\000\000\000\000\000\001\006\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000Jh\202 \320LF!6\223I\351\222\030\201\243C@\000\000\006\200\000\000\0324\000\216\275\210-\330\260\326x\205i\373%\241\342\334q\367\307\031G\343J\353&\272\343>\213\345\001\316\244\310\325e\374\023\375L)L\010\020\244)HH\210\211@ \204\311\014V\266;\2761\224]66\246\023\020\304\344\300\362)\204 \002e\\cI\206\211\347\020a\"\221'\007$\260\272\251\251\202-\255+\202\262#\020r\3024px@!$\214\243\252\262\320\304\254\373\313|\323\217\213\305~/\332O\346?N=a\2168B\307\350\3661\352\207\353\\\207\363e\212\224\3026\276NJ\026S#\300\232\237!\"\020,\316\033\272\365\356\267V\030i(Z\207F\244\335\302b\242\225\235\216\264\023\027\374\2177\350\30734\275\034\372\014\302\004&\375\364\313q)\260\363\006\035\204\014mS\027]i\006\321\234\315\000\350\0060\304`=j\002\206\275\376\017vs\005\221\026\333\355{nT\211\226n\016\363\020b^\210\037\036|\034\274\227$\274S#\n\226\246\277\316M\347\007\014O[\2025\376cu^\277`\221\264\021\222]\360!4\220\315)\271\357l\350\2327\272\373\333\261IJ\\U\232*V\265\254RQ\214g\241!\006: \201E\226Y\031v\226\234<\352\t*P\245#C\231\225g4\335\002\0076#\343\244\237JR\031\004\203\253}i\307\301\322y\035\275vs\032\3546\3018_\021b\335MV\234\255\273v\273\273\363\3456'9\315\335\335\343t0\325\254\302\344\214\327\305\365\261\027&\351\2624\262\206\000kP\220e\335v\204$\300\272`$\016\301\316}\370\204\032m\251\267^\215N\027\226L\223\353\362H\344\214\013A\255\334\336\025\373%H\212\327z\275\304\256\225\370\244`y\312w""\253Y\000R\004\356w/Z\244\223\222Q\t$\222@\000Wm\222\372\272V\265L\202RL%\221I-WU\267\252\266WUw]0Y/*\272\340\000\000,\222\364\264\272\265r\354\255;\3279\211f\342\020\256t\227\371\320\304<N\237\\\013\227{\242\271\263\364p\277\2607e\317I'\373\352L\022\305+\224\221\0038\304\262\022|\324\224):'HVs\244Re\235LP\224\365\302|\272\035\014!o\353\315 \245\246i\337\030\276\366\211\302`\250\215\205w\t\\\004IH\222\220\000\tD\241\033\037.{\003\005)s5\260\301\331\244%\242\010\261\220\326\240$\302W\327w\263\225p\307B\001\026\343\227\225\205\360\276&h\275XC\021f\243^\335\327\3703\335\220\305\024\244\235\230`\236T\220\222@@\000\n\000\020\003?UK.\313L#3\360\250\265\236\365b\224'\245\2534\222I$\222v{\345\260\327\323\027\224\251;t\3077Q\010 d\353\352\334\312\027=\301\2364\020\322s\255b\211\031N8\025|\266\031d\332\357{0\310>\t\tm\256\250\310\325\001l\272\0300\026\264\315\3065\260\031#F\245\377\305w{C\226w\372\267m 6\360\204\332\222\022d\204\236\321k\006W8\275\t\344\010\337c\017j\031\27036\264\001\253'\031\270\033m\261\032\320\255\307n\214\327\264H\275\177%\211{\010\000\000\000\000DE\020\370\322\263\2346Z-Z\341K_(^\222\262\tj\337\210\3537,0\336\266;.\010\214\3252Ugf\321P\330\330\211\256Z`\005\217R\310\255\212\031\211\350%7\310\356\205\005\251\016\244W\032\275\007S\273\031\201\355]\225e\246D\\\250\204i\225\364i\036\314\014U\200g\334\311DKN1\257h`\030\331\200\305C\233y\014\326\234:\265\331\244,\307\2005\227\355@\226\342\213*a\322\331\351z\235\232h\274\024\004\346\365\222\342u\201m\253\353\014\3350s5\314\351\363\372\017\261q\273\020\335\007\234\203\252)y\343\234)\263\230\321}\230\031\310)RMU)JW\213^#\017\r3\t\265Ld\306Le\211\212\226\245\242xNz\342\274\006\222\356lc\016\323\210\272\322G.X\205\201\310\301\003\306W\001\"\010\220\\\327I,QY12\370 \314\327\256;\341X\360\\T7\352\236\014\253B\251\2011\203\205\332j\255\"8\225\265\340|\231x\360mB\261\316p0U$\311$\t$R\213\250\207Xm\"\320\332\274\354\326\364c\363\335\256'q;\273\2532\311\261!\rF,\005[\361\314\311\031\031I\230\322\020Ia\201\031\337F\242z""\242-\235\274t\304\261b`I\341+\225K\t\007`\002!\034\2547\023\034\273^-\247Hb\346\322(\214p\207\204\220\225!h\nx\330\315\332\350\220m\334,\216p\337vHc)\276\322\261\212\032\035.\330\246p\256z\330_7\255F$r#\221\034\210\344RF\244M\023D\360\235\270\327_\0306!\\\230\021\257\303\273\037\203P\244\267@9\234\0036\253S\006\331u\335(F\236\261\364\255+\327\331\3309\312N\364\362%))\274\343z\225\241\355\261\356k\245\353f\000\3305r\r2s!\206J[87\300\220\302\276\206\240\315\245\361H\314\177\200\236\271\030FQh\224m~J\372\033d=/\332\302\262\223\346\3408\351\374GNuv\026\362h\354\343\"\177\026I\262M\215\016t\\\223\217\326\371\365k\030\371\345\r\222\275\034\212=\221\201\267,\304\337\356\343\205\002\230\305\023z\342\325F(\353\303S\264+\033\003p\224\251\324\036\247g\355\030QS`\363\003\225b\245K\027t}8\"\032\005\032\275\332G\025\3037Hj\273\370\224\374\016\205)\230\224*\230aY\255\215\014\353\256#\3017-\264\341\206\035\207p\346\324\324\270\220\343\263\356L\333\035A\243\226\342\303\320Up\202\246\266\016V\266~\321\014\302\276\210C\222Xl\021H\tr3q\242\277\353\005\225\350\016>^s\335p\272\274~y+\237Z\265W\271\014\0064\214\022D\250\002L\023\361\367\\v\002U\357\213\003\032\263\321\343\003\316\217\260\351\314g\237\223\271\004\225\251!\340\220PyA1\330\210v!P\207\244&hr\203\273\312\203I\017&\377\305\334\221N\024$\004\352\331\277\300";
26256
+ PyObject *data = __Pyx_DecompressString(cstring, 1859, 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
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_\224+\325{\325o\253\333\333\266M[\304F\r\307\261)a\250KlA7\321#\207#\312\034\321\332E\026k\013\216L\302\t\200\024\361]\302\321\375\036\337u\030\262<dR\333jP\227pj\367\220\307]\313\340\324UL\014=\336z|\275r\273\202\0103\221K\177\247\006\367\220'\032\206M<\217z\310i\242\206\260ln1\304{m\352\225\321v\023\365\034\201\030\245&\342\016j\003\337\344\001\276K\031\362(W\013t\2150\346p\302-\207a8n\261\3265dZ.(\261\272T\235~@l\217\226\177l\033\216I\221\003\036\200>\227\260\026E7\256\257oll\242j\375\0313i\323b\240\315\321l\233\210\230&\006\261\264\332\250\232\246\301\017\221\360\224-\007\226A\313z\177@<\004\014\032/\233\226G\0326\2453\214t\216\2212\305\3272\252\273U\313\362\242\235\311\034\010^\223\010\233#\214]j\n\203b\214L\241\255g\016\273\016\301\354Z\220\032\214\r\213Y\034+\313P\243\307\251\007\306w\252*\330\254\3459\3025\350\327\234\354Q\254i\310 \220R\0235\035\027\331\226\3075\305\204\264L\0224\247\246(\226l\n\310\237\223\265\357\265\332\304\330\373\334p\\Zn\367\016\357\021\217~CU\354\356\211f\223\272\263\373r\352\231\241+\006\343\014\016H)h\344\377\300\343\232\221oY\204\246\355\020~;\213b1\276\226\203\257\347\340\225\034<S>\004(\013\026yzE\236b\221\247Y$\252\267\330t\214'\367\3311\236\341\310\214\361\024\017\361\3061\236\"\034\270\371\204q\360g)I\0202\360\365\034\274\222\203g\312\217\203?\013\213<\275\"O\261\310\323\254\203?\231\221h}\237\037\246\213\371\320O\222\346b>&\216\333u\006S\215:\003\251\306\233\201\300\371\031\204\213\266=\345A\264\006z\272\2307v\2224g\354\230\010\343?\262u\032R\246N#\036\355\010\312\014:\203rw\032\320W\314#\207\321\035\030\373\030?\356\035\302\367\rH\303\217\350!\177B\233OIs\252\025f\367\363\236dp\31494\307\223\016\217,\212\252\243\034|=\007\257\344\340\231\362E""\236\002\221\247A\344\251\020\211\216\311\374\317\356\263c\366oSb\216'\355\371,J\342RV\317\347\340\225\034<S\276\310S \3624\210<\025:f;?D\327\331\226\353:.\306\361\213\002J2\231\205\304\3531\303r\312p\335\301\013\002^\n\236\202\035\327\244\256a\303\026,\305\334%\006m\200\024\245\3000\033\242\251>\254\273RW\272\251\323\205\233\256\263\037I\235\004Tsc\335J8\371c:\006\306\024d\250\017\247\rC\265\007\311\332\204N\201_\214\233\202\001;\306\255$u\030[\036N\r\2668\335\367l\213s\033(\373\004\354\205\177\373\224\023\375\250\322\033\307\024\212\010+\327\301\224\301\253\202\002\001nz\340ed_\223\030=\300X\205\252\355\264a\341\3226q\201\220N\206d\036LN\201\270\367S\007\200\035:\335\330\245\306\236'\366\243\235K=x\377D\353\330|\265\344z0\250\225`m\313\330\003\373f\257\307\014\362d\216g\310\263m\223A\236?\335\345\352\235\246\334\357\010bG\241H^\"\351\354\210GE<\031\342A\020\367}\364FH\232=\351\355\244\225\223\316\035?\376\346Z4\005\350\241jN\273\251[4\316\n\254\342\367\343D\343\342\214&\366\034\227\253\017\357\321\236\007$7\242\203i\002\236\344=o|\031\245WPz\361$\327\315\370\222\301X1\302o\374\026T\315Au\306 \234\260\027m\370\257\002\205goj\210\316\276\376\201\272\352R\327Sov\234<+\322\211\022\017\220x^\304\343!\236\006\321\205\237\214\200\244\343\223\006O\372\371\250\360\327\342+\257-\367\277\226%\371I\260\026<\014o\rV\217\n\247\305\245\376]\271*\357\004\265\340yX;\252\215\026\337\223k\243\305\263}\356\177)\211<\010H \"|\251_\001\360\216|\020\\\017;\203\302hq\271\377\235O\374N\304\274!\337\010J\301\225\200\274\014\353\202\354\004\305 \225\332\223\257\313\375p-\254\245\214\247\213o\373\372\330\226\177\001\366\\\336\014V\202\332h\371m\377,\034-L,J~\311\277\032I\356\374\007y\267\203\215p\001l;;\354\034\027\322\303\357\313Z\246\353\221\224\003I\203[\341j\270\246 \004\016|?(\014J#\020\275$7\202BP\232\303\227\345\026\004eu\016\177C^\000\005\2359\374\214\274\252\274R\370\325`',\235\216\003\247\374\352\370\013`D+\370)\374jX\030^>&\307\340\330y\377a\224\260?\344\212\254\311\372\351\342""\233\375g\376\025\277%w\202w\224\265\2437\317\375\257\355\307\376\317/\277\375\310\337\216\267\233\203_\206d\330{Q\310\202\377xQ\032]^\235\006N\027/\202\253]YW\361\336\366\353>\224\322\351\342e8WR\310\367\262 KQv*~G\236Ij\355\262|\026\\\013K\341\3528s\275\360U\225\375\210\372k\340i\343\306\245p\001d\233\362\232\022\033k<\325\225qI\276\005)\357\206uu0\246\034\305\005q\007B\373D\227Dg\022\372\t\312\250\020^\0145\370\256\\\315\254\236I\350 \324^\215!C\231\036q\t\277\346\357\310R\264\351\372\317\265\374J\320\203\352X\031\324\006\365\243\302\250x\246\377\251_\217z\371\255\376\216_\032\025\227\373\017\3755\377\201\374, \243\342\302Q\267\377\334\337\222\347U\024\317\371`\317%\345\361%]\361P\273\212C\365\312\311\331\265\301\371A}\320\032\376\366b\341\005pL!\205\261\202\213\272\367\316\007\365\227W\264\021,\004\235\227TtR\374\010\222w!$!\037l\016\265\207e\330t\225\263\247\305\017e\347\004\335\030,\r\277<\336;\251?\031\025WNV>\016n\353\316\006\371\177\372\267T\304\327\007\253'_<8f';\317F0\315\326N\212w\207\240\372\003\350\326\233aI-\366\302s\341z\3704\352\262\245\376M\377\003\325e\023\315\225]\021\367UFF\313\220V\010A)]\374\rJl\030\334";
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_\224oV\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\3617n\246\030\336";
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.4<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";
26271
+ const char* const bytes = "?0.3.6<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"
4
+ __version__ = "0.3.6"
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tmsgpack
3
- Version: 0.3.4
3
+ Version: 0.3.6
4
4
  Summary: Typed MessagePack serializer (inspired by but different from msgpack)
5
5
  Author-email: Yaakov Belch <yaakov.belch@gmail.com>
6
6
  License: ISC
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