mirror of
https://github.com/pocketpy/pocketpy
synced 2026-03-21 20:50:16 +00:00
Update pocketpy.h
This commit is contained in:
parent
6dd3a6dbb3
commit
fe56ceb82e
@ -37,6 +37,11 @@ typedef struct py_TValue {
|
||||
|
||||
union {
|
||||
int64_t _i64;
|
||||
double _f64;
|
||||
bool _bool;
|
||||
py_CFunction _cfunc;
|
||||
void* _obj;
|
||||
void* _ptr;
|
||||
char _chars[16];
|
||||
};
|
||||
} py_TValue;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user