tmsgpack 0.3.8__tar.gz → 0.3.9__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.8/tmsgpack.egg-info → tmsgpack-0.3.9}/PKG-INFO +1 -1
  2. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/pyproject.toml +1 -1
  3. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/tmsgpack/core.c +9 -9
  4. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/tmsgpack/core.pyx +1 -1
  5. {tmsgpack-0.3.8 → tmsgpack-0.3.9/tmsgpack.egg-info}/PKG-INFO +1 -1
  6. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/MANIFEST.in +0 -0
  7. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/README.md +0 -0
  8. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/build_pyx.py +0 -0
  9. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/setup.cfg +0 -0
  10. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/setup.py +0 -0
  11. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/tests/test_build_pyx.py +0 -0
  12. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/tests/test_codec.py +0 -0
  13. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/tests/test_round_trip.py +0 -0
  14. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/tmsgpack/__init__.py +0 -0
  15. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/tmsgpack/api.py +0 -0
  16. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/tmsgpack/codec.py +0 -0
  17. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/tmsgpack/src-parts/01-imports +0 -0
  18. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/tmsgpack/src-parts/02-constants +0 -0
  19. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/tmsgpack/src-parts/03-encode-fn +0 -0
  20. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/tmsgpack/src-parts/04-decode-fn +0 -0
  21. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/tmsgpack/src-parts/05-encode-buffer +0 -0
  22. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/tmsgpack/src-parts/06-decode-buffer +0 -0
  23. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/tmsgpack/src-parts/07-encode-buffer-slow +0 -0
  24. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/tmsgpack/src-parts/08-decode-buffer-slow +0 -0
  25. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/tmsgpack/src-parts/09-exceptions +0 -0
  26. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/tmsgpack.egg-info/SOURCES.txt +0 -0
  27. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/tmsgpack.egg-info/dependency_links.txt +0 -0
  28. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/tmsgpack.egg-info/requires.txt +0 -0
  29. {tmsgpack-0.3.8 → tmsgpack-0.3.9}/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.8
