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.
m
python3.6m
python3.6
m代表什么python3.6m?
它表示 Python 已配置--with-pymalloc为启用比系统更快的内存分配专用实现malloc。
--with-pymalloc
malloc
它与非m版本有何不同?
m显然,非版本没有配置它。
在哪种情况下我更喜欢使用python3.6m而不是python3.6?
可能在编写扩展时最有用C,一般来说它不应该是你应该担心的事情。
C