Skip to content

Commit 41691f9

Browse files
committed
Change FunctionAttributes.Coroutine to 0x80
1 parent d0b5b36 commit 41691f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/IronPython/Runtime/FunctionAttributes.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public enum FunctionAttributes {
2525
/// <summary>
2626
/// Set if the function is a coroutine (async def).
2727
/// </summary>
28-
Coroutine = 0x100,
28+
Coroutine = 0x80,
2929
/// <summary>
3030
/// IronPython specific: Set if the function includes nested exception handling and therefore can alter
3131
/// sys.exc_info().

0 commit comments

Comments
 (0)