mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
8ad1427f51
add test about while data[:] add test for list_list slice release cross build
8 lines
272 B
C
8 lines
272 B
C
#define PIKA_LINE_BUFF_SIZE 1280
|
|
#define PIKA_SPRINTF_BUFF_SIZE 2560
|
|
#define PIKA_STACK_BUFF_SIZE 2560
|
|
#define PIKA_NAME_BUFF_SIZE 320
|
|
#define PIKA_PATH_BUFF_SIZE 640
|
|
#define PIKA_BYTES_DEFAULT_SIZE 640
|
|
#define PIKA_READ_FILE_BUFF_SIZE 0x10000
|
|
#define PIKA_ASSERT_ENABLE 1 |