branch | stable |
changeset 46785 | 521ac0d7047f |
parent 43944 | 8a8305f557d0 |
child 48875 | 6000f5b25c9b |
46784:65f437c240f2 | 46785:521ac0d7047f |
---|---|
22 b'\x00\x00\x00\x00\x00\x00\x00\x00\x00' |
22 b'\x00\x00\x00\x00\x00\x00\x00\x00\x00' |
23 ) |
23 ) |
24 |
24 |
25 |
25 |
26 try: |
26 try: |
27 from ..cext import parsers as cparsers |
27 from ..cext import parsers as cparsers # pytype: disable=import-error |
28 except ImportError: |
28 except ImportError: |
29 cparsers = None |
29 cparsers = None |
30 |
30 |
31 |
31 |
32 @unittest.skipIf( |
32 @unittest.skipIf( |