Jim Fasarakis-Hilliard
|
c1e81bf963
|
Merge pull request #3137 from youknowone/fix-array-repr
Fix array repr
|
2021-10-04 08:13:10 +03:00 |
|
snowapril
|
aa2a7f01ee
|
add PyMapping as PyObjectRef wrapper
Modify original `PyMapping` to `PyMappingMethods` and create `PyMapping`
struct as `PyObjectRef` wrapper for implementing `PyMapping_*`
functions. https://docs.python.org/3/c-api/mapping.html
Signed-off-by: snowapril <sinjihng@gmail.com>
|
2021-10-02 16:45:34 +09:00 |
|
snowapril
|
4fd0681498
|
move mapping protocol to rustpython_vm::protocol
Signed-off-by: snowapril <sinjihng@gmail.com>
|
2021-10-02 14:47:19 +09:00 |
|
snowapril
|
1fbbdaabe3
|
support delitem in ass_subscript
|
2021-10-02 14:43:20 +09:00 |
|
snowapril
|
fc761b4e5b
|
add mapping protocol to proper types
|
2021-10-02 14:43:20 +09:00 |
|
Jeong YunWon
|
fee0054940
|
Fix array repr
|
2021-10-01 22:35:09 +09:00 |
|
Jeong YunWon
|
ff1129adb7
|
PyIterReturn for StopIteration
Same as ArithmaticValue for NotImplemented
|
2021-10-01 22:33:57 +09:00 |
|
Jeong YunWon
|
fb25a15f2c
|
split rustpython-stdlib crate
|
2021-10-01 01:54:04 +09:00 |
|