imp

What is a frozen Python module?

What is a frozen Python module? Question: The Python help of the module imp is talking about a frozen module. What is it? http://docs.python.org/library/imp.html#imp.PY_FROZEN Asked By: Dave Halter || Source Answers: The answer is in the same place: (Frozen modules are modules written in Python whose compiled byte-code object is incorporated into a custom-built Python …

Total answers: 5