Add comments around diff between `C/context` refs

ctx_cancel_semantics_and_overruns_REVERSED_FACEPALM
Tyler Goodlet 2023-10-16 15:45:02 -04:00
parent d4d09b6071
commit a18663213a
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ from exceptiongroup import BaseExceptionGroup
from ._clustering import open_actor_cluster from ._clustering import open_actor_cluster
from ._ipc import Channel from ._ipc import Channel
from ._context import ( from ._context import (
Context, Context, # the type
context, context, # a func-decorator
) )
from ._streaming import ( from ._streaming import (
MsgStream, MsgStream,