3
+ Version: 0.3.9
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.8"
3
+ version = "0.3.9"
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_8 __pyx_string_tab[1]
3068
+ #define __pyx_kp_u_0_3_9 __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.8" # <<<<<<<<<<<<<<
24662
+ * __version__ = "0.3.9" # <<<<<<<<<<<<<<
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_8) < (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_9) < (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\000ZE\200\016E\360\222\250\r\314\300\354\004[\0237;6]\326\235B\243\303\032RH\232\270{\264\010\373\335\275\211D\226\337FkI\261\235\\\245\204\2124Q\247a2\014 \323\246%S\023\330\211F\244\253\200\236'\010x\221aD\004\306\000\301\000\332\000\224\202^@\323T\377\3777\222\304T\353@,U\235\237T\2055\204\311S\323@$P\215\232&\241\212\255\264\364Zu\021\201\240\n\n\312\211\311\006\370\246*o\326\026\276f'\327\242\363x\223,\237\242\227j\260\304Ti\254\226f\231m\255\262\004\346\307\260>\226\034\264\031j\377\025j\353\301R\013\354\340\347\274\014+\315\033\325$X\262\020?\306r\233$\215!\316\363o\374\205Z\225\360\223\3621q\261\342\002\326\373y\322\2331\364\266\317\362>\211n\257ALa\265/\331+\001\263|\311\360e\226\032\314\232\253\024\276\230\264\255\017\263e\001U^o2\005\253\374\315Z\022\334\244\351\267\255\245\005\204\002D\002\224\322\341\320\3310\"\366\376\2465+\363S\211\332r\246\033F}\246\021SS\234U\227b\324>~\214\323j1\242\354-\305X\322$m\222~\312\233\3436\357k\327\342\2574k{\355\354X:\253\207e\214\327\336\273\262bT\2220J\377\"\303<\213h\002\306s\021\343s\336\350\253eq\363\317\372\272{\2345\267q:\303\344\022W\205e]\371\234\350\317\211'W\232\222\245\335J\332\315\371q\214\263s\277T\322$\336\304cI\002\306\343:\177\355\324p\232\2223a\224\2261\335\340\265\245m\223\023\306?\311,\342\347\325\026\337\214A\035\376\354\221b\314\264\322\271I\232\2427\233T[\265\006c\374\251\265\2771\302\274i\tm\325p3\3317\352\026,\360\002\035\t'\300Y\341 Y\307:\n\377xe,\214\245\002z>\316\347\241?W\205\370\003L\246k\205x|(=\245\263\260\263\235a!\033\001\310+\324Ez\007\236I\366\312F\260\231\t}\236\017\305\007p/\3245\275\343\036\262W\350Y'\300Q\272-w\212\025\310\346\205\261\272\317\244\263\360\017\237\325\207\356\262\253\270\344 v^\205l^\036\356`\363\n\305\204>\031=\324?p\016\037\261\372\320\314`1\034\226\207\357D\367\364\013<\343\"V \002\000lv`1\024\337O=\326\032\247\253\356\304\210=\234\247\276\330\373S\314\327\342\322\006\363\233\324\035I\346\324o\247I\271\2529/\347M\343\277(\215O\363_\346_""\311\375\345,\027\243\352+J\326\2477\327\217\001Y\211\010\273\003\214\357\344K\360\235\262\257C\204\326\010\215\313\363r\031\271\252\014\013\007\027\207u\342a\347H\351\024D\\\"\232\327\013\221\353$\003\242\365\301\332\000]\035\227\220\352\264TX\371\223\037\311\004\215\253\353\036\242>\242\000\323\341\241\303F\313\304\022\261FX\236\020\327\202\235`\204\257l\031\253T\214\207\346%{\006\316\262=\373\304\nD\363\312\366hu@\2641\254\nh^X\214\210\025b\211x\375#c\2472>\332\241\255\347\247\342\360\006\237\202\017\213\321\275\370 \372R\007\370\202\231\022\256\221\340^#\300\347q\276\354+\351.\005x\267?\031\307\270\212\014\302ff\213v\213\210\247\024p \2742\03580\035^K\266h\260TZ\366\204\031\233B\002\003/\006}\304M\273\302vY\031\330\314\210x\210\213p\034'\366\210\214\224\201\320\302Z!\276\030\335\344\261\273\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";
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!\3450 \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\027jUB\020\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\210P\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\256\024%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\347\241?\207\021\361\007\330L\327\002\351\370N:Jgag;\303@6\202\217\227\250\207\364\016<\217\354\225\215\200S#\372>_\212\017\340\236\250oz\307;d\257\320\263N\200\237t[n\024\253\017\316\013cu_Ig\341)\240\225\207\356\262\303p\311?\354\274\002\341\274>\334\001\347%\222\021}1\272\250\247\360\016\027\261\362\330\324`2\035\226\207\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\342a\343@\351\024B\\!\233\227\213\221\0135\363\241\345\301\332\000]\035\227\240\362\264TX\371\223\337\310\204\215\253\353\035\243.\242\000\243\351\240\251\321:\261F,\021\326\007\304\265`'\020\341+;\306J%\323\261y\311\236\201\263\354\3176\261\372\330\274\262MZ\035\030m\014\253\002\233\027&3b\211X!^\007\305\330\252\214\223\266h\353\371\301tx\203O\301\207\301\350\\\244\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);
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 (1853 bytes) */
26255
- const char* const cstring = "BZh91AY&SYU!\"\343\000\001Z\377\377\357\377\377\277\376\257\377\377\277\367\377\370\277\377\377\364@@@@@@@@@@@@@\000@\000`\007n\370\352\n\2537wr\330i\245\255*.\002\004\222\211\251\250=L\200\365\036SG\275I\204\315\024\r\006OS\312h40\206\206\232\017S\324h\321\243F\207\251\352\017h&\220I \0042\020\31124\232z\203\324\032\r\000\000\000\000\000\000\014\200\3021\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\000JhB\2324\023DOh\324G\224\362\236S\322\033SA\243FA\243\324\000\000\000\006@\006j=@4\216\265\320`\273u\242\274+\360D_#\030#\220@<\312>\352X\2316'\232\004c\251\007\022\223#U\227\360O\3650\2450 B\220\245!\"\"%\000\202\023$1k`w|\303(\311F5h\024\020\305%\201\344\2560\200\n\026q\215\006:\247\244A\214\212\304\2709+\033\253\033\014\021u\253k\355$\310Aq6\200\207pz3\030Hk\323gE.\373\014^a\311\331\361\243\263\330\244uc\243\016\240\307U\316\245\3767*\037\250~\366Pu\251\245NxB\267\321\330\231L\350{\211)v\010\216q\203\224\032vvt\267J\030iP\266\007F\302n\202b\302\234\034}H(.\322=\036\276j\030\303\327\313I\210\300\303.\266\3445\263E\016\210!\310`F\211_\3616\340-9\027\270<\020\305\330\214\007\2550N\325\305\315\367e T\"\272\375\257m\345\204\010\270\034\366,\347YH\202Dd\016\243wIJ\345H\\w\374\237VTt\372\234p\353\331,|\266\333\r\014\027\350\007\346\207@\030e\006\022\204\\|\274\034\206\234\276\035\233\037(B\034\311\305\211\223\234\346\371B\020\204\263\244 \307;\220(2\252%[\n\316N\332bJs'8L\346\324\263\0321\270\346\374\221\255\252W\255J\t\202\201\371\344\276\334\233\235h\241\275~\235\325\21771\332\003$\213\026\351eY\273\267n\327\275\357\347\306LJR\223\336\367\276\026\273\014\265\030Z\221}\320~\246 \362\216\233Q\2478^\rr\022\014\372]\241\t0.\020\022\007`\335~l\001\315&\311\265\276m>G\306\212%\331\354D\354A\305`\325\351\337\025\333#8\n\267\276\307\332NI\305\025\213\336\223L6\264\200V\004\356t\036\326I'%D$\222I\000\001]""\266K\352\351Z\3252\tI0\226E$\265]V\336\252\331]U\335t\301d\274\252\353\200\000\000\262K\322\322\352\325\313\252i\\\273v#\177\362!Z\364\227_\300\304<.\217d\013Wy\236\313\363x\270]\270k\217|\222PXRdK\024\256\002D\206y\211c\212\023RNI\361>9x\037!\223,\346U\tQ\262\t\363\362\335\014!svu\244+q\255LC\030\236\3418P\025Q\264[\\\233\200\211)\022R\000\001(\224#c\344\317``\245.f\255\330=\232\"Y\334\212Y\rZ\002,%u\232\370cf\030\347@\"\274j\335\265\326\272\364\237T\336\302\037F\351\275\252\352\3702\2731{\345(9!\004s\2630\314\314\004\000\000\240\001\0003\365T\262\354\265\0025\237mE\314\370m\025\251M\rj$\222I$\223\263\342.\206\304\230\302\246r\257D/\351!\003\212;9i\250-}\241\232\023\020\321y\324\245@\204e\014\013\037U%QmW>\234(\037\202B[l\312\0212p\266Z\354\030\n\332F\22650\024Bm;\272vk\345\233\307?-u\216\033|Bl\222\022d\204\237X\265\003+^7\253\034\300\375\364[\334\006<\030\255\346\000\335\315\3165\206\245\302\306\363\rN\024\351\306\2550*\277\222\304\275\204\000\000\000\000\"\"\210~3\262Rv\312\305\226\247N\267\324\027$\251rYq@z\277x0\337\256\033-\010\014\326\024X\2633g\26066\"kV\207\001K\354)\202\330\235y,\344d\372\036\364'-\204:\222\331\226\030:>\020\314\017r\344X.5\021\221U\010\3218\221\240|\027\2614\002v\274\322b\033\230\n\255(\004p\330_#\231S\tRr\367w\250\334\n0\2607\212\351`f\326\317\242e\273\213)U.\254\264\324\022\006q\266\210q9\254mM[[\027L\035\276\315\016\377\177\234\373Ky\330\206\347=$:B\237Hsm7(\314\214L\300\316AJ\222j\251JR\274Z\361\030xi\230M\252c&2c,LT\265-\024\306o\255\314 h2w1\230;\255\303%\304\234\031\342\025\356E\360<gp\022 \200\345\306\364\222\305\026E\211\0279\005\355r\352\334\353!\315\264\2608\254Os+&Y0&/\333v\242\263I\033\212\353w\017\251\237z\375XX\034\335\006\013$\231$\201$\212\325tP\353\035\304\\\032\270]\232\356|v4\333+\270\235\335\326\014\362\331P\206\233\024\202\262\354od\212\031E\230\320\016Ia\201\t]6\232}\210\203fn\252br\345`I\341,\212\306\002C\214\002!\034\0146\343\034\032\276]\307\010\305\255\240P\030\356\203\240\220\224\335X\nX\322\315\314\317\020""\333\244\246\031\203\211\354\220\306s}B\204H\322\346n\344\226A<\247AY\266\226/c\215\21668\330\343h1\272\304X\213\021\264\344\025\325\2108Xk\231\003\033\336M\330x\323\tC`\007+\200M\261r`\355\214\2318a\032:\207]h^\326\327\031\272\245\336\276l\314\252=#\231[T\367\230\370,\245\254\314\001\3545\363\rRs!\206J[<5\243!\205\216\352\3035\277rGv\017\351Ao0\214\342\371(\331\373\2274\366\207r\177+*$\2406\301\347\317\3229s\2560\267\023Gg\231\024/f\233\004\334gh\303\2758\374[>Mw\241\244Q\330.R\314\245\323\030\033n([\371\326x\242T\030\244na^\204U\037\2145K\342\273ho\361N\245b5H\276x\302\206\243\007\204\036\257\r:u~\244\t\341\016\242R\257\327\246^\302hj\215^\336]L\367\302\234\314\2725\311\341\337l\003:v'\221\2376\303y\034\347Z~|\332\332\330R\036~\206\031\233C\3505,<\247\351\252\371AZ\316Nu\235-\221\323\013\232\200\354\322\353d\213 %\344hs\341\343s\202%\343\r\336\016\214n\210b]\317\024\225\305\342\342\361\347\264k\243\3264\231t^\034\273\367y\377s\305\346\213\274\255~\373\212mP\230(\2101\251\244\273\220J\271$<\022\025\036`\240\354D;\020\252C\326\02349Q\335\346\243J\036[\377\027rE8P\220U!\"\343";
26256
- PyObject *data = __Pyx_DecompressString(cstring, 1853, 2);
26254
+ #elif (CYTHON_COMPRESS_STRINGS) == 2 /* compression: bz2 (1864 bytes) */
26255
+ const char* const cstring = "BZh91AY&SY\354M\370\022\000\001Z\377\377\357\377\377\277\376\257\377\377\277\367\377\370\277\377\377\364@@@@@@@@@@@@@\000@\000`\007n\303\345*\254]\335\3331\266jkJ\016\003`\222Q55\007\251\265\001\352<\246\217z\223\t\215(\032\014\236\247\244\320hz\020h\032\032z\215\003#\324\014j\036\320M \222M\004M\242ji\223\"z(\311\345\003C\324\0324\r\000z\200\000\000\000\001\220z\215\250<\240\203\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\0005?\325D\024\304\201\246\247\241\030\023A\223FC\324\017I\200\023\020\030\232\030C@\r2\030\023\000 \300\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\tM \204b\000\214\020\324zL\322C\321\003F\206\200\000\000\r\000\r\000\003\324z\200\021\327\245\006\013\267Z+\302\277\004E\3621\2029\004\003\314\243\356\245\211\223by\240F:\220q)3\353vvY\346\246IL\250\020\244)HH\210\211@ \303&a\024\245\220\2041\023>\022F\314\202C\010\224PB$\357\007\000\221H\010\333/\233BN\345\343\315\343\000\201\026\276\rCq\003\333I\322\264\211\030\203\226\221\243\203\302\001\t$d\035U\226f%o\334]\346\034\234~#\361\376\322\177-\372\261\353\214rB\026\277S\260\217\346\037\255l?\233mT\2461\271\354\345\241m,x\023S\345$B\0059\003N\215\032[\257\006\032*\0138\350\316\233\271LP(\323\315\330\201!\177\310\363\276\213\3621\307\322\311\224\306 Bo\3374wR\223\017 a\330@\306)\336\354\254\300\331r\031`\0350\317\014\343\001\352P\0244\357\360{s\230+\021u\336\307\262\345H\222\200A\321_\025#\004\210\3270\2059\362\2256\374\306\333\354\373\337&Z\177_\333\222?\325s\307\343\255\350\343A{\020C\004{\360Bh\241\2322s\337\327\312e\325\331\325\252\023\214c\262\211\"\202\212(\242\023\214c\031\346HA\2374\020(\262\311#&\361q\303\321\240\222\245\nR4;<\213`\331\261\3076\304\206<D\373R\220\230$\037\205\265\321\317\303\332\204\216:\364\364\225\227\365;@-\210\263\267[E\306\346\356\356\353\273\277JSbs\234\335\335\3367\303\035\032LoH\313\204_K\021rN\233\003G\010V\rR\022\014:]\240\204\230\027T\004\201\3308_z!\006\233hmOF\247\013\312\313'\315\313#\2260.\006\273kxXk\225\"+\235\352\367\313\265wf""\266\026\317\255\367_\227\034n\222L-\025\254\323\2568\205e\313X\000\000\013_t\316Z\226^\246d\244\231\027E$\275j\337\215o\226\255\260\302e\272b\256\030\000\000\001t\230\313\314,\264\303#O\005\321bYx\304+\335%\376t\363\207\207\325\346\002\365\336f\256]\216\2468m\232\245\322I(;*T\211\202\227\300H\220\31710qFrI\311>'\307+/\225eL9\225\202\\kD\370r\272\030B\336\321\216!:\214r\2721u\352\023\204\201M\032\3127H\340\004IH\222\220\000\tD\241\033\357\337g\225\226\224\301\232\350b\354\322\022\315\004Z\310k\220\022a,+\253\237*\343\2372\001\027g\311\271c\330\367\231\241r\210!\210S\234\321\271m\336\014\226\340/Bs\213\263\014\022\302\222\022H\010\000\001@\002\000m+U\330k\257\222\3325\364\326\311J\345\306\330a/\331S\033\300\002\264\256i\222\324\314\244\312\272\223\273f9z\310A\002\316m\033Y\002\367\2746#A\r':\366\250\221\224\343\211W\311i\222M\247\007\267\033\007\305!-\332\350\214\215\020\026\273\341\213\001sL\332cK\001dh\324\303\370\256\256\201\316;\355\032\256 6\360\204\332\022\022d\204\236\341i\006W\270\275\031`\010o1gl\030\3701\266\204\001\237\007\021\272\033\215\255\032\020\252\277V\\w2\304\271\235\252\322\307 \000\000\000\000\210\212!\363\322\263\2345\334-\032aK\237 `\222\266\th\337\210\353/81\336\272:\357\010\214\325,\252\330f\315P\326\331\304\327\255\230\001k\324\266+Z\206Ry\211M\354wB\202\316\207Q(\276\256@\353w\2030=K\235SQ\201\026\251\241\031\243u\031\207\246\266(\200P\325\2616#\267\210\262m \021\317\251\226ge\221\204\255:\033\234\3536\302\314j\032\013\265 KuB\232\01336I\334\237<\362\334\t\202sU1\330\352\265\270\256\253$\351\203\177D\216\257\037M\365\256'b\r\323yD:\342\217\2409\320M\220\276\213\254\300\316AJ\244\335R\224\245\2666\322hh&\212i\246\242j&\242\344\330\245\351x\225\207\032\331p\014\305\275\030_\016\226\302\332\210\234\230a\005[\220\256\003\303\013\200\221\002$\027l\351%\235\025\223\0230\202\014\255\202\344\302\025\217\005\345C~\251\340\312\264(L\t\212\372\016\322T4HlUQ\300\3700\361W\212\n\2278A\202\204\223$\220$\2219\256\262\035YQ\n\203\025\307f\253\226\037\236""\232/;\211\335\335S\206-y\010j1h*\341\237+$X\312L\306\310A%\216$g\205\032\211\352\210\266\303y\t\210\336\274\300\223\301+U\005$C\230\002\020G#\r\261\216L^5GPb\305\210h\210\345\016\371\230f\241\356\200\323\307R]\0342\rYJ\243\2006A3\010\302o4ibfWK\267'\220(\311E%\323UH\274\215\250\332\215\250\332\242\214\350\222$\211Xw\003[t`\326\205j`F\217\022\333\376\025\0018\351\000\337\340\031\263\324\2307\013m\352A\031\273\007\322\263/c_1\302\242\357?&1\212\223\312\032\247D\317q\217w\332\227\241\230\002\321\253\226j\023\331\0142S\031\341\275\304\226\026;\253\214\333z\351\035\330?\245\025\274\3023K\344\263\347\372.il\216\344\355,\230\222\200\266\017>n#\227>\343\013\362\232;<\310\243{0\370\023\261\235f\256\364\363\367\266l4]\r\022\226\271r\236]>\230\300\326\376\265[\371\326x\244B1L\374aZ\250\254?\030ho\212\355\241\277\305Hk\221\241\213g\030Ua`\360\203\326*\324\251Z\331\002xC\251\024\354u\352\027\260\232\036A\254meC\236\370T\233\225J\301@;\355\200gO\304\3623\347g6\243\234\353O\320\235_\317\205!\347\350\341\233\260>\203O9\345CIX\311\n\372\331\031\272\332?!\323M\3150vau\262\005$&I\320\347\325\343s\202%\343\r\336\r\230\335\020\304\273\236)K\213\305\305\342\307\37651\353\032\314\273u\r\252\360p\376\020z\233v\371:\273\256(\322a\027$\303\227\264e\027r\004UI!\340D&<`Hv!\007b\nd\036pL\320rc\273\306cE\017\026\377\305\334\221N\024$;\023~\004\200";
26256
+ PyObject *data = __Pyx_DecompressString(cstring, 1864, 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\006R)\n\"b#'\216\021\244\224\340\004S\020\242\340\020\226CWk\246%\017\036\367H3\335\262Eq\360Q\3079\366q\216s\324QG\037s\364QG\377\004~\002\257{\026m3\020\212T\215\334\375\275\327o\177\257;wo\226?/oV\357U\277\251\356\354\3306m\021\0335\034\307\246\204\241.\261\005\335B\217\034\216(sDk\017Y\254-82\t'\000R\304\367\010G\367{|\317a\310\362\220Im\253A]\302\251\335C\036w-\203SW11\364x\373\361\215\312f\005\021f\"\227\376N\r\356!O4\014\233x\036\365\220\323D\ra\331\334b\210\367\332\324+\243\235&\3529\0021JM\304\035\324\006\276\311\003|\2172\344Q\256\026\350:a\314\341\204[\016\303p\334b\255\353\310\264\\Pbu\251:\375\200\330\036-\377\3206\034\223\"\007<\000}.a-\212n\336X\337\330\330B\325\372Sf\322\246\305@\233\243\331\266\0201M\014bi\265Q5M\203\037!\341)[\016-\203\226\365\376\220x\010\0304^6-\2174lJg\030\351\034#e\212\257eT\367\252\226\345E;\2239\020\274&\0216G\030\273\324\024\006\305\030\231B[\317\034v\003\202\331\265 5\030\033\026\2638V\226\241F\217S\017\214\357TU\260Y\313s\204k\320\2578\331\247X\323\220A \245&j:.\262-\217k\212\ti\231$hNMQ,\331\024\220?'\353\300k\265\211\261\377\231\341\270\264\334\356\035\335#\036\375\232\252\330\335\023\315&ug\367\345\3243CW\014\306\031\034\220R\320\310\377\201\3075#\337\262\010M\333!|3\213b1\276\226\203\257\347\340\225\034<S>\004(\013\026yzE\236b\221\247Y$\252\267\331t\214'\367\3311\236\341\310\214\361\024\017\361\3061\236\"\034\272\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\245\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]\030\373\030?\356\035\301\3675H\303\217\350\021\177B\233?\222\346T+\314\356\347=\311\340\230sh\216'\035\036Y\024UG9\370z\016^\311\3013\345\213<\005\"O\203\310S!\022\035\223\371\237\335g\307\354\337\246\304\034O\332\363Y\224\304\245\254\236\317\301+""9x\246|\221\247@\344i\020y*t\314v\277\217\256\263m\327u\\\214\343\027\005\224d2\013\211\327c\206\345\224\341\272\203\027\004\274\024<\005;\256I]\303\206-X\212\271K\014\332\000)J\201a6DS}Xw\245\256tS\247\0137]\347 \222:\t\250\346\306\272\225p\362\307t\014\214)\310P\037N\033\206j\017\222\265\t\235\002\277\0307\005\003v\214[I\3520\266<\234\032lqz\340\331\026\3476P\016\010\330\013\377\016('\372Q\2457\216)\024\021V\256\203)\203W\005\005\002\334\364\300\313\310\201&1z\210\261\nU\333i\303\302\245m\342\002!\235\014\311<\230\234\002q\357\247\016\000;t\272\261G\215}O\034D;\227z\360\376\211\326\261\371j\311\365`P+\301\332\226\261\017\366\315^\217\031\344\311\034\317\220g\333&\203<\177\272\313\325;M\271\337\021\304\216B\221\274D\322\331\021\217\212x2\304\203 \356\373\350\215\2204{\322\333I+'\235;~\374\315\265h\n\320#\325\234vS\267h\234\025X\305\357\307\211\306\305\031M\3549.W\037\336\247=\017HnD\007\323\004<\311{\336\3702J\257\240\364\342I\256\233\361%\203\261b\204\337\370-\250\232\203\352\214A8a/\332\360_\005\n\317\336\324\020\235}\375\003u\325\245\256\247\336\3548yV\244\023%\036 \361\274\210\307C<\r\242\013?\031\001I\307'\r\236\364\363q\341\257\305\227^Y\356\177%K\362\343`-x\030\336\036\254\036\027\316\212K\375\273rU\336\tj\301\263\260v\\\033-\276#\327F\213\347\373\334\377B\022y\030\220@D\370R\277\002\340\035\371 \270\021v\006\205\321\342r\377[\237\370\235\210yC\276\026\224\202\217\002\362\"\254\013\262\023\024\203TjO\276*\017\302\265\260\2262\236-\276\351\353c\333\376%\330sy+X\tj\243\3457\375\363p\2640\261(\371%\377Z$\271\363\037\344m\006\033\341\002\330v~\3309)\244\207\337\225\265L\327#)\207\222\006\267\303\325pMA\010\034\370nP\030\224F zIn\004\205\2404\207/\313m\010\312\352\034\376\232\274\004\n:s\3709yMy\245\360k\301nX:\033\007N\371\325\361\027\300\210V\360S\370\345\2600\274zBN\300\261\213\376\303(a\177\310\025Y\223\365\263\305\327\373O\375\217\374\226\334\r\336R\326\216^\277\360\277\266\037\372?\277\370\366\003\177'\336n\r~\031\222a\357y!\013\376\343yituu\0328[\274\014""\256ve]\305{\307\257\373PJg\213W\341\\I!\337\311\202,E\331\251\370\035y.\251\265\253\362ip=,\205\253\343\314\365\302\227U\366#\352\257\201\247\215\033\227\302%\220m\312\353Jl\254\361LW\306\025\371\006\244\274\033\326\325\301\230r\034\027\304\035\010\355\023]\022\235I\350'(\243Bx9\324\340\333r5\263z&\241\303P{5\206\014ez\304%\374\232\277+K\321\246\353?\323\362+A\017\252ceP\033\324\217\013\243\342\271\376'~=\352\3457\372\273~iT\\\356?\364\327\374\007\362\323\200\214\212\013\307\335\3763\177[^TQ\274\340\203=W\224\307Wt\305C\355*\016\325+\247\347\327\006\027\007\365Ak\370\333\363\205\347\3001\205\024\306\n.\353\336\273\030\324_\\\321F\260\020t^P\321i\361\003H\336\245\220\204|\2605\324\036\226a\323U\316\236\025\337\227\235Sts\2604\374\342d\377\264\376dT\\9]\3710\330\324\235\r\362\377\364o\253\210\257\017VO?\177p\302Nw\237\216`\232\255\235\026\357\016A\365{\320\255\267\302\222Z\354\207\027\302\365\360\307\250\313\226\372\267\374\367T\227M4WvE\334W\031\031-CZ!\004\245t\3617\222\340\030\340";
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\357T\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\244\375\030\341";
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.8<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.9<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.8"
4
+ __version__ = "0.3.9"
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.8
3
+ Version: 0.3.9
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