Commit Graph

6 Commits

Author SHA1 Message Date
Jeong YunWon
9e6dfca9e9 Fix build with new builtins path 2020-10-11 21:16:16 +09:00
Jeong YunWon
39856bc500 PyTuple::_new to hide it from public api 2020-09-26 03:08:22 +09:00
Jeong YunWon
07f898e4f0 tuple internal to Box<[PyObjectRef]>
it will use 16bytes instead of 24bytes
2020-09-26 03:02:47 +09:00
Jeong YunWon
5c81e7b044 Reuse empty tuple singleton 2020-09-26 02:59:33 +09:00
Noah
43b7a7bdbe Make into_struct_sequence not clone fields 2020-08-30 15:46:05 -05:00
Noah
5bc5da8da1 Move the PyStructSequence impl to a separate mod 2020-08-30 15:46:05 -05:00