FileHashIntel

IPython/quarantine/jobctrl.pyc

2 distinct file contents recorded under this name ยท 2 PyPI records

Hashes for this file

e7f9b2d11e82aad024314eca052947266bc6f2ead4d0c882a5ad9753a06af09c 8930 bytes

  • ipython 0.12.1 ipython-0.12.1-py2.7.egg

1aeb7051e254ff51c1b0e1a11a6c98ffeaa935ab6668f9ebdc074312975206f6 8994 bytes

  • ipython 0.12.1 ipython-0.12.1-py2.6.egg

Compiled Python bytecode

A .pyc file contains compiled Python bytecode. The Python interpreter creates the file automatically when it imports a module. The bytecode loads faster than the source, because the parse step is not necessary again. The interpreter keeps these files in __pycache__ directories. The format changes between Python versions, and a magic number in the header identifies the version.