Skip to content

setDaemon deprecated in client.py#222

Merged
gregsexton merged 2 commits intogregsexton:masterfrom
dinojr:master
Mar 24, 2026
Merged

setDaemon deprecated in client.py#222
gregsexton merged 2 commits intogregsexton:masterfrom
dinojr:master

Conversation

@dinojr
Copy link
Contributor

@dinojr dinojr commented Sep 7, 2022

The syntax for the daemon option of threading.Thread has changed in recent python3 versions, causing an error message each time create_client is called, which messes up the json data. This shows up as a JSON readtable error: 47

This change fixes it.

`remove-if-not` was called with `nil` as predicate, causing a Lisp
error whenever a matplotlib figure was generated in a src block with
`:results value`.

Replace `nil` with `#'identity` so that nil elements are correctly
filtered out of the rendered output list.
@gregsexton gregsexton merged commit 35414dc into gregsexton:master Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants