forked from goodboy/tractor
Add misc nooz file
parent
bef9946f91
commit
65b4bc8888
|
@ -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
|
objects by "reference" through a ``str``-subtype message and using the
|
||||||
new ``pkgutil.resolve_name()`` for reference loading.
|
new ``pkgutil.resolve_name()`` for reference loading.
|
||||||
|
|
|
@ -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
|
both of which required adjustments for backwards imcompatible API
|
||||||
tweaks.
|
tweaks.
|
||||||
|
|
|
@ -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``.
|
Loading…
Reference in New Issue