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 bcc081b commit 2873383Copy full SHA for 2873383
Include/internal/pycore_code.h
@@ -634,7 +634,7 @@ PyAPI_FUNC(int) _PyCode_SetUnboundVarCounts(
634
* Stateless code that takes no arguments and doesn't return anything
635
* may be treated like a script.
636
*
637
- * We consider stateless code to be "portable" if it does not return any
+ * We consider stateless code to be "portable" if it does not return
638
* any object that holds a reference to any of the code's locals. Thus
639
* generators and coroutines are not portable. Likewise a function
640
* that returns a closure is not portable. The concept of
0 commit comments