swoole / phpy

Connecting the Python and PHP ecosystems together
Apache License 2.0
542 stars 44 forks source link

fix unpack dict #24

Closed he426100 closed 11 months ago

he426100 commented 11 months ago

修正展开PyDict时报错 “Keys must be of type int|string during array unpacking”,比如 [...PyCore::import('builtins')->__dict__]