We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b5b36 commit 41691f9Copy full SHA for 41691f9
1 file changed
src/core/IronPython/Runtime/FunctionAttributes.cs
@@ -25,7 +25,7 @@ public enum FunctionAttributes {
25
/// <summary>
26
/// Set if the function is a coroutine (async def).
27
/// </summary>
28
- Coroutine = 0x100,
+ Coroutine = 0x80,
29
30
/// IronPython specific: Set if the function includes nested exception handling and therefore can alter
31
/// sys.exc_info().
0 commit comments