mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-46920: Remove code that has explainers why it was disabled (GH-31813)
This commit is contained in:
parent
a52f82baf2
commit
13b0412223
4 changed files with 0 additions and 64 deletions
|
@ -6997,12 +6997,6 @@ PyEval_MergeCompilerFlags(PyCompilerFlags *cf)
|
|||
result = 1;
|
||||
cf->cf_flags |= compilerflags;
|
||||
}
|
||||
#if 0 /* future keyword */
|
||||
if (codeflags & CO_GENERATOR_ALLOWED) {
|
||||
result = 1;
|
||||
cf->cf_flags |= CO_GENERATOR_ALLOWED;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue