Issue #13959: Keep imp.get_magic() in C code, but cache in importlib

for performance. While get_magic() could move to Lib/imp.py, having to
support PyImport_GetMagicNumber() would lead to equal, if not more, C
code than sticking with the status quo.
This commit is contained in:
Brett Cannon 2012-04-20 18:04:03 -04:00
parent 9e924ed1ac
commit 24117a748b
3 changed files with 1521 additions and 1510 deletions

File diff suppressed because it is too large Load diff