Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえば、0 STORE_NAME 0 (sys)は の説明の一部ですimport sys。この命令形式に関するドキュメントはありますか? また、この形式は Python の標準ですか? それとも実装固有ですか?
0 STORE_NAME 0 (sys)
import sys
それがPython バイトコードです。これは CPython に固有であり、特定のバージョンにも固有です。