From 65b4bc88885be5f12ab8e444883297868a632bad Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 12 Apr 2022 08:34:55 -0400 Subject: [PATCH] Add misc nooz file --- nooz/295.misc.rst | 2 +- nooz/300.misc.rst | 2 +- nooz/303.misc.rst | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 nooz/303.misc.rst diff --git a/nooz/295.misc.rst b/nooz/295.misc.rst index 1724e06..74a0f23 100644 --- a/nooz/295.misc.rst +++ b/nooz/295.misc.rst @@ -1,3 +1,3 @@ -Add an experimental `tractor.msg.NamespacePath` type for passing Python +Add an experimental ``tractor.msg.NamespacePath`` type for passing Python objects by "reference" through a ``str``-subtype message and using the new ``pkgutil.resolve_name()`` for reference loading. diff --git a/nooz/300.misc.rst b/nooz/300.misc.rst index 0fe5c38..4953a68 100644 --- a/nooz/300.misc.rst +++ b/nooz/300.misc.rst @@ -1,3 +1,3 @@ -Update to and pin latest `msgpack` (1.0.3) and `msgspec` (0.4.0) +Update to and pin latest ``msgpack`` (1.0.3) and ``msgspec`` (0.4.0) both of which required adjustments for backwards imcompatible API tweaks. diff --git a/nooz/303.misc.rst b/nooz/303.misc.rst new file mode 100644 index 0000000..9464fd5 --- /dev/null +++ b/nooz/303.misc.rst @@ -0,0 +1,4 @@ +Fence off ``multiprocessing`` imports until absolutely necessary in an +effort to avoid "resource tracker" spawning side effects that seem to +have varying degrees of unreliability per Python release. Port to new +``msgspec.DecodeError``.