Add misc nooz file

fence_mp
Tyler Goodlet 2022-04-12 08:34:55 -04:00
parent bef9946f91
commit 65b4bc8888
3 changed files with 6 additions and 2 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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``.