]> granicus.if.org Git - python/commit
Bump the magic number to avoid sharing bytecode between 2.3 and 2.4.
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 1 Apr 2004 02:45:22 +0000 (02:45 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 1 Apr 2004 02:45:22 +0000 (02:45 +0000)
commitd4ceb3166435aad2849281137f18b318a3311efb
tree70a392cf43f3a8680a407578ee40078a8f3692cc
parentb67c94318ec85722ce01c03955d6fbf50e3f7aa9
Bump the magic number to avoid sharing bytecode between 2.3 and 2.4.
Revise the long comment that explained details of the magic number
in gory detail.
Python/import.c