We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f21380 commit d9480d2Copy full SHA for d9480d2
Include/internal/pycore_code.h
@@ -11,7 +11,7 @@ extern "C" {
11
12
// Inline caches. If you change the number of cache entries for an instruction,
13
// you must *also* update the number of cache entries in Lib/opcode.py and bump
14
-// the magic number in Lib/importlib/_bootstap_external.py!
+// the magic number in Lib/importlib/_bootstrap_external.py!
15
16
#define CACHE_ENTRIES(cache) (sizeof(cache)/sizeof(_Py_CODEUNIT))
17
0 commit comments